forked from CnCNet/xna-cncnet-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDXClient.sln
192 lines (192 loc) · 14.9 KB
/
DXClient.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
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DXMainClient", "DXMainClient\DXMainClient.csproj", "{97458C1E-2E6C-4C5C-93C7-16A6712802E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{AF47799D-0B8A-4E86-A3A7-E80251DA7F22}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientCore", "ClientCore\ClientCore.csproj", "{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientGUI", "ClientGUI\ClientGUI.csproj", "{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTAConfig", "DTAConfig\DTAConfig.csproj", "{D517317D-8EA8-4225-AF9E-5385D8A7F047}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|SharpDX = Debug|SharpDX
Debug|WindowsGL = Debug|WindowsGL
Debug|XNAFramework = Debug|XNAFramework
DTARelease|SharpDX = DTARelease|SharpDX
DTARelease|WindowsGL = DTARelease|WindowsGL
DTARelease|XNAFramework = DTARelease|XNAFramework
MORelease|SharpDX = MORelease|SharpDX
MORelease|WindowsGL = MORelease|WindowsGL
MORelease|XNAFramework = MORelease|XNAFramework
TIRelease|SharpDX = TIRelease|SharpDX
TIRelease|WindowsGL = TIRelease|WindowsGL
TIRelease|XNAFramework = TIRelease|XNAFramework
TSRelease|SharpDX = TSRelease|SharpDX
TSRelease|WindowsGL = TSRelease|WindowsGL
TSRelease|XNAFramework = TSRelease|XNAFramework
YRRelease|SharpDX = YRRelease|SharpDX
YRRelease|WindowsGL = YRRelease|WindowsGL
YRRelease|XNAFramework = YRRelease|XNAFramework
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.Debug|SharpDX.ActiveCfg = Debug|SharpDX
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.Debug|SharpDX.Build.0 = Debug|SharpDX
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.Debug|WindowsGL.ActiveCfg = Debug|WindowsGL
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.Debug|WindowsGL.Build.0 = Debug|WindowsGL
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.Debug|XNAFramework.ActiveCfg = Debug|XNAFramework
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.Debug|XNAFramework.Build.0 = Debug|XNAFramework
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.DTARelease|SharpDX.ActiveCfg = Release|SharpDX
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.DTARelease|SharpDX.Build.0 = Release|SharpDX
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.DTARelease|WindowsGL.ActiveCfg = Release|WindowsGL
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.DTARelease|WindowsGL.Build.0 = Release|WindowsGL
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.DTARelease|XNAFramework.ActiveCfg = Release|XNAFramework
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.DTARelease|XNAFramework.Build.0 = Release|XNAFramework
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.MORelease|SharpDX.ActiveCfg = MORelease|SharpDX
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.MORelease|SharpDX.Build.0 = MORelease|SharpDX
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.MORelease|WindowsGL.ActiveCfg = MORelease|WindowsGL
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.MORelease|WindowsGL.Build.0 = MORelease|WindowsGL
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.MORelease|XNAFramework.ActiveCfg = MORelease|XNAFramework
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.MORelease|XNAFramework.Build.0 = MORelease|XNAFramework
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.TIRelease|SharpDX.ActiveCfg = Release|SharpDX
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.TIRelease|SharpDX.Build.0 = Release|SharpDX
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.TIRelease|WindowsGL.ActiveCfg = Release|WindowsGL
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.TIRelease|WindowsGL.Build.0 = Release|WindowsGL
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.TIRelease|XNAFramework.ActiveCfg = Release|XNAFramework
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.TIRelease|XNAFramework.Build.0 = Release|XNAFramework
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.TSRelease|SharpDX.ActiveCfg = Release|SharpDX
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.TSRelease|SharpDX.Build.0 = Release|SharpDX
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.TSRelease|WindowsGL.ActiveCfg = Release|WindowsGL
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.TSRelease|WindowsGL.Build.0 = Release|WindowsGL
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.TSRelease|XNAFramework.ActiveCfg = Release|XNAFramework
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.TSRelease|XNAFramework.Build.0 = Release|XNAFramework
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.YRRelease|SharpDX.ActiveCfg = YRRelease|SharpDX
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.YRRelease|SharpDX.Build.0 = YRRelease|SharpDX
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.YRRelease|WindowsGL.ActiveCfg = YRRelease|WindowsGL
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.YRRelease|WindowsGL.Build.0 = YRRelease|WindowsGL
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.YRRelease|XNAFramework.ActiveCfg = YRRelease|XNAFramework
{97458C1E-2E6C-4C5C-93C7-16A6712802E9}.YRRelease|XNAFramework.Build.0 = YRRelease|XNAFramework
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.Debug|SharpDX.ActiveCfg = Debug|SharpDX
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.Debug|SharpDX.Build.0 = Debug|SharpDX
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.Debug|WindowsGL.ActiveCfg = Debug|WindowsGL
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.Debug|WindowsGL.Build.0 = Debug|WindowsGL
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.Debug|XNAFramework.ActiveCfg = Debug|XNAFramework
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.Debug|XNAFramework.Build.0 = Debug|XNAFramework
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.DTARelease|SharpDX.ActiveCfg = Release|SharpDX
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.DTARelease|SharpDX.Build.0 = Release|SharpDX
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.DTARelease|WindowsGL.ActiveCfg = Release|WindowsGL
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.DTARelease|WindowsGL.Build.0 = Release|WindowsGL
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.DTARelease|XNAFramework.ActiveCfg = Release|XNAFramework
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.DTARelease|XNAFramework.Build.0 = Release|XNAFramework
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.MORelease|SharpDX.ActiveCfg = MORelease|SharpDX
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.MORelease|SharpDX.Build.0 = MORelease|SharpDX
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.MORelease|WindowsGL.ActiveCfg = MORelease|WindowsGL
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.MORelease|WindowsGL.Build.0 = MORelease|WindowsGL
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.MORelease|XNAFramework.ActiveCfg = MORelease|XNAFramework
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.MORelease|XNAFramework.Build.0 = MORelease|XNAFramework
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.TIRelease|SharpDX.ActiveCfg = Release|SharpDX
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.TIRelease|SharpDX.Build.0 = Release|SharpDX
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.TIRelease|WindowsGL.ActiveCfg = Release|WindowsGL
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.TIRelease|WindowsGL.Build.0 = Release|WindowsGL
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.TIRelease|XNAFramework.ActiveCfg = Release|XNAFramework
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.TIRelease|XNAFramework.Build.0 = Release|XNAFramework
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.TSRelease|SharpDX.ActiveCfg = Release|SharpDX
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.TSRelease|SharpDX.Build.0 = Release|SharpDX
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.TSRelease|WindowsGL.ActiveCfg = Release|WindowsGL
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.TSRelease|WindowsGL.Build.0 = Release|WindowsGL
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.TSRelease|XNAFramework.ActiveCfg = Release|XNAFramework
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.TSRelease|XNAFramework.Build.0 = Release|XNAFramework
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.YRRelease|SharpDX.ActiveCfg = YRRelease|SharpDX
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.YRRelease|SharpDX.Build.0 = YRRelease|SharpDX
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.YRRelease|WindowsGL.ActiveCfg = YRRelease|WindowsGL
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.YRRelease|WindowsGL.Build.0 = YRRelease|WindowsGL
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.YRRelease|XNAFramework.ActiveCfg = YRRelease|XNAFramework
{DAA331A7-FDAC-44FD-98B5-2DC5025F48C3}.YRRelease|XNAFramework.Build.0 = YRRelease|XNAFramework
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.Debug|SharpDX.ActiveCfg = Debug|SharpDX
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.Debug|SharpDX.Build.0 = Debug|SharpDX
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.Debug|WindowsGL.ActiveCfg = Debug|WindowsGL
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.Debug|WindowsGL.Build.0 = Debug|WindowsGL
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.Debug|XNAFramework.ActiveCfg = Debug|XNAFramework
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.Debug|XNAFramework.Build.0 = Debug|XNAFramework
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.DTARelease|SharpDX.ActiveCfg = Release|SharpDX
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.DTARelease|SharpDX.Build.0 = Release|SharpDX
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.DTARelease|WindowsGL.ActiveCfg = Release|WindowsGL
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.DTARelease|WindowsGL.Build.0 = Release|WindowsGL
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.DTARelease|XNAFramework.ActiveCfg = Release|XNAFramework
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.DTARelease|XNAFramework.Build.0 = Release|XNAFramework
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.MORelease|SharpDX.ActiveCfg = Release|SharpDX
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.MORelease|SharpDX.Build.0 = Release|SharpDX
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.MORelease|WindowsGL.ActiveCfg = Release|WindowsGL
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.MORelease|WindowsGL.Build.0 = Release|WindowsGL
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.MORelease|XNAFramework.ActiveCfg = Release|XNAFramework
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.MORelease|XNAFramework.Build.0 = Release|XNAFramework
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.TIRelease|SharpDX.ActiveCfg = Release|SharpDX
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.TIRelease|SharpDX.Build.0 = Release|SharpDX
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.TIRelease|WindowsGL.ActiveCfg = Release|WindowsGL
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.TIRelease|WindowsGL.Build.0 = Release|WindowsGL
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.TIRelease|XNAFramework.ActiveCfg = Release|XNAFramework
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.TIRelease|XNAFramework.Build.0 = Release|XNAFramework
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.TSRelease|SharpDX.ActiveCfg = Release|SharpDX
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.TSRelease|SharpDX.Build.0 = Release|SharpDX
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.TSRelease|WindowsGL.ActiveCfg = Release|WindowsGL
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.TSRelease|WindowsGL.Build.0 = Release|WindowsGL
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.TSRelease|XNAFramework.ActiveCfg = Release|XNAFramework
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.TSRelease|XNAFramework.Build.0 = Release|XNAFramework
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.YRRelease|SharpDX.ActiveCfg = Release|SharpDX
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.YRRelease|SharpDX.Build.0 = Release|SharpDX
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.YRRelease|WindowsGL.ActiveCfg = Release|WindowsGL
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.YRRelease|WindowsGL.Build.0 = Release|WindowsGL
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.YRRelease|XNAFramework.ActiveCfg = Release|XNAFramework
{4C26AD04-FF2E-4465-9F40-DEB9DDC2C1D6}.YRRelease|XNAFramework.Build.0 = Release|XNAFramework
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.Debug|SharpDX.ActiveCfg = Debug|SharpDX
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.Debug|SharpDX.Build.0 = Debug|SharpDX
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.Debug|WindowsGL.ActiveCfg = Debug|WindowsGL
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.Debug|WindowsGL.Build.0 = Debug|WindowsGL
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.Debug|XNAFramework.ActiveCfg = Debug|XNAFramework
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.Debug|XNAFramework.Build.0 = Debug|XNAFramework
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.DTARelease|SharpDX.ActiveCfg = DTARelease|SharpDX
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.DTARelease|SharpDX.Build.0 = DTARelease|SharpDX
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.DTARelease|WindowsGL.ActiveCfg = DTARelease|WindowsGL
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.DTARelease|WindowsGL.Build.0 = DTARelease|WindowsGL
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.DTARelease|XNAFramework.ActiveCfg = DTARelease|XNAFramework
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.DTARelease|XNAFramework.Build.0 = DTARelease|XNAFramework
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.MORelease|SharpDX.ActiveCfg = MORelease|SharpDX
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.MORelease|SharpDX.Build.0 = MORelease|SharpDX
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.MORelease|WindowsGL.ActiveCfg = MORelease|WindowsGL
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.MORelease|WindowsGL.Build.0 = MORelease|WindowsGL
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.MORelease|XNAFramework.ActiveCfg = MORelease|XNAFramework
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.MORelease|XNAFramework.Build.0 = MORelease|XNAFramework
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.TIRelease|SharpDX.ActiveCfg = TIRelease|SharpDX
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.TIRelease|SharpDX.Build.0 = TIRelease|SharpDX
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.TIRelease|WindowsGL.ActiveCfg = TIRelease|WindowsGL
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.TIRelease|WindowsGL.Build.0 = TIRelease|WindowsGL
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.TIRelease|XNAFramework.ActiveCfg = TIRelease|XNAFramework
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.TIRelease|XNAFramework.Build.0 = TIRelease|XNAFramework
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.TSRelease|SharpDX.ActiveCfg = TSRelease|SharpDX
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.TSRelease|SharpDX.Build.0 = TSRelease|SharpDX
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.TSRelease|WindowsGL.ActiveCfg = TSRelease|WindowsGL
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.TSRelease|WindowsGL.Build.0 = TSRelease|WindowsGL
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.TSRelease|XNAFramework.ActiveCfg = TSRelease|XNAFramework
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.TSRelease|XNAFramework.Build.0 = TIRelease|XNAFramework
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.YRRelease|SharpDX.ActiveCfg = YRRelease|SharpDX
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.YRRelease|SharpDX.Build.0 = YRRelease|SharpDX
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.YRRelease|WindowsGL.ActiveCfg = YRRelease|WindowsGL
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.YRRelease|WindowsGL.Build.0 = YRRelease|WindowsGL
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.YRRelease|XNAFramework.ActiveCfg = YRRelease|XNAFramework
{D517317D-8EA8-4225-AF9E-5385D8A7F047}.YRRelease|XNAFramework.Build.0 = YRRelease|XNAFramework
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {524B40FE-44F2-419A-B6D3-F9F0F813101F}
EndGlobalSection
EndGlobal