-
Notifications
You must be signed in to change notification settings - Fork 4.6k
/
AirSim.sln
317 lines (317 loc) · 23.4 KB
/
AirSim.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.27428.2043
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DroneShell", "DroneShell\DroneShell.vcxproj", "{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AirLib", "AirLib\AirLib.vcxproj", "{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelloDrone", "HelloDrone\HelloDrone.vcxproj", "{98BB426F-6FB5-4754-81BC-BB481900E135}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MavLinkCom", "MavLinkCom\MavLinkCom.vcxproj", "{8510C7A4-BF63-41D2-94F6-D8731D137A5A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DroneServer", "DroneServer\DroneServer.vcxproj", "{A050F015-87E2-498F-866A-2E5AF65AF7AC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MavLinkTest", "MavLinkCom\MavLinkTest\MavLinkTest.vcxproj", "{25EB67BE-468A-4AA5-910F-07EFD58C5516}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Examples", "Examples\Examples.vcxproj", "{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AirLibUnitTests", "AirLibUnitTests\AirLibUnitTests.vcxproj", "{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{11C1B3C5-35A0-46EA-B532-100A14FDAAC6}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.gitmodules = .gitmodules
.travis.yml = .travis.yml
build.cmd = build.cmd
build.sh = build.sh
clean.cmd = clean.cmd
clean.sh = clean.sh
LICENSE = LICENSE
README.md = README.md
setup.sh = setup.sh
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelloCar", "HelloCar\HelloCar.vcxproj", "{4358ED90-CCA1-47A8-8D68-A260F212931E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnrealPluginFiles", "UnrealPluginFiles.vcxproj", "{39683523-C864-4D47-8350-33FC3EC0F00F}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "PythonClient", "PythonClient\PythonClient.pyproj", "{E2049E20-B6DD-474E-8BCA-1C8DC54725AA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sgmstereo", "SGM\src\sgmstereo\sgmstereo.vcxproj", "{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stereoPipeline", "SGM\src\stereoPipeline\stereoPipeline.vcxproj", "{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelloSpawnedDrones", "HelloSpawnedDrones\HelloSpawnedDrones.vcxproj", "{99CBF376-5EBA-4164-A657-E7D708C9D685}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
RelWithDebInfo|Any CPU = RelWithDebInfo|Any CPU
RelWithDebInfo|ARM = RelWithDebInfo|ARM
RelWithDebInfo|x64 = RelWithDebInfo|x64
RelWithDebInfo|x86 = RelWithDebInfo|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.Debug|Any CPU.ActiveCfg = Debug|Win32
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.Debug|ARM.ActiveCfg = Debug|Win32
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.Debug|x64.ActiveCfg = Debug|x64
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.Debug|x64.Build.0 = Debug|x64
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.Debug|x86.ActiveCfg = Debug|Win32
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.Debug|x86.Build.0 = Debug|Win32
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.Release|Any CPU.ActiveCfg = Release|Win32
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.Release|ARM.ActiveCfg = Release|Win32
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.Release|x64.ActiveCfg = Release|x64
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.Release|x64.Build.0 = Release|x64
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.Release|x86.ActiveCfg = Release|Win32
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.Release|x86.Build.0 = Release|Win32
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|Win32
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.RelWithDebInfo|ARM.ActiveCfg = RelWithDebInfo|Win32
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32
{9FE9234B-373A-4D5A-AD6B-FB0B593312DD}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.Debug|Any CPU.ActiveCfg = Debug|Win32
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.Debug|ARM.ActiveCfg = Debug|Win32
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.Debug|x64.ActiveCfg = Debug|x64
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.Debug|x64.Build.0 = Debug|x64
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.Debug|x86.ActiveCfg = Debug|Win32
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.Debug|x86.Build.0 = Debug|Win32
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.Release|Any CPU.ActiveCfg = Release|Win32
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.Release|ARM.ActiveCfg = Release|Win32
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.Release|x64.ActiveCfg = Release|x64
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.Release|x64.Build.0 = Release|x64
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.Release|x86.ActiveCfg = Release|Win32
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.Release|x86.Build.0 = Release|Win32
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|Win32
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.RelWithDebInfo|ARM.ActiveCfg = RelWithDebInfo|Win32
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32
{4BFB7231-077A-4671-BD21-D3ADE3EA36E7}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32
{98BB426F-6FB5-4754-81BC-BB481900E135}.Debug|Any CPU.ActiveCfg = Debug|Win32
{98BB426F-6FB5-4754-81BC-BB481900E135}.Debug|ARM.ActiveCfg = Debug|Win32
{98BB426F-6FB5-4754-81BC-BB481900E135}.Debug|x64.ActiveCfg = Debug|x64
{98BB426F-6FB5-4754-81BC-BB481900E135}.Debug|x64.Build.0 = Debug|x64
{98BB426F-6FB5-4754-81BC-BB481900E135}.Debug|x86.ActiveCfg = Debug|Win32
{98BB426F-6FB5-4754-81BC-BB481900E135}.Debug|x86.Build.0 = Debug|Win32
{98BB426F-6FB5-4754-81BC-BB481900E135}.Release|Any CPU.ActiveCfg = Release|Win32
{98BB426F-6FB5-4754-81BC-BB481900E135}.Release|ARM.ActiveCfg = Release|Win32
{98BB426F-6FB5-4754-81BC-BB481900E135}.Release|x64.ActiveCfg = Release|x64
{98BB426F-6FB5-4754-81BC-BB481900E135}.Release|x64.Build.0 = Release|x64
{98BB426F-6FB5-4754-81BC-BB481900E135}.Release|x86.ActiveCfg = Release|Win32
{98BB426F-6FB5-4754-81BC-BB481900E135}.Release|x86.Build.0 = Release|Win32
{98BB426F-6FB5-4754-81BC-BB481900E135}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|Win32
{98BB426F-6FB5-4754-81BC-BB481900E135}.RelWithDebInfo|ARM.ActiveCfg = RelWithDebInfo|Win32
{98BB426F-6FB5-4754-81BC-BB481900E135}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{98BB426F-6FB5-4754-81BC-BB481900E135}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{98BB426F-6FB5-4754-81BC-BB481900E135}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32
{98BB426F-6FB5-4754-81BC-BB481900E135}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.Debug|Any CPU.ActiveCfg = Debug|Win32
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.Debug|ARM.ActiveCfg = Debug|ARM
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.Debug|ARM.Build.0 = Debug|ARM
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.Debug|x64.ActiveCfg = Debug|x64
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.Debug|x64.Build.0 = Debug|x64
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.Debug|x86.ActiveCfg = Debug|Win32
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.Debug|x86.Build.0 = Debug|Win32
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.Release|Any CPU.ActiveCfg = Release|Win32
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.Release|ARM.ActiveCfg = Release|ARM
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.Release|ARM.Build.0 = Release|ARM
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.Release|x64.ActiveCfg = Release|x64
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.Release|x64.Build.0 = Release|x64
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.Release|x86.ActiveCfg = Release|Win32
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.Release|x86.Build.0 = Release|Win32
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|Win32
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.RelWithDebInfo|ARM.ActiveCfg = RelWithDebInfo|ARM
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.RelWithDebInfo|ARM.Build.0 = RelWithDebInfo|ARM
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32
{8510C7A4-BF63-41D2-94F6-D8731D137A5A}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.Debug|Any CPU.ActiveCfg = Debug|Win32
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.Debug|ARM.ActiveCfg = Debug|Win32
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.Debug|x64.ActiveCfg = Debug|x64
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.Debug|x64.Build.0 = Debug|x64
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.Debug|x86.ActiveCfg = Debug|Win32
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.Debug|x86.Build.0 = Debug|Win32
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.Release|Any CPU.ActiveCfg = Release|Win32
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.Release|ARM.ActiveCfg = Release|Win32
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.Release|x64.ActiveCfg = Release|x64
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.Release|x64.Build.0 = Release|x64
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.Release|x86.ActiveCfg = Release|Win32
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.Release|x86.Build.0 = Release|Win32
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|Win32
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.RelWithDebInfo|ARM.ActiveCfg = RelWithDebInfo|Win32
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32
{A050F015-87E2-498F-866A-2E5AF65AF7AC}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.Debug|Any CPU.ActiveCfg = Debug|Win32
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.Debug|ARM.ActiveCfg = Debug|ARM
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.Debug|ARM.Build.0 = Debug|ARM
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.Debug|x64.ActiveCfg = Debug|x64
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.Debug|x64.Build.0 = Debug|x64
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.Debug|x86.ActiveCfg = Debug|Win32
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.Debug|x86.Build.0 = Debug|Win32
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.Release|Any CPU.ActiveCfg = Release|Win32
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.Release|ARM.ActiveCfg = Release|ARM
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.Release|ARM.Build.0 = Release|ARM
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.Release|x64.ActiveCfg = Release|x64
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.Release|x64.Build.0 = Release|x64
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.Release|x86.ActiveCfg = Release|Win32
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.Release|x86.Build.0 = Release|Win32
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|Win32
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.RelWithDebInfo|ARM.ActiveCfg = RelWithDebInfo|ARM
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.RelWithDebInfo|ARM.Build.0 = RelWithDebInfo|ARM
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32
{25EB67BE-468A-4AA5-910F-07EFD58C5516}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.Debug|Any CPU.ActiveCfg = Debug|Win32
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.Debug|ARM.ActiveCfg = Debug|Win32
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.Debug|x64.ActiveCfg = Debug|x64
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.Debug|x64.Build.0 = Debug|x64
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.Debug|x86.ActiveCfg = Debug|Win32
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.Debug|x86.Build.0 = Debug|Win32
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.Release|Any CPU.ActiveCfg = Release|Win32
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.Release|ARM.ActiveCfg = Release|Win32
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.Release|x64.ActiveCfg = Release|x64
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.Release|x64.Build.0 = Release|x64
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.Release|x86.ActiveCfg = Release|Win32
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.Release|x86.Build.0 = Release|Win32
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|Win32
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.RelWithDebInfo|ARM.ActiveCfg = RelWithDebInfo|Win32
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32
{C679466F-9D35-4AFC-B9AE-F9FB5448FB99}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.Debug|Any CPU.ActiveCfg = Debug|Win32
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.Debug|ARM.ActiveCfg = Debug|Win32
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.Debug|x64.ActiveCfg = Debug|x64
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.Debug|x64.Build.0 = Debug|x64
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.Debug|x86.ActiveCfg = Debug|Win32
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.Debug|x86.Build.0 = Debug|Win32
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.Release|Any CPU.ActiveCfg = Release|Win32
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.Release|ARM.ActiveCfg = Release|Win32
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.Release|x64.ActiveCfg = Release|x64
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.Release|x64.Build.0 = Release|x64
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.Release|x86.ActiveCfg = Release|Win32
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.Release|x86.Build.0 = Release|Win32
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|Win32
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.RelWithDebInfo|ARM.ActiveCfg = RelWithDebInfo|Win32
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32
{2A61ED54-2B66-4B9B-99FA-299DD0EF57CD}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32
{4358ED90-CCA1-47A8-8D68-A260F212931E}.Debug|Any CPU.ActiveCfg = Debug|Win32
{4358ED90-CCA1-47A8-8D68-A260F212931E}.Debug|ARM.ActiveCfg = Debug|Win32
{4358ED90-CCA1-47A8-8D68-A260F212931E}.Debug|x64.ActiveCfg = Debug|x64
{4358ED90-CCA1-47A8-8D68-A260F212931E}.Debug|x64.Build.0 = Debug|x64
{4358ED90-CCA1-47A8-8D68-A260F212931E}.Debug|x86.ActiveCfg = Debug|Win32
{4358ED90-CCA1-47A8-8D68-A260F212931E}.Debug|x86.Build.0 = Debug|Win32
{4358ED90-CCA1-47A8-8D68-A260F212931E}.Release|Any CPU.ActiveCfg = Release|Win32
{4358ED90-CCA1-47A8-8D68-A260F212931E}.Release|ARM.ActiveCfg = Release|Win32
{4358ED90-CCA1-47A8-8D68-A260F212931E}.Release|x64.ActiveCfg = Release|x64
{4358ED90-CCA1-47A8-8D68-A260F212931E}.Release|x64.Build.0 = Release|x64
{4358ED90-CCA1-47A8-8D68-A260F212931E}.Release|x86.ActiveCfg = Release|Win32
{4358ED90-CCA1-47A8-8D68-A260F212931E}.Release|x86.Build.0 = Release|Win32
{4358ED90-CCA1-47A8-8D68-A260F212931E}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|Win32
{4358ED90-CCA1-47A8-8D68-A260F212931E}.RelWithDebInfo|ARM.ActiveCfg = RelWithDebInfo|Win32
{4358ED90-CCA1-47A8-8D68-A260F212931E}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{4358ED90-CCA1-47A8-8D68-A260F212931E}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{4358ED90-CCA1-47A8-8D68-A260F212931E}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32
{4358ED90-CCA1-47A8-8D68-A260F212931E}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32
{39683523-C864-4D47-8350-33FC3EC0F00F}.Debug|Any CPU.ActiveCfg = Debug|Win32
{39683523-C864-4D47-8350-33FC3EC0F00F}.Debug|ARM.ActiveCfg = Debug|Win32
{39683523-C864-4D47-8350-33FC3EC0F00F}.Debug|x64.ActiveCfg = Debug|x64
{39683523-C864-4D47-8350-33FC3EC0F00F}.Debug|x86.ActiveCfg = Debug|Win32
{39683523-C864-4D47-8350-33FC3EC0F00F}.Release|Any CPU.ActiveCfg = Release|Win32
{39683523-C864-4D47-8350-33FC3EC0F00F}.Release|ARM.ActiveCfg = Release|Win32
{39683523-C864-4D47-8350-33FC3EC0F00F}.Release|x64.ActiveCfg = Release|x64
{39683523-C864-4D47-8350-33FC3EC0F00F}.Release|x86.ActiveCfg = Release|Win32
{39683523-C864-4D47-8350-33FC3EC0F00F}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|Win32
{39683523-C864-4D47-8350-33FC3EC0F00F}.RelWithDebInfo|ARM.ActiveCfg = RelWithDebInfo|Win32
{39683523-C864-4D47-8350-33FC3EC0F00F}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{39683523-C864-4D47-8350-33FC3EC0F00F}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32
{E2049E20-B6DD-474E-8BCA-1C8DC54725AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2049E20-B6DD-474E-8BCA-1C8DC54725AA}.Debug|ARM.ActiveCfg = Debug|Any CPU
{E2049E20-B6DD-474E-8BCA-1C8DC54725AA}.Debug|x64.ActiveCfg = Debug|Any CPU
{E2049E20-B6DD-474E-8BCA-1C8DC54725AA}.Debug|x86.ActiveCfg = Debug|Any CPU
{E2049E20-B6DD-474E-8BCA-1C8DC54725AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2049E20-B6DD-474E-8BCA-1C8DC54725AA}.Release|ARM.ActiveCfg = Release|Any CPU
{E2049E20-B6DD-474E-8BCA-1C8DC54725AA}.Release|x64.ActiveCfg = Release|Any CPU
{E2049E20-B6DD-474E-8BCA-1C8DC54725AA}.Release|x86.ActiveCfg = Release|Any CPU
{E2049E20-B6DD-474E-8BCA-1C8DC54725AA}.RelWithDebInfo|Any CPU.ActiveCfg = Release|Any CPU
{E2049E20-B6DD-474E-8BCA-1C8DC54725AA}.RelWithDebInfo|ARM.ActiveCfg = Release|Any CPU
{E2049E20-B6DD-474E-8BCA-1C8DC54725AA}.RelWithDebInfo|x64.ActiveCfg = Release|Any CPU
{E2049E20-B6DD-474E-8BCA-1C8DC54725AA}.RelWithDebInfo|x86.ActiveCfg = Release|Any CPU
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.Debug|Any CPU.ActiveCfg = Debug|Win32
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.Debug|ARM.ActiveCfg = Debug|Win32
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.Debug|x64.ActiveCfg = Debug|x64
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.Debug|x64.Build.0 = Debug|x64
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.Debug|x86.ActiveCfg = Debug|Win32
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.Debug|x86.Build.0 = Debug|Win32
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.Release|Any CPU.ActiveCfg = Release|Win32
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.Release|ARM.ActiveCfg = Release|Win32
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.Release|x64.ActiveCfg = Release|x64
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.Release|x64.Build.0 = Release|x64
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.Release|x86.ActiveCfg = Release|Win32
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.Release|x86.Build.0 = Release|Win32
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|Win32
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.RelWithDebInfo|ARM.ActiveCfg = RelWithDebInfo|Win32
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32
{A01E543F-EF34-46BB-8F3F-29AB84E7A5D4}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.Debug|Any CPU.ActiveCfg = Debug|Win32
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.Debug|ARM.ActiveCfg = Debug|Win32
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.Debug|x64.ActiveCfg = Debug|x64
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.Debug|x64.Build.0 = Debug|x64
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.Debug|x86.ActiveCfg = Debug|Win32
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.Debug|x86.Build.0 = Debug|Win32
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.Release|Any CPU.ActiveCfg = Release|Win32
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.Release|ARM.ActiveCfg = Release|Win32
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.Release|x64.ActiveCfg = Release|x64
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.Release|x64.Build.0 = Release|x64
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.Release|x86.ActiveCfg = Release|Win32
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.Release|x86.Build.0 = Release|Win32
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|Win32
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.RelWithDebInfo|ARM.ActiveCfg = RelWithDebInfo|Win32
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32
{E512EB59-4EAB-49D1-9174-0CAF1B40CED0}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32
{99CBF376-5EBA-4164-A657-E7D708C9D685}.Debug|Any CPU.ActiveCfg = Debug|Win32
{99CBF376-5EBA-4164-A657-E7D708C9D685}.Debug|ARM.ActiveCfg = Debug|Win32
{99CBF376-5EBA-4164-A657-E7D708C9D685}.Debug|x64.ActiveCfg = Debug|x64
{99CBF376-5EBA-4164-A657-E7D708C9D685}.Debug|x64.Build.0 = Debug|x64
{99CBF376-5EBA-4164-A657-E7D708C9D685}.Debug|x86.ActiveCfg = Debug|Win32
{99CBF376-5EBA-4164-A657-E7D708C9D685}.Debug|x86.Build.0 = Debug|Win32
{99CBF376-5EBA-4164-A657-E7D708C9D685}.Release|Any CPU.ActiveCfg = Release|Win32
{99CBF376-5EBA-4164-A657-E7D708C9D685}.Release|ARM.ActiveCfg = Release|Win32
{99CBF376-5EBA-4164-A657-E7D708C9D685}.Release|x64.ActiveCfg = Release|x64
{99CBF376-5EBA-4164-A657-E7D708C9D685}.Release|x64.Build.0 = Release|x64
{99CBF376-5EBA-4164-A657-E7D708C9D685}.Release|x86.ActiveCfg = Release|Win32
{99CBF376-5EBA-4164-A657-E7D708C9D685}.Release|x86.Build.0 = Release|Win32
{99CBF376-5EBA-4164-A657-E7D708C9D685}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|Win32
{99CBF376-5EBA-4164-A657-E7D708C9D685}.RelWithDebInfo|ARM.ActiveCfg = RelWithDebInfo|Win32
{99CBF376-5EBA-4164-A657-E7D708C9D685}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{99CBF376-5EBA-4164-A657-E7D708C9D685}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{99CBF376-5EBA-4164-A657-E7D708C9D685}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32
{99CBF376-5EBA-4164-A657-E7D708C9D685}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA26EB02-C5EF-4DA2-B3D9-B2DAD8F1E43F}
EndGlobalSection
EndGlobal