-
Notifications
You must be signed in to change notification settings - Fork 22
/
skyrim64_test.sln
420 lines (420 loc) · 31.4 KB
/
skyrim64_test.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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "skyrim64_test", "skyrim64_test\skyrim64_test.vcxproj", "{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "skyrim64_tls_mt", "skyrim64_tls_mt\skyrim64_tls_mt.vcxproj", "{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}"
ProjectSection(ProjectDependencies) = postProject
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8} = {B15F131E-328A-4D42-ADC2-9FF4CA6306D8}
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777} = {D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F} = {C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}
{413F4A50-5DF5-411D-A2B1-729054F66C70} = {413F4A50-5DF5-411D-A2B1-729054F66C70}
{C52CA55B-1B6E-4725-8FA8-9817113801DC} = {C52CA55B-1B6E-4725-8FA8-9817113801DC}
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD} = {F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}
{F62787DD-1327-448B-9818-030062BCFAA5} = {F62787DD-1327-448B-9818-030062BCFAA5}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "shader_analyzer", "shader_analyzer\shader_analyzer.csproj", "{FCCE373F-8505-4684-A139-9ECDB74F347A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libimgui", "Dependencies\libimgui.vcxproj", "{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmeshoptimizer", "Dependencies\libmeshoptimizer.vcxproj", "{413F4A50-5DF5-411D-A2B1-729054F66C70}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmoc", "Dependencies\libmoc.vcxproj", "{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtracy", "Dependencies\libtracy.vcxproj", "{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libzydis", "Dependencies\libzydis.vcxproj", "{C52CA55B-1B6E-4725-8FA8-9817113801DC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tbb", "Dependencies\tbb\build\vs2013\tbb.vcxproj", "{F62787DD-1327-448B-9818-030062BCFAA5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tbbmalloc", "Dependencies\tbb\build\vs2013\tbbmalloc.vcxproj", "{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libdeflate", "Dependencies\libdeflate.vcxproj", "{9E771CA4-04D9-4ED8-80F2-FFD379413688}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "skyrim32_ckt", "skyrim32_ckt\skyrim32_ckt.vcxproj", "{481763E4-7108-4CDA-A8A0-A4A15A2D841C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "detours", "Dependencies\detours\detours\detours.vcxproj", "{06E30C65-D79A-4FEC-8A60-B36D907E6601}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Debug-MT|Any CPU = Debug-MT|Any CPU
Debug-MT|x64 = Debug-MT|x64
Debug-MT|x86 = Debug-MT|x86
EditAndContinue|Any CPU = EditAndContinue|Any CPU
EditAndContinue|x64 = EditAndContinue|x64
EditAndContinue|x86 = EditAndContinue|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
Release-MT|Any CPU = Release-MT|Any CPU
Release-MT|x64 = Release-MT|x64
Release-MT|x86 = Release-MT|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Debug|Any CPU.ActiveCfg = Debug|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Debug|x64.ActiveCfg = Debug|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Debug|x64.Build.0 = Debug|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Debug|x86.ActiveCfg = Debug|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Debug-MT|Any CPU.ActiveCfg = Release|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Debug-MT|Any CPU.Build.0 = Release|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Debug-MT|x64.ActiveCfg = Debug|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Debug-MT|x64.Build.0 = Debug|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Debug-MT|x86.ActiveCfg = Release|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Debug-MT|x86.Build.0 = Release|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.EditAndContinue|Any CPU.ActiveCfg = EditAndContinue|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.EditAndContinue|x64.ActiveCfg = EditAndContinue|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.EditAndContinue|x64.Build.0 = EditAndContinue|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.EditAndContinue|x86.ActiveCfg = EditAndContinue|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Release|Any CPU.ActiveCfg = Release|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Release|x64.ActiveCfg = Release|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Release|x64.Build.0 = Release|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Release|x86.ActiveCfg = Release|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Release-MT|Any CPU.ActiveCfg = Release|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Release-MT|Any CPU.Build.0 = Release|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Release-MT|x64.ActiveCfg = Release|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Release-MT|x64.Build.0 = Release|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Release-MT|x86.ActiveCfg = Release|x64
{BF4A1EFE-0BD9-49A1-BC02-2FA53027B0D7}.Release-MT|x86.Build.0 = Release|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Debug|Any CPU.ActiveCfg = Debug|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Debug|x64.ActiveCfg = Debug|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Debug|x64.Build.0 = Debug|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Debug|x86.ActiveCfg = Debug|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Debug-MT|Any CPU.ActiveCfg = Release|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Debug-MT|Any CPU.Build.0 = Release|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Debug-MT|x64.ActiveCfg = Debug|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Debug-MT|x64.Build.0 = Debug|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Debug-MT|x86.ActiveCfg = Release|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Debug-MT|x86.Build.0 = Release|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.EditAndContinue|Any CPU.ActiveCfg = EditAndContinue|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.EditAndContinue|x64.ActiveCfg = EditAndContinue|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.EditAndContinue|x64.Build.0 = EditAndContinue|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.EditAndContinue|x86.ActiveCfg = EditAndContinue|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Release|Any CPU.ActiveCfg = Release|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Release|x64.ActiveCfg = Release|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Release|x64.Build.0 = Release|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Release|x86.ActiveCfg = Release|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Release-MT|Any CPU.ActiveCfg = Release|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Release-MT|Any CPU.Build.0 = Release|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Release-MT|x64.ActiveCfg = Release|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Release-MT|x64.Build.0 = Release|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Release-MT|x86.ActiveCfg = Release|x64
{0C4CE682-CF6C-47B4-A206-FC85AEA8F8D6}.Release-MT|x86.Build.0 = Release|x64
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Debug|x64.ActiveCfg = Debug|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Debug|x64.Build.0 = Debug|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Debug|x86.ActiveCfg = Debug|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Debug|x86.Build.0 = Debug|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Debug-MT|Any CPU.ActiveCfg = Debug|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Debug-MT|Any CPU.Build.0 = Debug|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Debug-MT|x64.ActiveCfg = Debug|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Debug-MT|x64.Build.0 = Debug|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Debug-MT|x86.ActiveCfg = Debug|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Debug-MT|x86.Build.0 = Debug|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.EditAndContinue|Any CPU.ActiveCfg = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.EditAndContinue|Any CPU.Build.0 = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.EditAndContinue|x64.ActiveCfg = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.EditAndContinue|x64.Build.0 = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.EditAndContinue|x86.ActiveCfg = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.EditAndContinue|x86.Build.0 = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Release|Any CPU.Build.0 = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Release|x64.ActiveCfg = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Release|x64.Build.0 = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Release|x86.ActiveCfg = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Release|x86.Build.0 = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Release-MT|Any CPU.ActiveCfg = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Release-MT|Any CPU.Build.0 = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Release-MT|x64.ActiveCfg = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Release-MT|x64.Build.0 = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Release-MT|x86.ActiveCfg = Release|Any CPU
{FCCE373F-8505-4684-A139-9ECDB74F347A}.Release-MT|x86.Build.0 = Release|Any CPU
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Debug|Any CPU.ActiveCfg = Debug|Win32
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Debug|x64.ActiveCfg = Debug|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Debug|x64.Build.0 = Debug|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Debug|x86.ActiveCfg = Debug|Win32
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Debug|x86.Build.0 = Debug|Win32
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Debug-MT|Any CPU.ActiveCfg = Release|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Debug-MT|Any CPU.Build.0 = Release|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Debug-MT|x64.ActiveCfg = Debug|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Debug-MT|x64.Build.0 = Debug|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Debug-MT|x86.ActiveCfg = Debug|Win32
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Debug-MT|x86.Build.0 = Debug|Win32
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.EditAndContinue|Any CPU.ActiveCfg = Release|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.EditAndContinue|Any CPU.Build.0 = Release|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.EditAndContinue|x64.ActiveCfg = Release|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.EditAndContinue|x64.Build.0 = Release|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.EditAndContinue|x86.ActiveCfg = Release|Win32
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.EditAndContinue|x86.Build.0 = Release|Win32
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Release|Any CPU.ActiveCfg = Release|Win32
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Release|x64.ActiveCfg = Release|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Release|x64.Build.0 = Release|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Release|x86.ActiveCfg = Release|Win32
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Release|x86.Build.0 = Release|Win32
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Release-MT|Any CPU.ActiveCfg = Release|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Release-MT|Any CPU.Build.0 = Release|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Release-MT|x64.ActiveCfg = Release|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Release-MT|x64.Build.0 = Release|x64
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Release-MT|x86.ActiveCfg = Release|Win32
{D6B52647-C4AF-4A0A-9DB6-4B7D4D276777}.Release-MT|x86.Build.0 = Release|Win32
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Debug|Any CPU.ActiveCfg = Debug|Win32
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Debug|x64.ActiveCfg = Debug|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Debug|x64.Build.0 = Debug|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Debug|x86.ActiveCfg = Debug|Win32
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Debug|x86.Build.0 = Debug|Win32
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Debug-MT|Any CPU.ActiveCfg = Release|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Debug-MT|Any CPU.Build.0 = Release|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Debug-MT|x64.ActiveCfg = Debug|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Debug-MT|x64.Build.0 = Debug|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Debug-MT|x86.ActiveCfg = Debug|Win32
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Debug-MT|x86.Build.0 = Debug|Win32
{413F4A50-5DF5-411D-A2B1-729054F66C70}.EditAndContinue|Any CPU.ActiveCfg = Release|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.EditAndContinue|Any CPU.Build.0 = Release|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.EditAndContinue|x64.ActiveCfg = Release|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.EditAndContinue|x64.Build.0 = Release|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.EditAndContinue|x86.ActiveCfg = Release|Win32
{413F4A50-5DF5-411D-A2B1-729054F66C70}.EditAndContinue|x86.Build.0 = Release|Win32
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Release|Any CPU.ActiveCfg = Release|Win32
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Release|x64.ActiveCfg = Release|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Release|x64.Build.0 = Release|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Release|x86.ActiveCfg = Release|Win32
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Release|x86.Build.0 = Release|Win32
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Release-MT|Any CPU.ActiveCfg = Release|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Release-MT|Any CPU.Build.0 = Release|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Release-MT|x64.ActiveCfg = Release|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Release-MT|x64.Build.0 = Release|x64
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Release-MT|x86.ActiveCfg = Release|Win32
{413F4A50-5DF5-411D-A2B1-729054F66C70}.Release-MT|x86.Build.0 = Release|Win32
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Debug|Any CPU.ActiveCfg = Debug|Win32
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Debug|x64.ActiveCfg = Debug|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Debug|x64.Build.0 = Debug|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Debug|x86.ActiveCfg = Debug|Win32
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Debug|x86.Build.0 = Debug|Win32
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Debug-MT|Any CPU.ActiveCfg = Release|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Debug-MT|Any CPU.Build.0 = Release|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Debug-MT|x64.ActiveCfg = Debug|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Debug-MT|x64.Build.0 = Debug|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Debug-MT|x86.ActiveCfg = Debug|Win32
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Debug-MT|x86.Build.0 = Debug|Win32
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.EditAndContinue|Any CPU.ActiveCfg = Release|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.EditAndContinue|Any CPU.Build.0 = Release|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.EditAndContinue|x64.ActiveCfg = Release|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.EditAndContinue|x64.Build.0 = Release|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.EditAndContinue|x86.ActiveCfg = Release|Win32
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.EditAndContinue|x86.Build.0 = Release|Win32
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Release|Any CPU.ActiveCfg = Release|Win32
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Release|x64.ActiveCfg = Release|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Release|x64.Build.0 = Release|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Release|x86.ActiveCfg = Release|Win32
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Release|x86.Build.0 = Release|Win32
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Release-MT|Any CPU.ActiveCfg = Release|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Release-MT|Any CPU.Build.0 = Release|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Release-MT|x64.ActiveCfg = Release|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Release-MT|x64.Build.0 = Release|x64
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Release-MT|x86.ActiveCfg = Release|Win32
{F7CD315E-4F76-466E-AFFD-6EDAAFC869AD}.Release-MT|x86.Build.0 = Release|Win32
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Debug|Any CPU.ActiveCfg = Debug|Win32
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Debug|x64.ActiveCfg = Debug|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Debug|x64.Build.0 = Debug|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Debug|x86.ActiveCfg = Debug|Win32
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Debug|x86.Build.0 = Debug|Win32
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Debug-MT|Any CPU.ActiveCfg = Release|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Debug-MT|Any CPU.Build.0 = Release|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Debug-MT|x64.ActiveCfg = Debug|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Debug-MT|x64.Build.0 = Debug|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Debug-MT|x86.ActiveCfg = Debug|Win32
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Debug-MT|x86.Build.0 = Debug|Win32
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.EditAndContinue|Any CPU.ActiveCfg = Release|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.EditAndContinue|Any CPU.Build.0 = Release|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.EditAndContinue|x64.ActiveCfg = Release|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.EditAndContinue|x64.Build.0 = Release|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.EditAndContinue|x86.ActiveCfg = Release|Win32
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.EditAndContinue|x86.Build.0 = Release|Win32
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Release|Any CPU.ActiveCfg = Release|Win32
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Release|x64.ActiveCfg = Release|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Release|x64.Build.0 = Release|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Release|x86.ActiveCfg = Release|Win32
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Release|x86.Build.0 = Release|Win32
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Release-MT|Any CPU.ActiveCfg = Release|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Release-MT|Any CPU.Build.0 = Release|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Release-MT|x64.ActiveCfg = Release|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Release-MT|x64.Build.0 = Release|x64
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Release-MT|x86.ActiveCfg = Release|Win32
{C60FB84A-AEE8-46E4-85C9-FECB6B95E54F}.Release-MT|x86.Build.0 = Release|Win32
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Debug|Any CPU.ActiveCfg = Debug|Win32
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Debug|x64.ActiveCfg = Debug|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Debug|x64.Build.0 = Debug|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Debug|x86.ActiveCfg = Debug|Win32
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Debug|x86.Build.0 = Debug|Win32
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Debug-MT|Any CPU.ActiveCfg = Release|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Debug-MT|Any CPU.Build.0 = Release|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Debug-MT|x64.ActiveCfg = Debug|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Debug-MT|x64.Build.0 = Debug|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Debug-MT|x86.ActiveCfg = Debug|Win32
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Debug-MT|x86.Build.0 = Debug|Win32
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.EditAndContinue|Any CPU.ActiveCfg = Release|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.EditAndContinue|Any CPU.Build.0 = Release|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.EditAndContinue|x64.ActiveCfg = Release|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.EditAndContinue|x64.Build.0 = Release|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.EditAndContinue|x86.ActiveCfg = Release|Win32
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.EditAndContinue|x86.Build.0 = Release|Win32
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Release|Any CPU.ActiveCfg = Release|Win32
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Release|x64.ActiveCfg = Release|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Release|x64.Build.0 = Release|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Release|x86.ActiveCfg = Release|Win32
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Release|x86.Build.0 = Release|Win32
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Release-MT|Any CPU.ActiveCfg = Release|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Release-MT|Any CPU.Build.0 = Release|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Release-MT|x64.ActiveCfg = Release|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Release-MT|x64.Build.0 = Release|x64
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Release-MT|x86.ActiveCfg = Release|Win32
{C52CA55B-1B6E-4725-8FA8-9817113801DC}.Release-MT|x86.Build.0 = Release|Win32
{F62787DD-1327-448B-9818-030062BCFAA5}.Debug|Any CPU.ActiveCfg = Debug|Win32
{F62787DD-1327-448B-9818-030062BCFAA5}.Debug|x64.ActiveCfg = Debug|x64
{F62787DD-1327-448B-9818-030062BCFAA5}.Debug|x64.Build.0 = Debug|x64
{F62787DD-1327-448B-9818-030062BCFAA5}.Debug|x86.ActiveCfg = Debug|Win32
{F62787DD-1327-448B-9818-030062BCFAA5}.Debug|x86.Build.0 = Debug|Win32
{F62787DD-1327-448B-9818-030062BCFAA5}.Debug-MT|Any CPU.ActiveCfg = Debug-MT|Win32
{F62787DD-1327-448B-9818-030062BCFAA5}.Debug-MT|x64.ActiveCfg = Debug-MT|x64
{F62787DD-1327-448B-9818-030062BCFAA5}.Debug-MT|x64.Build.0 = Debug-MT|x64
{F62787DD-1327-448B-9818-030062BCFAA5}.Debug-MT|x86.ActiveCfg = Debug-MT|Win32
{F62787DD-1327-448B-9818-030062BCFAA5}.Debug-MT|x86.Build.0 = Debug-MT|Win32
{F62787DD-1327-448B-9818-030062BCFAA5}.EditAndContinue|Any CPU.ActiveCfg = Debug-MT|x64
{F62787DD-1327-448B-9818-030062BCFAA5}.EditAndContinue|Any CPU.Build.0 = Debug-MT|x64
{F62787DD-1327-448B-9818-030062BCFAA5}.EditAndContinue|x64.ActiveCfg = Debug-MT|x64
{F62787DD-1327-448B-9818-030062BCFAA5}.EditAndContinue|x64.Build.0 = Debug-MT|x64
{F62787DD-1327-448B-9818-030062BCFAA5}.EditAndContinue|x86.ActiveCfg = Debug-MT|Win32
{F62787DD-1327-448B-9818-030062BCFAA5}.EditAndContinue|x86.Build.0 = Debug-MT|Win32
{F62787DD-1327-448B-9818-030062BCFAA5}.Release|Any CPU.ActiveCfg = Release|Win32
{F62787DD-1327-448B-9818-030062BCFAA5}.Release|x64.ActiveCfg = Release|x64
{F62787DD-1327-448B-9818-030062BCFAA5}.Release|x64.Build.0 = Release|x64
{F62787DD-1327-448B-9818-030062BCFAA5}.Release|x86.ActiveCfg = Release|Win32
{F62787DD-1327-448B-9818-030062BCFAA5}.Release|x86.Build.0 = Release|Win32
{F62787DD-1327-448B-9818-030062BCFAA5}.Release-MT|Any CPU.ActiveCfg = Release-MT|Win32
{F62787DD-1327-448B-9818-030062BCFAA5}.Release-MT|x64.ActiveCfg = Release-MT|x64
{F62787DD-1327-448B-9818-030062BCFAA5}.Release-MT|x64.Build.0 = Release-MT|x64
{F62787DD-1327-448B-9818-030062BCFAA5}.Release-MT|x86.ActiveCfg = Release-MT|Win32
{F62787DD-1327-448B-9818-030062BCFAA5}.Release-MT|x86.Build.0 = Release-MT|Win32
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Debug|Any CPU.ActiveCfg = Debug|Win32
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Debug|x64.ActiveCfg = Debug|x64
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Debug|x64.Build.0 = Debug|x64
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Debug|x86.ActiveCfg = Debug|Win32
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Debug|x86.Build.0 = Debug|Win32
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Debug-MT|Any CPU.ActiveCfg = Debug-MT|Win32
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Debug-MT|x64.ActiveCfg = Debug-MT|x64
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Debug-MT|x64.Build.0 = Debug-MT|x64
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Debug-MT|x86.ActiveCfg = Debug-MT|Win32
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Debug-MT|x86.Build.0 = Debug-MT|Win32
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.EditAndContinue|Any CPU.ActiveCfg = Debug-MT|x64
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.EditAndContinue|Any CPU.Build.0 = Debug-MT|x64
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.EditAndContinue|x64.ActiveCfg = Debug-MT|x64
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.EditAndContinue|x64.Build.0 = Debug-MT|x64
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.EditAndContinue|x86.ActiveCfg = Debug-MT|Win32
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.EditAndContinue|x86.Build.0 = Debug-MT|Win32
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Release|Any CPU.ActiveCfg = Release|Win32
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Release|x64.ActiveCfg = Release|x64
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Release|x64.Build.0 = Release|x64
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Release|x86.ActiveCfg = Release|Win32
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Release|x86.Build.0 = Release|Win32
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Release-MT|Any CPU.ActiveCfg = Release-MT|Win32
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Release-MT|x64.ActiveCfg = Release-MT|x64
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Release-MT|x64.Build.0 = Release-MT|x64
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Release-MT|x86.ActiveCfg = Release-MT|Win32
{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}.Release-MT|x86.Build.0 = Release-MT|Win32
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Debug|Any CPU.ActiveCfg = Debug|Win32
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Debug|x64.ActiveCfg = Debug|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Debug|x64.Build.0 = Debug|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Debug|x86.ActiveCfg = Debug|Win32
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Debug|x86.Build.0 = Debug|Win32
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Debug-MT|Any CPU.ActiveCfg = Release|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Debug-MT|Any CPU.Build.0 = Release|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Debug-MT|x64.ActiveCfg = Debug|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Debug-MT|x64.Build.0 = Debug|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Debug-MT|x86.ActiveCfg = Debug|Win32
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Debug-MT|x86.Build.0 = Debug|Win32
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.EditAndContinue|Any CPU.ActiveCfg = Release|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.EditAndContinue|Any CPU.Build.0 = Release|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.EditAndContinue|x64.ActiveCfg = Release|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.EditAndContinue|x64.Build.0 = Release|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.EditAndContinue|x86.ActiveCfg = Release|Win32
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.EditAndContinue|x86.Build.0 = Release|Win32
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Release|Any CPU.ActiveCfg = Release|Win32
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Release|x64.ActiveCfg = Release|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Release|x64.Build.0 = Release|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Release|x86.ActiveCfg = Release|Win32
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Release|x86.Build.0 = Release|Win32
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Release-MT|Any CPU.ActiveCfg = Release|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Release-MT|Any CPU.Build.0 = Release|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Release-MT|x64.ActiveCfg = Release|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Release-MT|x64.Build.0 = Release|x64
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Release-MT|x86.ActiveCfg = Release|Win32
{9E771CA4-04D9-4ED8-80F2-FFD379413688}.Release-MT|x86.Build.0 = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Debug|Any CPU.ActiveCfg = Debug|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Debug|x64.ActiveCfg = Debug|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Debug|x86.ActiveCfg = Debug|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Debug|x86.Build.0 = Debug|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Debug-MT|Any CPU.ActiveCfg = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Debug-MT|Any CPU.Build.0 = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Debug-MT|x64.ActiveCfg = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Debug-MT|x64.Build.0 = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Debug-MT|x86.ActiveCfg = Debug|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Debug-MT|x86.Build.0 = Debug|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.EditAndContinue|Any CPU.ActiveCfg = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.EditAndContinue|Any CPU.Build.0 = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.EditAndContinue|x64.ActiveCfg = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.EditAndContinue|x64.Build.0 = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.EditAndContinue|x86.ActiveCfg = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.EditAndContinue|x86.Build.0 = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Release|Any CPU.ActiveCfg = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Release|x64.ActiveCfg = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Release|x64.Build.0 = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Release|x86.ActiveCfg = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Release|x86.Build.0 = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Release-MT|Any CPU.ActiveCfg = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Release-MT|Any CPU.Build.0 = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Release-MT|x64.ActiveCfg = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Release-MT|x64.Build.0 = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Release-MT|x86.ActiveCfg = Release|Win32
{481763E4-7108-4CDA-A8A0-A4A15A2D841C}.Release-MT|x86.Build.0 = Release|Win32
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Debug|Any CPU.ActiveCfg = Debug|Win32
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Debug|x64.ActiveCfg = Debug|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Debug|x64.Build.0 = Debug|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Debug|x86.ActiveCfg = Debug|Win32
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Debug|x86.Build.0 = Debug|Win32
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Debug-MT|Any CPU.ActiveCfg = Release|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Debug-MT|Any CPU.Build.0 = Release|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Debug-MT|x64.ActiveCfg = Debug|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Debug-MT|x64.Build.0 = Debug|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Debug-MT|x86.ActiveCfg = Debug|Win32
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Debug-MT|x86.Build.0 = Debug|Win32
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.EditAndContinue|Any CPU.ActiveCfg = Release|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.EditAndContinue|Any CPU.Build.0 = Release|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.EditAndContinue|x64.ActiveCfg = Release|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.EditAndContinue|x64.Build.0 = Release|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.EditAndContinue|x86.ActiveCfg = Release|Win32
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.EditAndContinue|x86.Build.0 = Release|Win32
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Release|Any CPU.ActiveCfg = Release|Win32
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Release|x64.ActiveCfg = Release|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Release|x64.Build.0 = Release|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Release|x86.ActiveCfg = Release|Win32
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Release|x86.Build.0 = Release|Win32
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Release-MT|Any CPU.ActiveCfg = Release|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Release-MT|Any CPU.Build.0 = Release|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Release-MT|x64.ActiveCfg = Release|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Release-MT|x64.Build.0 = Release|x64
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Release-MT|x86.ActiveCfg = Release|Win32
{06E30C65-D79A-4FEC-8A60-B36D907E6601}.Release-MT|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F100390-1C93-49B6-B220-99658C1DED3F}
EndGlobalSection
EndGlobal