This repository has been archived by the owner on Mar 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
otloader-mono.sln
49 lines (49 loc) · 2.55 KB
/
otloader-mono.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "otloader", "Source\otloader.csproj", "{508BCFD1-628A-49FF-818A-F17B3A31F765}"
EndProject
Project("{2857B73E-F847-4B02-9238-064979017E93}") = "ptrace", "Source\ptrace\ptrace.cproj", "{BDFC885E-7F81-4836-8006-DE20A00F6EF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Windows - Debug|x86 = Windows - Debug|x86
Windows - Release|x86 = Windows - Release|x86
Linux - Release|x86 = Linux - Release|x86
Linux - Debug|x86 = Linux - Debug|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{508BCFD1-628A-49FF-818A-F17B3A31F765}.Linux - Debug|x86.ActiveCfg = Linux - Debug|x86
{508BCFD1-628A-49FF-818A-F17B3A31F765}.Linux - Debug|x86.Build.0 = Linux - Debug|x86
{508BCFD1-628A-49FF-818A-F17B3A31F765}.Linux - Release|x86.ActiveCfg = Linux - Release|x86
{508BCFD1-628A-49FF-818A-F17B3A31F765}.Linux - Release|x86.Build.0 = Linux - Release|x86
{508BCFD1-628A-49FF-818A-F17B3A31F765}.Windows - Debug|x86.ActiveCfg = Windows - Debug|x86
{508BCFD1-628A-49FF-818A-F17B3A31F765}.Windows - Debug|x86.Build.0 = Windows - Debug|x86
{508BCFD1-628A-49FF-818A-F17B3A31F765}.Windows - Release|x86.ActiveCfg = Windows - Release|x86
{508BCFD1-628A-49FF-818A-F17B3A31F765}.Windows - Release|x86.Build.0 = Windows - Release|x86
{BDFC885E-7F81-4836-8006-DE20A00F6EF4}.Linux - Debug|x86.ActiveCfg = Linux - Debug|x86|AnyCPU
{BDFC885E-7F81-4836-8006-DE20A00F6EF4}.Linux - Debug|x86.Build.0 = Linux - Debug|x86|AnyCPU
{BDFC885E-7F81-4836-8006-DE20A00F6EF4}.Linux - Release|x86.ActiveCfg = Linux - Release|x86|AnyCPU
{BDFC885E-7F81-4836-8006-DE20A00F6EF4}.Linux - Release|x86.Build.0 = Linux - Release|x86|AnyCPU
{BDFC885E-7F81-4836-8006-DE20A00F6EF4}.Windows - Debug|x86.ActiveCfg = Release|Any CPU
{BDFC885E-7F81-4836-8006-DE20A00F6EF4}.Windows - Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = otloader.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $2
$2.FileWidth = 120
$2.TabWidth = 4
$2.RemoveTrailingWhitespace = True
$2.inheritsSet = Mono
$2.inheritsScope = text/plain
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
EndGlobalSection
EndGlobal