-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpce.sln
More file actions
292 lines (292 loc) · 21 KB
/
pce.sln
File metadata and controls
292 lines (292 loc) · 21 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsamplerate", "dep\libsamplerate\libsamplerate.vcxproj", "{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "softfloat", "dep\softfloat\softfloat.vcxproj", "{C7E25E10-4660-4E1D-B249-A05E64A32FD0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YBaseLib", "dep\YBaseLib\Source\YBaseLib.vcxproj", "{B56CE698-7300-4FA5-9609-942F1D05C5A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{0AA75A9A-66B1-4F6C-B6BF-83C602CFDB62}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pce", "src\pce\pce.vcxproj", "{476D56B2-D87F-405C-BB64-5B3B813F58B3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pce-disasm", "src\pce-disasm\pce-disasm.vcxproj", "{D02553D2-6C62-4602-A4B8-C691339B2A0A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pce-qt", "src\pce-qt\pce-qt.vcxproj", "{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pce-sdl", "src\pce-sdl\pce-sdl.vcxproj", "{4410C7F4-7E00-4E00-9362-C20F8159A783}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pce-tests", "src\pce-tests\pce-tests.vcxproj", "{639797DE-5C26-40E2-9149-81CDFE65C282}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imgui", "dep\imgui\imgui.vcxproj", "{BB08260F-6FBC-46AF-8924-090EE71360C6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xxhash", "dep\xxhash\xxhash.vcxproj", "{09553C96-9F39-49BF-8AE6-7ACBD07C410C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nativefiledialog", "dep\nativefiledialog\nativefiledialog.vcxproj", "{ACE32F47-2960-4FB3-9F77-2C375625BF61}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "src\common\common.vcxproj", "{EE054E08-3799-4A59-A422-18259C105FFD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inih", "dep\inih\inih.vcxproj", "{57487A0D-65F4-47C6-BE2A-708E516948D7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glad", "dep\glad\glad.vcxproj", "{43540154-9E1E-409C-834F-B84BE5621388}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
DebugFast|x64 = DebugFast|x64
DebugFast|x86 = DebugFast|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
ReleaseLTCG|x64 = ReleaseLTCG|x64
ReleaseLTCG|x86 = ReleaseLTCG|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.Debug|x64.ActiveCfg = Debug|x64
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.Debug|x64.Build.0 = Debug|x64
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.Debug|x86.ActiveCfg = Debug|Win32
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.Debug|x86.Build.0 = Debug|Win32
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.DebugFast|x64.ActiveCfg = DebugFast|x64
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.DebugFast|x64.Build.0 = DebugFast|x64
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.DebugFast|x86.Build.0 = DebugFast|Win32
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.Release|x64.ActiveCfg = Release|x64
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.Release|x64.Build.0 = Release|x64
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.Release|x86.ActiveCfg = Release|Win32
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.Release|x86.Build.0 = Release|Win32
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.Debug|x64.ActiveCfg = Debug|x64
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.Debug|x64.Build.0 = Debug|x64
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.Debug|x86.ActiveCfg = Debug|Win32
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.Debug|x86.Build.0 = Debug|Win32
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.DebugFast|x64.ActiveCfg = DebugFast|x64
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.DebugFast|x64.Build.0 = DebugFast|x64
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.DebugFast|x86.Build.0 = DebugFast|Win32
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.Release|x64.ActiveCfg = Release|x64
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.Release|x64.Build.0 = Release|x64
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.Release|x86.ActiveCfg = Release|Win32
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.Release|x86.Build.0 = Release|Win32
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{C7E25E10-4660-4E1D-B249-A05E64A32FD0}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.Debug|x64.ActiveCfg = Debug|x64
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.Debug|x64.Build.0 = Debug|x64
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.Debug|x86.ActiveCfg = Debug|Win32
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.Debug|x86.Build.0 = Debug|Win32
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.DebugFast|x64.ActiveCfg = DebugFast|x64
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.DebugFast|x64.Build.0 = DebugFast|x64
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.DebugFast|x86.Build.0 = DebugFast|Win32
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.Release|x64.ActiveCfg = Release|x64
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.Release|x64.Build.0 = Release|x64
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.Release|x86.ActiveCfg = Release|Win32
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.Release|x86.Build.0 = Release|Win32
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{B56CE698-7300-4FA5-9609-942F1D05C5A2}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.Debug|x64.ActiveCfg = Debug|x64
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.Debug|x64.Build.0 = Debug|x64
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.Debug|x86.ActiveCfg = Debug|Win32
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.Debug|x86.Build.0 = Debug|Win32
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.DebugFast|x64.ActiveCfg = DebugFast|x64
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.DebugFast|x64.Build.0 = DebugFast|x64
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.DebugFast|x86.Build.0 = DebugFast|Win32
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.Release|x64.ActiveCfg = Release|x64
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.Release|x64.Build.0 = Release|x64
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.Release|x86.ActiveCfg = Release|Win32
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.Release|x86.Build.0 = Release|Win32
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{476D56B2-D87F-405C-BB64-5B3B813F58B3}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.Debug|x64.ActiveCfg = Debug|x64
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.Debug|x64.Build.0 = Debug|x64
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.Debug|x86.ActiveCfg = Debug|Win32
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.Debug|x86.Build.0 = Debug|Win32
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.DebugFast|x64.ActiveCfg = DebugFast|x64
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.DebugFast|x64.Build.0 = DebugFast|x64
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.DebugFast|x86.Build.0 = DebugFast|Win32
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.Release|x64.ActiveCfg = Release|x64
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.Release|x64.Build.0 = Release|x64
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.Release|x86.ActiveCfg = Release|Win32
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.Release|x86.Build.0 = Release|Win32
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{D02553D2-6C62-4602-A4B8-C691339B2A0A}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.Debug|x64.ActiveCfg = Debug|x64
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.Debug|x64.Build.0 = Debug|x64
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.Debug|x86.ActiveCfg = Debug|Win32
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.Debug|x86.Build.0 = Debug|Win32
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.DebugFast|x64.ActiveCfg = DebugFast|x64
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.DebugFast|x64.Build.0 = DebugFast|x64
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.DebugFast|x86.Build.0 = DebugFast|Win32
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.Release|x64.ActiveCfg = Release|x64
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.Release|x64.Build.0 = Release|x64
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.Release|x86.ActiveCfg = Release|Win32
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.Release|x86.Build.0 = Release|Win32
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{585E7AD6-0E9B-4CA2-962F-09DF5803D6F3}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{4410C7F4-7E00-4E00-9362-C20F8159A783}.Debug|x64.ActiveCfg = Debug|x64
{4410C7F4-7E00-4E00-9362-C20F8159A783}.Debug|x64.Build.0 = Debug|x64
{4410C7F4-7E00-4E00-9362-C20F8159A783}.Debug|x86.ActiveCfg = Debug|Win32
{4410C7F4-7E00-4E00-9362-C20F8159A783}.Debug|x86.Build.0 = Debug|Win32
{4410C7F4-7E00-4E00-9362-C20F8159A783}.DebugFast|x64.ActiveCfg = DebugFast|x64
{4410C7F4-7E00-4E00-9362-C20F8159A783}.DebugFast|x64.Build.0 = DebugFast|x64
{4410C7F4-7E00-4E00-9362-C20F8159A783}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{4410C7F4-7E00-4E00-9362-C20F8159A783}.DebugFast|x86.Build.0 = DebugFast|Win32
{4410C7F4-7E00-4E00-9362-C20F8159A783}.Release|x64.ActiveCfg = Release|x64
{4410C7F4-7E00-4E00-9362-C20F8159A783}.Release|x64.Build.0 = Release|x64
{4410C7F4-7E00-4E00-9362-C20F8159A783}.Release|x86.ActiveCfg = Release|Win32
{4410C7F4-7E00-4E00-9362-C20F8159A783}.Release|x86.Build.0 = Release|Win32
{4410C7F4-7E00-4E00-9362-C20F8159A783}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{4410C7F4-7E00-4E00-9362-C20F8159A783}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{4410C7F4-7E00-4E00-9362-C20F8159A783}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{4410C7F4-7E00-4E00-9362-C20F8159A783}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{639797DE-5C26-40E2-9149-81CDFE65C282}.Debug|x64.ActiveCfg = Debug|x64
{639797DE-5C26-40E2-9149-81CDFE65C282}.Debug|x64.Build.0 = Debug|x64
{639797DE-5C26-40E2-9149-81CDFE65C282}.Debug|x86.ActiveCfg = Debug|Win32
{639797DE-5C26-40E2-9149-81CDFE65C282}.Debug|x86.Build.0 = Debug|Win32
{639797DE-5C26-40E2-9149-81CDFE65C282}.DebugFast|x64.ActiveCfg = DebugFast|x64
{639797DE-5C26-40E2-9149-81CDFE65C282}.DebugFast|x64.Build.0 = DebugFast|x64
{639797DE-5C26-40E2-9149-81CDFE65C282}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{639797DE-5C26-40E2-9149-81CDFE65C282}.DebugFast|x86.Build.0 = DebugFast|Win32
{639797DE-5C26-40E2-9149-81CDFE65C282}.Release|x64.ActiveCfg = Release|x64
{639797DE-5C26-40E2-9149-81CDFE65C282}.Release|x64.Build.0 = Release|x64
{639797DE-5C26-40E2-9149-81CDFE65C282}.Release|x86.ActiveCfg = Release|Win32
{639797DE-5C26-40E2-9149-81CDFE65C282}.Release|x86.Build.0 = Release|Win32
{639797DE-5C26-40E2-9149-81CDFE65C282}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{639797DE-5C26-40E2-9149-81CDFE65C282}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{639797DE-5C26-40E2-9149-81CDFE65C282}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{639797DE-5C26-40E2-9149-81CDFE65C282}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{BB08260F-6FBC-46AF-8924-090EE71360C6}.Debug|x64.ActiveCfg = Debug|x64
{BB08260F-6FBC-46AF-8924-090EE71360C6}.Debug|x64.Build.0 = Debug|x64
{BB08260F-6FBC-46AF-8924-090EE71360C6}.Debug|x86.ActiveCfg = Debug|Win32
{BB08260F-6FBC-46AF-8924-090EE71360C6}.Debug|x86.Build.0 = Debug|Win32
{BB08260F-6FBC-46AF-8924-090EE71360C6}.DebugFast|x64.ActiveCfg = DebugFast|x64
{BB08260F-6FBC-46AF-8924-090EE71360C6}.DebugFast|x64.Build.0 = DebugFast|x64
{BB08260F-6FBC-46AF-8924-090EE71360C6}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{BB08260F-6FBC-46AF-8924-090EE71360C6}.DebugFast|x86.Build.0 = DebugFast|Win32
{BB08260F-6FBC-46AF-8924-090EE71360C6}.Release|x64.ActiveCfg = Release|x64
{BB08260F-6FBC-46AF-8924-090EE71360C6}.Release|x64.Build.0 = Release|x64
{BB08260F-6FBC-46AF-8924-090EE71360C6}.Release|x86.ActiveCfg = Release|Win32
{BB08260F-6FBC-46AF-8924-090EE71360C6}.Release|x86.Build.0 = Release|Win32
{BB08260F-6FBC-46AF-8924-090EE71360C6}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{BB08260F-6FBC-46AF-8924-090EE71360C6}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{BB08260F-6FBC-46AF-8924-090EE71360C6}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{BB08260F-6FBC-46AF-8924-090EE71360C6}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.Debug|x64.ActiveCfg = Debug|x64
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.Debug|x64.Build.0 = Debug|x64
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.Debug|x86.ActiveCfg = Debug|Win32
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.Debug|x86.Build.0 = Debug|Win32
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.DebugFast|x64.ActiveCfg = DebugFast|x64
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.DebugFast|x64.Build.0 = DebugFast|x64
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.DebugFast|x86.Build.0 = DebugFast|Win32
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.Release|x64.ActiveCfg = Release|x64
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.Release|x64.Build.0 = Release|x64
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.Release|x86.ActiveCfg = Release|Win32
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.Release|x86.Build.0 = Release|Win32
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{09553C96-9F39-49BF-8AE6-7ACBD07C410C}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.Debug|x64.ActiveCfg = Debug|x64
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.Debug|x64.Build.0 = Debug|x64
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.Debug|x86.ActiveCfg = Debug|Win32
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.Debug|x86.Build.0 = Debug|Win32
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.DebugFast|x64.ActiveCfg = DebugFast|x64
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.DebugFast|x64.Build.0 = DebugFast|x64
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.DebugFast|x86.Build.0 = DebugFast|Win32
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.Release|x64.ActiveCfg = Release|x64
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.Release|x64.Build.0 = Release|x64
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.Release|x86.ActiveCfg = Release|Win32
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.Release|x86.Build.0 = Release|Win32
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{ACE32F47-2960-4FB3-9F77-2C375625BF61}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{EE054E08-3799-4A59-A422-18259C105FFD}.Debug|x64.ActiveCfg = Debug|x64
{EE054E08-3799-4A59-A422-18259C105FFD}.Debug|x64.Build.0 = Debug|x64
{EE054E08-3799-4A59-A422-18259C105FFD}.Debug|x86.ActiveCfg = Debug|Win32
{EE054E08-3799-4A59-A422-18259C105FFD}.Debug|x86.Build.0 = Debug|Win32
{EE054E08-3799-4A59-A422-18259C105FFD}.DebugFast|x64.ActiveCfg = DebugFast|x64
{EE054E08-3799-4A59-A422-18259C105FFD}.DebugFast|x64.Build.0 = DebugFast|x64
{EE054E08-3799-4A59-A422-18259C105FFD}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{EE054E08-3799-4A59-A422-18259C105FFD}.DebugFast|x86.Build.0 = DebugFast|Win32
{EE054E08-3799-4A59-A422-18259C105FFD}.Release|x64.ActiveCfg = Release|x64
{EE054E08-3799-4A59-A422-18259C105FFD}.Release|x64.Build.0 = Release|x64
{EE054E08-3799-4A59-A422-18259C105FFD}.Release|x86.ActiveCfg = Release|Win32
{EE054E08-3799-4A59-A422-18259C105FFD}.Release|x86.Build.0 = Release|Win32
{EE054E08-3799-4A59-A422-18259C105FFD}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{EE054E08-3799-4A59-A422-18259C105FFD}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{EE054E08-3799-4A59-A422-18259C105FFD}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{EE054E08-3799-4A59-A422-18259C105FFD}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{57487A0D-65F4-47C6-BE2A-708E516948D7}.Debug|x64.ActiveCfg = Debug|x64
{57487A0D-65F4-47C6-BE2A-708E516948D7}.Debug|x64.Build.0 = Debug|x64
{57487A0D-65F4-47C6-BE2A-708E516948D7}.Debug|x86.ActiveCfg = Debug|Win32
{57487A0D-65F4-47C6-BE2A-708E516948D7}.Debug|x86.Build.0 = Debug|Win32
{57487A0D-65F4-47C6-BE2A-708E516948D7}.DebugFast|x64.ActiveCfg = DebugFast|x64
{57487A0D-65F4-47C6-BE2A-708E516948D7}.DebugFast|x64.Build.0 = DebugFast|x64
{57487A0D-65F4-47C6-BE2A-708E516948D7}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{57487A0D-65F4-47C6-BE2A-708E516948D7}.DebugFast|x86.Build.0 = DebugFast|Win32
{57487A0D-65F4-47C6-BE2A-708E516948D7}.Release|x64.ActiveCfg = Release|x64
{57487A0D-65F4-47C6-BE2A-708E516948D7}.Release|x64.Build.0 = Release|x64
{57487A0D-65F4-47C6-BE2A-708E516948D7}.Release|x86.ActiveCfg = Release|Win32
{57487A0D-65F4-47C6-BE2A-708E516948D7}.Release|x86.Build.0 = Release|Win32
{57487A0D-65F4-47C6-BE2A-708E516948D7}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{57487A0D-65F4-47C6-BE2A-708E516948D7}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{57487A0D-65F4-47C6-BE2A-708E516948D7}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{57487A0D-65F4-47C6-BE2A-708E516948D7}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{43540154-9E1E-409C-834F-B84BE5621388}.Debug|x64.ActiveCfg = Debug|x64
{43540154-9E1E-409C-834F-B84BE5621388}.Debug|x64.Build.0 = Debug|x64
{43540154-9E1E-409C-834F-B84BE5621388}.Debug|x86.ActiveCfg = Debug|Win32
{43540154-9E1E-409C-834F-B84BE5621388}.Debug|x86.Build.0 = Debug|Win32
{43540154-9E1E-409C-834F-B84BE5621388}.DebugFast|x64.ActiveCfg = DebugFast|x64
{43540154-9E1E-409C-834F-B84BE5621388}.DebugFast|x64.Build.0 = DebugFast|x64
{43540154-9E1E-409C-834F-B84BE5621388}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{43540154-9E1E-409C-834F-B84BE5621388}.DebugFast|x86.Build.0 = DebugFast|Win32
{43540154-9E1E-409C-834F-B84BE5621388}.Release|x64.ActiveCfg = Release|x64
{43540154-9E1E-409C-834F-B84BE5621388}.Release|x64.Build.0 = Release|x64
{43540154-9E1E-409C-834F-B84BE5621388}.Release|x86.ActiveCfg = Release|Win32
{43540154-9E1E-409C-834F-B84BE5621388}.Release|x86.Build.0 = Release|Win32
{43540154-9E1E-409C-834F-B84BE5621388}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{43540154-9E1E-409C-834F-B84BE5621388}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{43540154-9E1E-409C-834F-B84BE5621388}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{43540154-9E1E-409C-834F-B84BE5621388}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2F2A2B7B-60B3-478C-921E-3633B3C45C3F} = {0AA75A9A-66B1-4F6C-B6BF-83C602CFDB62}
{C7E25E10-4660-4E1D-B249-A05E64A32FD0} = {0AA75A9A-66B1-4F6C-B6BF-83C602CFDB62}
{B56CE698-7300-4FA5-9609-942F1D05C5A2} = {0AA75A9A-66B1-4F6C-B6BF-83C602CFDB62}
{BB08260F-6FBC-46AF-8924-090EE71360C6} = {0AA75A9A-66B1-4F6C-B6BF-83C602CFDB62}
{09553C96-9F39-49BF-8AE6-7ACBD07C410C} = {0AA75A9A-66B1-4F6C-B6BF-83C602CFDB62}
{ACE32F47-2960-4FB3-9F77-2C375625BF61} = {0AA75A9A-66B1-4F6C-B6BF-83C602CFDB62}
{57487A0D-65F4-47C6-BE2A-708E516948D7} = {0AA75A9A-66B1-4F6C-B6BF-83C602CFDB62}
{43540154-9E1E-409C-834F-B84BE5621388} = {0AA75A9A-66B1-4F6C-B6BF-83C602CFDB62}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F56F9CA3-709E-4C27-861D-8E8C2F11CDD0}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal