-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathengine.sln
211 lines (211 loc) · 14.5 KB
/
engine.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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Exe", "Exe\Exe.vcxproj", "{6ACCF96B-E605-496A-805B-CE6734420C6B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Engine", "Engine\Engine.vcxproj", "{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Application", "Application\Application.vcxproj", "{725D7493-FDC3-40AB-A98B-5AFE9093BF24}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DL_Debug", "DL_Debug\DL_Debug.vcxproj", "{D924F659-A78C-4B48-A76E-49600A883990}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommonLib", "CommonLib\CommonLib.vcxproj", "{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}"
ProjectSection(ProjectDependencies) = postProject
{D924F659-A78C-4B48-A76E-49600A883990} = {D924F659-A78C-4B48-A76E-49600A883990}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Input", "Input\Input.vcxproj", "{BD22FF31-48A5-4061-AB37-17E68E058912}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EntitySystem", "EntitySystem\EntitySystem.vcxproj", "{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Physics", "Physics\Physics.vcxproj", "{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "network", "network\network.vcxproj", "{F98B4219-1F23-456A-AFD7-A5C39DE4784A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Audio", "Audio\Audio.vcxproj", "{9EFD2184-3951-4091-A3C5-F93B261C6B8E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ModelExporter", "ModelExporter\ModelExporter.vcxproj", "{0E2D3D66-C678-4FF0-8F09-71D31E2318F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Profile|ARM = Profile|ARM
Profile|x64 = Profile|x64
Profile|x86 = Profile|x86
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Debug|ARM.ActiveCfg = Debug|Win32
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Debug|x64.ActiveCfg = Debug|x64
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Debug|x64.Build.0 = Debug|x64
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Debug|x86.ActiveCfg = Debug|Win32
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Debug|x86.Build.0 = Debug|Win32
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Profile|ARM.ActiveCfg = Profile|Win32
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Profile|x64.ActiveCfg = Profile|x64
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Profile|x64.Build.0 = Profile|x64
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Profile|x86.ActiveCfg = Profile|Win32
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Profile|x86.Build.0 = Profile|Win32
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Release|ARM.ActiveCfg = Release|Win32
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Release|x64.ActiveCfg = Release|x64
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Release|x64.Build.0 = Release|x64
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Release|x86.ActiveCfg = Release|Win32
{6ACCF96B-E605-496A-805B-CE6734420C6B}.Release|x86.Build.0 = Release|Win32
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Debug|ARM.ActiveCfg = Debug|Win32
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Debug|x64.ActiveCfg = Debug|x64
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Debug|x64.Build.0 = Debug|x64
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Debug|x86.ActiveCfg = Debug|Win32
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Debug|x86.Build.0 = Debug|Win32
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Profile|ARM.ActiveCfg = Profile|Win32
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Profile|x64.ActiveCfg = Profile|x64
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Profile|x64.Build.0 = Profile|x64
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Profile|x86.ActiveCfg = Profile|Win32
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Profile|x86.Build.0 = Profile|Win32
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Release|ARM.ActiveCfg = Release|Win32
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Release|x64.ActiveCfg = Release|x64
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Release|x64.Build.0 = Release|x64
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Release|x86.ActiveCfg = Release|Win32
{F6BFC4A9-1A8D-4564-B2A7-71A1ECBD78E7}.Release|x86.Build.0 = Release|Win32
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Debug|ARM.ActiveCfg = Debug|Win32
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Debug|x64.ActiveCfg = Debug|x64
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Debug|x64.Build.0 = Debug|x64
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Debug|x86.ActiveCfg = Debug|Win32
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Debug|x86.Build.0 = Debug|Win32
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Profile|ARM.ActiveCfg = Profile|Win32
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Profile|x64.ActiveCfg = Profile|x64
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Profile|x64.Build.0 = Profile|x64
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Profile|x86.ActiveCfg = Profile|Win32
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Profile|x86.Build.0 = Profile|Win32
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Release|ARM.ActiveCfg = Release|Win32
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Release|x64.ActiveCfg = Release|x64
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Release|x64.Build.0 = Release|x64
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Release|x86.ActiveCfg = Release|Win32
{725D7493-FDC3-40AB-A98B-5AFE9093BF24}.Release|x86.Build.0 = Release|Win32
{D924F659-A78C-4B48-A76E-49600A883990}.Debug|ARM.ActiveCfg = Debug|Win32
{D924F659-A78C-4B48-A76E-49600A883990}.Debug|x64.ActiveCfg = Debug|x64
{D924F659-A78C-4B48-A76E-49600A883990}.Debug|x64.Build.0 = Debug|x64
{D924F659-A78C-4B48-A76E-49600A883990}.Debug|x86.ActiveCfg = Debug|Win32
{D924F659-A78C-4B48-A76E-49600A883990}.Debug|x86.Build.0 = Debug|Win32
{D924F659-A78C-4B48-A76E-49600A883990}.Profile|ARM.ActiveCfg = Profile|Win32
{D924F659-A78C-4B48-A76E-49600A883990}.Profile|x64.ActiveCfg = Profile|x64
{D924F659-A78C-4B48-A76E-49600A883990}.Profile|x64.Build.0 = Profile|x64
{D924F659-A78C-4B48-A76E-49600A883990}.Profile|x86.ActiveCfg = Profile|Win32
{D924F659-A78C-4B48-A76E-49600A883990}.Profile|x86.Build.0 = Profile|Win32
{D924F659-A78C-4B48-A76E-49600A883990}.Release|ARM.ActiveCfg = Release|Win32
{D924F659-A78C-4B48-A76E-49600A883990}.Release|x64.ActiveCfg = Release|x64
{D924F659-A78C-4B48-A76E-49600A883990}.Release|x64.Build.0 = Release|x64
{D924F659-A78C-4B48-A76E-49600A883990}.Release|x86.ActiveCfg = Release|Win32
{D924F659-A78C-4B48-A76E-49600A883990}.Release|x86.Build.0 = Release|Win32
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Debug|ARM.ActiveCfg = Debug|Win32
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Debug|x64.ActiveCfg = Debug|x64
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Debug|x64.Build.0 = Debug|x64
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Debug|x86.ActiveCfg = Debug|Win32
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Debug|x86.Build.0 = Debug|Win32
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Profile|ARM.ActiveCfg = Profile|Win32
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Profile|x64.ActiveCfg = Profile|x64
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Profile|x64.Build.0 = Profile|x64
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Profile|x86.ActiveCfg = Profile|Win32
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Profile|x86.Build.0 = Profile|Win32
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Release|ARM.ActiveCfg = Release|Win32
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Release|x64.ActiveCfg = Release|x64
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Release|x64.Build.0 = Release|x64
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Release|x86.ActiveCfg = Release|Win32
{DBC8372D-E04F-4BBB-8964-12022ADCA9F6}.Release|x86.Build.0 = Release|Win32
{BD22FF31-48A5-4061-AB37-17E68E058912}.Debug|ARM.ActiveCfg = Debug|Win32
{BD22FF31-48A5-4061-AB37-17E68E058912}.Debug|x64.ActiveCfg = Debug|x64
{BD22FF31-48A5-4061-AB37-17E68E058912}.Debug|x64.Build.0 = Debug|x64
{BD22FF31-48A5-4061-AB37-17E68E058912}.Debug|x86.ActiveCfg = Debug|Win32
{BD22FF31-48A5-4061-AB37-17E68E058912}.Debug|x86.Build.0 = Debug|Win32
{BD22FF31-48A5-4061-AB37-17E68E058912}.Profile|ARM.ActiveCfg = Profile|Win32
{BD22FF31-48A5-4061-AB37-17E68E058912}.Profile|x64.ActiveCfg = Profile|x64
{BD22FF31-48A5-4061-AB37-17E68E058912}.Profile|x64.Build.0 = Profile|x64
{BD22FF31-48A5-4061-AB37-17E68E058912}.Profile|x86.ActiveCfg = Profile|Win32
{BD22FF31-48A5-4061-AB37-17E68E058912}.Profile|x86.Build.0 = Profile|Win32
{BD22FF31-48A5-4061-AB37-17E68E058912}.Release|ARM.ActiveCfg = Release|Win32
{BD22FF31-48A5-4061-AB37-17E68E058912}.Release|x64.ActiveCfg = Release|x64
{BD22FF31-48A5-4061-AB37-17E68E058912}.Release|x64.Build.0 = Release|x64
{BD22FF31-48A5-4061-AB37-17E68E058912}.Release|x86.ActiveCfg = Release|Win32
{BD22FF31-48A5-4061-AB37-17E68E058912}.Release|x86.Build.0 = Release|Win32
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Debug|ARM.ActiveCfg = Debug|Win32
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Debug|x64.ActiveCfg = Debug|x64
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Debug|x64.Build.0 = Debug|x64
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Debug|x86.ActiveCfg = Debug|Win32
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Debug|x86.Build.0 = Debug|Win32
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Profile|ARM.ActiveCfg = Profile|Win32
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Profile|x64.ActiveCfg = Profile|x64
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Profile|x64.Build.0 = Profile|x64
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Profile|x86.ActiveCfg = Profile|Win32
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Profile|x86.Build.0 = Profile|Win32
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Release|ARM.ActiveCfg = Release|Win32
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Release|x64.ActiveCfg = Release|x64
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Release|x64.Build.0 = Release|x64
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Release|x86.ActiveCfg = Release|Win32
{2FC680BF-8CB1-4F07-97D0-7B7871989B9E}.Release|x86.Build.0 = Release|Win32
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Debug|ARM.ActiveCfg = Debug|Win32
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Debug|x64.ActiveCfg = Debug|x64
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Debug|x64.Build.0 = Debug|x64
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Debug|x86.ActiveCfg = Debug|Win32
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Debug|x86.Build.0 = Debug|Win32
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Profile|ARM.ActiveCfg = Profile|Win32
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Profile|x64.ActiveCfg = Profile|x64
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Profile|x64.Build.0 = Profile|x64
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Profile|x86.ActiveCfg = Profile|Win32
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Profile|x86.Build.0 = Profile|Win32
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Release|ARM.ActiveCfg = Release|Win32
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Release|x64.ActiveCfg = Release|x64
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Release|x64.Build.0 = Release|x64
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Release|x86.ActiveCfg = Release|Win32
{0EB04AF7-D7CA-4D95-AC81-A62D84292A93}.Release|x86.Build.0 = Release|Win32
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Debug|ARM.ActiveCfg = Debug|Win32
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Debug|x64.ActiveCfg = Debug|x64
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Debug|x64.Build.0 = Debug|x64
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Debug|x86.ActiveCfg = Debug|Win32
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Debug|x86.Build.0 = Debug|Win32
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Profile|ARM.ActiveCfg = Profile|Win32
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Profile|x64.ActiveCfg = Profile|x64
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Profile|x64.Build.0 = Profile|x64
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Profile|x86.ActiveCfg = Profile|Win32
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Profile|x86.Build.0 = Profile|Win32
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Release|ARM.ActiveCfg = Release|Win32
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Release|x64.ActiveCfg = Release|x64
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Release|x64.Build.0 = Release|x64
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Release|x86.ActiveCfg = Release|Win32
{F98B4219-1F23-456A-AFD7-A5C39DE4784A}.Release|x86.Build.0 = Release|Win32
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Debug|ARM.ActiveCfg = Debug|Win32
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Debug|x64.ActiveCfg = Debug|x64
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Debug|x64.Build.0 = Debug|x64
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Debug|x86.ActiveCfg = Debug|Win32
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Debug|x86.Build.0 = Debug|Win32
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Profile|ARM.ActiveCfg = Profile|Win32
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Profile|x64.ActiveCfg = Profile|x64
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Profile|x64.Build.0 = Profile|x64
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Profile|x86.ActiveCfg = Profile|Win32
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Profile|x86.Build.0 = Profile|Win32
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Release|ARM.ActiveCfg = Release|Win32
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Release|x64.ActiveCfg = Release|x64
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Release|x64.Build.0 = Release|x64
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Release|x86.ActiveCfg = Release|Win32
{9EFD2184-3951-4091-A3C5-F93B261C6B8E}.Release|x86.Build.0 = Release|Win32
{0E2D3D66-C678-4FF0-8F09-71D31E2318F6}.Debug|ARM.ActiveCfg = Debug|Win32
{0E2D3D66-C678-4FF0-8F09-71D31E2318F6}.Debug|x64.ActiveCfg = Debug|x64
{0E2D3D66-C678-4FF0-8F09-71D31E2318F6}.Debug|x86.ActiveCfg = Debug|Win32
{0E2D3D66-C678-4FF0-8F09-71D31E2318F6}.Debug|x86.Build.0 = Debug|Win32
{0E2D3D66-C678-4FF0-8F09-71D31E2318F6}.Profile|ARM.ActiveCfg = Release|x64
{0E2D3D66-C678-4FF0-8F09-71D31E2318F6}.Profile|ARM.Build.0 = Release|x64
{0E2D3D66-C678-4FF0-8F09-71D31E2318F6}.Profile|x64.ActiveCfg = Release|x64
{0E2D3D66-C678-4FF0-8F09-71D31E2318F6}.Profile|x86.ActiveCfg = Release|Win32
{0E2D3D66-C678-4FF0-8F09-71D31E2318F6}.Profile|x86.Build.0 = Release|Win32
{0E2D3D66-C678-4FF0-8F09-71D31E2318F6}.Release|ARM.ActiveCfg = Release|Win32
{0E2D3D66-C678-4FF0-8F09-71D31E2318F6}.Release|x64.ActiveCfg = Release|x64
{0E2D3D66-C678-4FF0-8F09-71D31E2318F6}.Release|x86.ActiveCfg = Release|Win32
{0E2D3D66-C678-4FF0-8F09-71D31E2318F6}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal