-
Notifications
You must be signed in to change notification settings - Fork 6
/
Phlox.sln
87 lines (87 loc) · 4 KB
/
Phlox.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompilerTests", "Source\CompilerTests\CompilerTests.csproj", "{93F3C614-8395-4590-AB3C-1DB14CFB3C3F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Halcyon.Phlox", "Source\Halcyon.Phlox\Halcyon.Phlox.csproj", "{56C3EF44-AB6C-4719-B160-2FFC163E4439}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompilerRunner", "Source\CompilerRunner\CompilerRunner.csproj", "{2108CC4A-1365-40C8-8468-57E07EAF94F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Halcyon.Phlox.Tools", "Source\Halcyon.Phlox.Tools\Halcyon.Phlox.Tools.csproj", "{90ECCEA5-238D-4241-8622-479FA10CC6AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9D702ACD-3B33-4F18-BB31-5B0E2959B872}"
ProjectSection(SolutionItems) = preProject
.appveyor.yml = .appveyor.yml
.gitignore = .gitignore
LICENSE = LICENSE
protobuf-net.xml = protobuf-net.xml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93F3C614-8395-4590-AB3C-1DB14CFB3C3F}.Debug|x64.ActiveCfg = Debug|x64
{93F3C614-8395-4590-AB3C-1DB14CFB3C3F}.Debug|x64.Build.0 = Debug|x64
{93F3C614-8395-4590-AB3C-1DB14CFB3C3F}.Release|x64.ActiveCfg = Debug|x64
{93F3C614-8395-4590-AB3C-1DB14CFB3C3F}.Release|x64.Build.0 = Debug|x64
{56C3EF44-AB6C-4719-B160-2FFC163E4439}.Debug|x64.ActiveCfg = Debug|x64
{56C3EF44-AB6C-4719-B160-2FFC163E4439}.Debug|x64.Build.0 = Debug|x64
{56C3EF44-AB6C-4719-B160-2FFC163E4439}.Release|x64.ActiveCfg = Debug|x64
{56C3EF44-AB6C-4719-B160-2FFC163E4439}.Release|x64.Build.0 = Debug|x64
{2108CC4A-1365-40C8-8468-57E07EAF94F0}.Debug|x64.ActiveCfg = Debug|x64
{2108CC4A-1365-40C8-8468-57E07EAF94F0}.Debug|x64.Build.0 = Debug|x64
{2108CC4A-1365-40C8-8468-57E07EAF94F0}.Release|x64.ActiveCfg = Debug|x64
{2108CC4A-1365-40C8-8468-57E07EAF94F0}.Release|x64.Build.0 = Debug|x64
{90ECCEA5-238D-4241-8622-479FA10CC6AA}.Debug|x64.ActiveCfg = Debug|x64
{90ECCEA5-238D-4241-8622-479FA10CC6AA}.Debug|x64.Build.0 = Debug|x64
{90ECCEA5-238D-4241-8622-479FA10CC6AA}.Release|x64.ActiveCfg = Debug|x64
{90ECCEA5-238D-4241-8622-479FA10CC6AA}.Release|x64.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DBC6C212-705D-49A8-94C3-0AC896D4DC37}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$2.IndentBlocksInsideExpressions = True
$2.AnonymousMethodBraceStyle = NextLine
$2.PropertyBraceStyle = NextLine
$2.PropertyGetBraceStyle = NextLine
$2.PropertySetBraceStyle = NextLine
$2.EventBraceStyle = NextLine
$2.EventAddBraceStyle = NextLine
$2.EventRemoveBraceStyle = NextLine
$2.StatementBraceStyle = NextLine
$2.ElseNewLinePlacement = NewLine
$2.CatchNewLinePlacement = NewLine
$2.FinallyNewLinePlacement = NewLine
$2.WhileNewLinePlacement = DoNotCare
$2.ArrayInitializerWrapping = DoNotChange
$2.ArrayInitializerBraceStyle = NextLine
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.NewLineBeforeConstructorInitializerColon = NewLine
$2.NewLineAfterConstructorInitializerColon = SameLine
$2.BeforeDelegateDeclarationParentheses = False
$2.NewParentheses = False
$2.SpacesBeforeBrackets = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
EndGlobalSection
EndGlobal