-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathChraft.sln
More file actions
175 lines (175 loc) · 12.2 KB
/
Copy pathChraft.sln
File metadata and controls
175 lines (175 loc) · 12.2 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chraft", "Chraft\Chraft.csproj", "{024D469C-C147-4BCF-8E17-1833AA8B34DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChraftUnitTests", "ChraftUnitTests\ChraftUnitTests.csproj", "{4396848A-2893-4337-941E-E0EB4EC18A12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChraftServer", "ChraftServer\ChraftServer.csproj", "{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChraftTestClient", "ChraftTestClient\ChraftTestClient.csproj", "{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chraft.PluginSystem", "Chraft.PluginSystem\Chraft.PluginSystem.csproj", "{3DA36E6F-3100-40D9-A096-F7075F07C7C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chraft.Utilities", "Chraft.Utilities\Chraft.Utilities.csproj", "{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomChunkGenerator", "CustomGenerator\CustomChunkGenerator.csproj", "{ED06C549-38DC-47FC-8668-C8B72C2880AF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Mono|Any CPU = Debug Mono|Any CPU
Debug Mono|Mixed Platforms = Debug Mono|Mixed Platforms
Debug Mono|x86 = Debug Mono|x86
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Debug Mono|Any CPU.ActiveCfg = Debug Mono|Any CPU
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Debug Mono|Any CPU.Build.0 = Debug Mono|Any CPU
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Debug Mono|Mixed Platforms.ActiveCfg = Debug Mono|x86
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Debug Mono|Mixed Platforms.Build.0 = Debug Mono|x86
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Debug Mono|x86.ActiveCfg = Debug Mono|x86
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Debug Mono|x86.Build.0 = Debug Mono|x86
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Debug|x86.ActiveCfg = Debug|x86
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Debug|x86.Build.0 = Debug|x86
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Release|Any CPU.Build.0 = Release|Any CPU
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Release|x86.ActiveCfg = Release|x86
{024D469C-C147-4BCF-8E17-1833AA8B34DC}.Release|x86.Build.0 = Release|x86
{4396848A-2893-4337-941E-E0EB4EC18A12}.Debug Mono|Any CPU.ActiveCfg = Debug|Any CPU
{4396848A-2893-4337-941E-E0EB4EC18A12}.Debug Mono|Any CPU.Build.0 = Debug|Any CPU
{4396848A-2893-4337-941E-E0EB4EC18A12}.Debug Mono|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4396848A-2893-4337-941E-E0EB4EC18A12}.Debug Mono|Mixed Platforms.Build.0 = Debug|Any CPU
{4396848A-2893-4337-941E-E0EB4EC18A12}.Debug Mono|x86.ActiveCfg = Debug|Any CPU
{4396848A-2893-4337-941E-E0EB4EC18A12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4396848A-2893-4337-941E-E0EB4EC18A12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4396848A-2893-4337-941E-E0EB4EC18A12}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4396848A-2893-4337-941E-E0EB4EC18A12}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4396848A-2893-4337-941E-E0EB4EC18A12}.Debug|x86.ActiveCfg = Debug|Any CPU
{4396848A-2893-4337-941E-E0EB4EC18A12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4396848A-2893-4337-941E-E0EB4EC18A12}.Release|Any CPU.Build.0 = Release|Any CPU
{4396848A-2893-4337-941E-E0EB4EC18A12}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4396848A-2893-4337-941E-E0EB4EC18A12}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4396848A-2893-4337-941E-E0EB4EC18A12}.Release|x86.ActiveCfg = Release|Any CPU
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Debug Mono|Any CPU.ActiveCfg = Debug Mono|Any CPU
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Debug Mono|Any CPU.Build.0 = Debug Mono|Any CPU
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Debug Mono|Mixed Platforms.ActiveCfg = Debug Mono|x86
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Debug Mono|Mixed Platforms.Build.0 = Debug Mono|x86
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Debug Mono|x86.ActiveCfg = Debug Mono|x86
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Debug Mono|x86.Build.0 = Debug Mono|x86
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Debug|x86.ActiveCfg = Debug|x86
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Debug|x86.Build.0 = Debug|x86
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Release|Any CPU.ActiveCfg = Release|x86
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Release|Mixed Platforms.ActiveCfg = Release|x86
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Release|Mixed Platforms.Build.0 = Release|x86
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Release|x86.ActiveCfg = Release|x86
{B4D5F30B-91D3-482A-8C4A-F5CEB4FE9AAB}.Release|x86.Build.0 = Release|x86
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Debug Mono|Any CPU.ActiveCfg = Debug Mono|Any CPU
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Debug Mono|Any CPU.Build.0 = Debug Mono|Any CPU
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Debug Mono|Mixed Platforms.ActiveCfg = Debug Mono|x86
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Debug Mono|Mixed Platforms.Build.0 = Debug Mono|x86
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Debug Mono|x86.ActiveCfg = Debug Mono|x86
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Debug Mono|x86.Build.0 = Debug Mono|x86
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Debug|x86.ActiveCfg = Debug|x86
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Debug|x86.Build.0 = Debug|x86
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Release|Any CPU.ActiveCfg = Release|x86
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Release|Mixed Platforms.ActiveCfg = Release|x86
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Release|Mixed Platforms.Build.0 = Release|x86
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Release|x86.ActiveCfg = Release|x86
{6F7379BF-C65F-40EE-A474-6299E5DE8FD4}.Release|x86.Build.0 = Release|x86
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Debug Mono|Any CPU.ActiveCfg = Debug|Any CPU
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Debug Mono|Any CPU.Build.0 = Debug|Any CPU
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Debug Mono|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Debug Mono|Mixed Platforms.Build.0 = Debug|Any CPU
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Debug Mono|x86.ActiveCfg = Debug|Any CPU
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Debug|x86.ActiveCfg = Debug|Any CPU
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Release|Any CPU.Build.0 = Release|Any CPU
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{3DA36E6F-3100-40D9-A096-F7075F07C7C1}.Release|x86.ActiveCfg = Release|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Debug Mono|Any CPU.ActiveCfg = Debug|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Debug Mono|Any CPU.Build.0 = Debug|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Debug Mono|Mixed Platforms.ActiveCfg = Debug|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Debug Mono|Mixed Platforms.Build.0 = Debug|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Debug Mono|x86.ActiveCfg = Debug|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Debug|x86.ActiveCfg = Debug|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Release|Any CPU.Build.0 = Release|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{CCE78B48-1352-4746-A14E-DCB18BB5CCA2}.Release|x86.ActiveCfg = Release|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Debug Mono|Any CPU.ActiveCfg = Debug|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Debug Mono|Any CPU.Build.0 = Debug|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Debug Mono|Mixed Platforms.ActiveCfg = Debug|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Debug Mono|Mixed Platforms.Build.0 = Debug|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Debug Mono|x86.ActiveCfg = Debug|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Debug|x86.ActiveCfg = Debug|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Release|Any CPU.Build.0 = Release|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{ED06C549-38DC-47FC-8668-C8B72C2880AF}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
$0.CSharpFormattingPolicy = $2
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$2.AnonymousMethodBraceStyle = NextLine
$2.BeforeConstructorDeclarationParentheses = False
$2.BeforeDelegateDeclarationParentheses = False
$2.BeforeIndexerDeclarationBracket = False
$2.BeforeMethodCallParentheses = False
$2.BeforeMethodDeclarationParentheses = False
$2.EventAddBraceStyle = NextLine
$2.EventBraceStyle = NextLine
$2.EventRemoveBraceStyle = NextLine
$2.NewParentheses = False
$2.PlaceCatchOnNewLine = True
$2.PlaceElseOnNewLine = True
$2.PropertyBraceStyle = NextLine
$2.PropertyGetBraceStyle = NextLine
$2.PropertySetBraceStyle = NextLine
$2.SpacesBeforeBrackets = False
$2.StatementBraceStyle = NextLine
$2.inheritsScope = text/x-csharp
$2.inheritsSet = Mono
$2.scope = text/x-csharp
Policies = $0
StartupItem = ChraftServer\ChraftServer.csproj
EndGlobalSection
EndGlobal