-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharbor.sln
107 lines (107 loc) · 5.08 KB
/
arbor.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "arbor.Game.Resources", "arbor.Game.Resources\arbor.Game.Resources.csproj", "{32962554-E724-4EBA-906A-2DA633FFE6BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "arbor.Game.Story", "arbor.Game.Story\arbor.Game.Story.csproj", "{329603FA-6256-4301-B6F7-B2B5C6858E61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "arbor.Game", "arbor.Game\arbor.Game.csproj", "{FBDB7628-34B6-4EEF-A7CF-95E307EF0A64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "arbor.Desktop", "arbor.Desktop\arbor.Desktop.csproj", "{E869B5D2-AE5F-4020-A7FC-81AD3643609E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "arbor.Game.Tests", "arbor.Game.Tests\arbor.Game.Tests.csproj", "{122DB846-FB34-4474-B679-F8655CCBF261}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32962554-E724-4EBA-906A-2DA633FFE6BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32962554-E724-4EBA-906A-2DA633FFE6BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32962554-E724-4EBA-906A-2DA633FFE6BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32962554-E724-4EBA-906A-2DA633FFE6BD}.Release|Any CPU.Build.0 = Release|Any CPU
{329603FA-6256-4301-B6F7-B2B5C6858E61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{329603FA-6256-4301-B6F7-B2B5C6858E61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{329603FA-6256-4301-B6F7-B2B5C6858E61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{329603FA-6256-4301-B6F7-B2B5C6858E61}.Release|Any CPU.Build.0 = Release|Any CPU
{FBDB7628-34B6-4EEF-A7CF-95E307EF0A64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBDB7628-34B6-4EEF-A7CF-95E307EF0A64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBDB7628-34B6-4EEF-A7CF-95E307EF0A64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBDB7628-34B6-4EEF-A7CF-95E307EF0A64}.Release|Any CPU.Build.0 = Release|Any CPU
{E869B5D2-AE5F-4020-A7FC-81AD3643609E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E869B5D2-AE5F-4020-A7FC-81AD3643609E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E869B5D2-AE5F-4020-A7FC-81AD3643609E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E869B5D2-AE5F-4020-A7FC-81AD3643609E}.Release|Any CPU.Build.0 = Release|Any CPU
{122DB846-FB34-4474-B679-F8655CCBF261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{122DB846-FB34-4474-B679-F8655CCBF261}.Debug|Any CPU.Build.0 = Debug|Any CPU
{122DB846-FB34-4474-B679-F8655CCBF261}.Release|Any CPU.ActiveCfg = Release|Any CPU
{122DB846-FB34-4474-B679-F8655CCBF261}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F351B246-0159-4490-8505-3292A47E0233}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.EolMarker = Windows
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchSection = True
$2.NewLinesForBracesInProperties = True
$2.NewLinesForBracesInAccessors = True
$2.NewLinesForBracesInAnonymousMethods = True
$2.NewLinesForBracesInControlBlocks = True
$2.NewLinesForBracesInAnonymousTypes = True
$2.NewLinesForBracesInObjectCollectionArrayInitializers = True
$2.NewLinesForBracesInLambdaExpressionBody = True
$2.NewLineForElse = True
$2.NewLineForCatch = True
$2.NewLineForFinally = True
$2.NewLineForMembersInObjectInit = True
$2.NewLineForMembersInAnonymousTypes = True
$2.NewLineForClausesInQuery = True
$2.SpacingAfterMethodDeclarationName = False
$2.SpaceAfterMethodCallName = False
$2.SpaceBeforeOpenSquareBracket = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.EolMarker = Windows
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchSection = True
$2.NewLinesForBracesInProperties = True
$2.NewLinesForBracesInAccessors = True
$2.NewLinesForBracesInAnonymousMethods = True
$2.NewLinesForBracesInControlBlocks = True
$2.NewLinesForBracesInAnonymousTypes = True
$2.NewLinesForBracesInObjectCollectionArrayInitializers = True
$2.NewLinesForBracesInLambdaExpressionBody = True
$2.NewLineForElse = True
$2.NewLineForCatch = True
$2.NewLineForFinally = True
$2.NewLineForMembersInObjectInit = True
$2.NewLineForMembersInAnonymousTypes = True
$2.NewLineForClausesInQuery = True
$2.SpacingAfterMethodDeclarationName = False
$2.SpaceAfterMethodCallName = False
$2.SpaceBeforeOpenSquareBracket = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
EndGlobalSection
EndGlobal