Subversion Repositories indexer_suite

Rev

Rev 2 | Rev 10 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 7
Line 1... Line 1...
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
2
    <PropertyGroup>
3
        <ProjectGuid>{A26E4150-D10E-4979-B0B9-132BCCBF0E92}</ProjectGuid>
3
        <ProjectGuid>{A26E4150-D10E-4979-B0B9-132BCCBF0E92}</ProjectGuid>
4
        <ProjectVersion>18.4</ProjectVersion>
4
        <ProjectVersion>18.8</ProjectVersion>
5
        <FrameworkType>VCL</FrameworkType>
5
        <FrameworkType>VCL</FrameworkType>
6
        <MainSource>VtsFileIndexerSuite.dpr</MainSource>
6
        <MainSource>VtsFileIndexerSuite.dpr</MainSource>
7
        <Base>True</Base>
7
        <Base>True</Base>
8
        <Config Condition="'$(Config)'==''">Debug</Config>
8
        <Config Condition="'$(Config)'==''">Release</Config>
9
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
9
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
10
        <TargetedPlatforms>1</TargetedPlatforms>
10
        <TargetedPlatforms>1</TargetedPlatforms>
11
        <AppType>Application</AppType>
11
        <AppType>Application</AppType>
12
    </PropertyGroup>
12
    </PropertyGroup>
13
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
13
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
Line 81... Line 81...
81
        <DCC_RemoteDebug>true</DCC_RemoteDebug>
81
        <DCC_RemoteDebug>true</DCC_RemoteDebug>
82
    </PropertyGroup>
82
    </PropertyGroup>
83
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
83
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
84
        <DCC_RemoteDebug>false</DCC_RemoteDebug>
84
        <DCC_RemoteDebug>false</DCC_RemoteDebug>
85
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
85
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
86
        <AppEnableHighDPI>true</AppEnableHighDPI>
-
 
87
        <DCC_UnitSearchPath>C:\Users\DELL User\ownCloud\Entwicklung\ADO;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
86
        <DCC_UnitSearchPath>C:\Users\DELL User\ownCloud\Entwicklung\ADO;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
88
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
87
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
89
        <VerInfo_Locale>1033</VerInfo_Locale>
88
        <VerInfo_Locale>1033</VerInfo_Locale>
90
        <DCC_ExeOutput>.</DCC_ExeOutput>
89
        <DCC_ExeOutput>.</DCC_ExeOutput>
91
        <DCC_DcuOutput>.</DCC_DcuOutput>
90
        <DCC_DcuOutput>.</DCC_DcuOutput>
-
 
91
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
92
    </PropertyGroup>
92
    </PropertyGroup>
93
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
93
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
94
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
94
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
95
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
95
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
96
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
96
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
97
        <DCC_DebugInformation>0</DCC_DebugInformation>
97
        <DCC_DebugInformation>0</DCC_DebugInformation>
98
    </PropertyGroup>
98
    </PropertyGroup>
99
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
99
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
100
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
100
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
101
        <AppEnableHighDPI>true</AppEnableHighDPI>
101
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
102
    </PropertyGroup>
102
    </PropertyGroup>
103
    <ItemGroup>
103
    <ItemGroup>
104
        <DelphiCompile Include="$(MainSource)">
104
        <DelphiCompile Include="$(MainSource)">
105
            <MainSource>MainSource</MainSource>
105
            <MainSource>MainSource</MainSource>
106
        </DelphiCompile>
106
        </DelphiCompile>
Line 163... Line 163...
163
                    <Platform Name="OSX32">
163
                    <Platform Name="OSX32">
164
                        <RemoteDir>Contents\MacOS</RemoteDir>
164
                        <RemoteDir>Contents\MacOS</RemoteDir>
165
                        <Operation>1</Operation>
165
                        <Operation>1</Operation>
166
                    </Platform>
166
                    </Platform>
167
                    <Platform Name="Win32">
167
                    <Platform Name="Win32">
168
                        <RemoteDir>Contents\MacOS</RemoteDir>
-
 
169
                        <Operation>0</Operation>
168
                        <Operation>0</Operation>
170
                    </Platform>
169
                    </Platform>
171
                </DeployClass>
170
                </DeployClass>
172
                <DeployClass Name="AndroidClassesDexFile">
171
                <DeployClass Name="AndroidClassesDexFile">
173
                    <Platform Name="Android">
172
                    <Platform Name="Android">
174
                        <RemoteDir>classes</RemoteDir>
173
                        <RemoteDir>classes</RemoteDir>
175
                        <Operation>1</Operation>
174
                        <Operation>1</Operation>
176
                    </Platform>
175
                    </Platform>
-
 
176
                    <Platform Name="Android64">
-
 
177
                        <RemoteDir>classes</RemoteDir>
-
 
178
                        <Operation>1</Operation>
-
 
179
                    </Platform>
-
 
180
                </DeployClass>
-
 
181
                <DeployClass Name="AndroidFileProvider">
-
 
182
                    <Platform Name="Android">
-
 
183
                        <RemoteDir>res\xml</RemoteDir>
-
 
184
                        <Operation>1</Operation>
-
 
185
                    </Platform>
-
 
186
                    <Platform Name="Android64">
-
 
187
                        <RemoteDir>res\xml</RemoteDir>
-
 
188
                        <Operation>1</Operation>
-
 
189
                    </Platform>
177
                </DeployClass>
190
                </DeployClass>
178
                <DeployClass Name="AndroidGDBServer">
191
                <DeployClass Name="AndroidGDBServer">
179
                    <Platform Name="Android">
192
                    <Platform Name="Android">
180
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
193
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
181
                        <Operation>1</Operation>
194
                        <Operation>1</Operation>
Line 184... Line 197...
184
                <DeployClass Name="AndroidLibnativeArmeabiFile">
197
                <DeployClass Name="AndroidLibnativeArmeabiFile">
185
                    <Platform Name="Android">
198
                    <Platform Name="Android">
186
                        <RemoteDir>library\lib\armeabi</RemoteDir>
199
                        <RemoteDir>library\lib\armeabi</RemoteDir>
187
                        <Operation>1</Operation>
200
                        <Operation>1</Operation>
188
                    </Platform>
201
                    </Platform>
-
 
202
                    <Platform Name="Android64">
-
 
203
                        <RemoteDir>library\lib\armeabi</RemoteDir>
-
 
204
                        <Operation>1</Operation>
-
 
205
                    </Platform>
-
 
206
                </DeployClass>
-
 
207
                <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
-
 
208
                    <Platform Name="Android64">
-
 
209
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
-
 
210
                        <Operation>1</Operation>
-
 
211
                    </Platform>
189
                </DeployClass>
212
                </DeployClass>
190
                <DeployClass Name="AndroidLibnativeMipsFile">
213
                <DeployClass Name="AndroidLibnativeMipsFile">
191
                    <Platform Name="Android">
214
                    <Platform Name="Android">
192
                        <RemoteDir>library\lib\mips</RemoteDir>
215
                        <RemoteDir>library\lib\mips</RemoteDir>
193
                        <Operation>1</Operation>
216
                        <Operation>1</Operation>
194
                    </Platform>
217
                    </Platform>
-
 
218
                    <Platform Name="Android64">
-
 
219
                        <RemoteDir>library\lib\mips</RemoteDir>
-
 
220
                        <Operation>1</Operation>
-
 
221
                    </Platform>
195
                </DeployClass>
222
                </DeployClass>
196
                <DeployClass Name="AndroidServiceOutput">
223
                <DeployClass Name="AndroidServiceOutput">
197
                    <Platform Name="Android">
224
                    <Platform Name="Android">
198
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
225
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
199
                        <Operation>1</Operation>
226
                        <Operation>1</Operation>
200
                    </Platform>
227
                    </Platform>
-
 
228
                    <Platform Name="Android64">
-
 
229
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
-
 
230
                        <Operation>1</Operation>
-
 
231
                    </Platform>
-
 
232
                </DeployClass>
-
 
233
                <DeployClass Name="AndroidServiceOutput_Android32">
-
 
234
                    <Platform Name="Android64">
-
 
235
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
-
 
236
                        <Operation>1</Operation>
-
 
237
                    </Platform>
201
                </DeployClass>
238
                </DeployClass>
202
                <DeployClass Name="AndroidSplashImageDef">
239
                <DeployClass Name="AndroidSplashImageDef">
203
                    <Platform Name="Android">
240
                    <Platform Name="Android">
204
                        <RemoteDir>res\drawable</RemoteDir>
241
                        <RemoteDir>res\drawable</RemoteDir>
205
                        <Operation>1</Operation>
242
                        <Operation>1</Operation>
206
                    </Platform>
243
                    </Platform>
-
 
244
                    <Platform Name="Android64">
-
 
245
                        <RemoteDir>res\drawable</RemoteDir>
-
 
246
                        <Operation>1</Operation>
-
 
247
                    </Platform>
207
                </DeployClass>
248
                </DeployClass>
208
                <DeployClass Name="AndroidSplashStyles">
249
                <DeployClass Name="AndroidSplashStyles">
209
                    <Platform Name="Android">
250
                    <Platform Name="Android">
210
                        <RemoteDir>res\values</RemoteDir>
251
                        <RemoteDir>res\values</RemoteDir>
211
                        <Operation>1</Operation>
252
                        <Operation>1</Operation>
212
                    </Platform>
253
                    </Platform>
-
 
254
                    <Platform Name="Android64">
-
 
255
                        <RemoteDir>res\values</RemoteDir>
-
 
256
                        <Operation>1</Operation>
-
 
257
                    </Platform>
-
 
258
                </DeployClass>
-
 
259
                <DeployClass Name="AndroidSplashStylesV21">
-
 
260
                    <Platform Name="Android">
-
 
261
                        <RemoteDir>res\values-v21</RemoteDir>
-
 
262
                        <Operation>1</Operation>
-
 
263
                    </Platform>
-
 
264
                    <Platform Name="Android64">
-
 
265
                        <RemoteDir>res\values-v21</RemoteDir>
-
 
266
                        <Operation>1</Operation>
-
 
267
                    </Platform>
-
 
268
                </DeployClass>
-
 
269
                <DeployClass Name="Android_Colors">
-
 
270
                    <Platform Name="Android">
-
 
271
                        <RemoteDir>res\values</RemoteDir>
-
 
272
                        <Operation>1</Operation>
-
 
273
                    </Platform>
-
 
274
                    <Platform Name="Android64">
-
 
275
                        <RemoteDir>res\values</RemoteDir>
-
 
276
                        <Operation>1</Operation>
-
 
277
                    </Platform>
213
                </DeployClass>
278
                </DeployClass>
214
                <DeployClass Name="Android_DefaultAppIcon">
279
                <DeployClass Name="Android_DefaultAppIcon">
215
                    <Platform Name="Android">
280
                    <Platform Name="Android">
216
                        <RemoteDir>res\drawable</RemoteDir>
281
                        <RemoteDir>res\drawable</RemoteDir>
217
                        <Operation>1</Operation>
282
                        <Operation>1</Operation>
218
                    </Platform>
283
                    </Platform>
-
 
284
                    <Platform Name="Android64">
-
 
285
                        <RemoteDir>res\drawable</RemoteDir>
-
 
286
                        <Operation>1</Operation>
-
 
287
                    </Platform>
219
                </DeployClass>
288
                </DeployClass>
220
                <DeployClass Name="Android_LauncherIcon144">
289
                <DeployClass Name="Android_LauncherIcon144">
221
                    <Platform Name="Android">
290
                    <Platform Name="Android">
222
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
291
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
223
                        <Operation>1</Operation>
292
                        <Operation>1</Operation>
224
                    </Platform>
293
                    </Platform>
-
 
294
                    <Platform Name="Android64">
-
 
295
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
-
 
296
                        <Operation>1</Operation>
-
 
297
                    </Platform>
225
                </DeployClass>
298
                </DeployClass>
226
                <DeployClass Name="Android_LauncherIcon36">
299
                <DeployClass Name="Android_LauncherIcon36">
227
                    <Platform Name="Android">
300
                    <Platform Name="Android">
228
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
301
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
229
                        <Operation>1</Operation>
302
                        <Operation>1</Operation>
230
                    </Platform>
303
                    </Platform>
-
 
304
                    <Platform Name="Android64">
-
 
305
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
-
 
306
                        <Operation>1</Operation>
-
 
307
                    </Platform>
231
                </DeployClass>
308
                </DeployClass>
232
                <DeployClass Name="Android_LauncherIcon48">
309
                <DeployClass Name="Android_LauncherIcon48">
233
                    <Platform Name="Android">
310
                    <Platform Name="Android">
234
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
311
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
235
                        <Operation>1</Operation>
312
                        <Operation>1</Operation>
236
                    </Platform>
313
                    </Platform>
-
 
314
                    <Platform Name="Android64">
-
 
315
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
-
 
316
                        <Operation>1</Operation>
-
 
317
                    </Platform>
237
                </DeployClass>
318
                </DeployClass>
238
                <DeployClass Name="Android_LauncherIcon72">
319
                <DeployClass Name="Android_LauncherIcon72">
239
                    <Platform Name="Android">
320
                    <Platform Name="Android">
240
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
321
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
241
                        <Operation>1</Operation>
322
                        <Operation>1</Operation>
242
                    </Platform>
323
                    </Platform>
-
 
324
                    <Platform Name="Android64">
-
 
325
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
-
 
326
                        <Operation>1</Operation>
-
 
327
                    </Platform>
243
                </DeployClass>
328
                </DeployClass>
244
                <DeployClass Name="Android_LauncherIcon96">
329
                <DeployClass Name="Android_LauncherIcon96">
245
                    <Platform Name="Android">
330
                    <Platform Name="Android">
246
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
331
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
247
                        <Operation>1</Operation>
332
                        <Operation>1</Operation>
248
                    </Platform>
333
                    </Platform>
-
 
334
                    <Platform Name="Android64">
-
 
335
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
-
 
336
                        <Operation>1</Operation>
-
 
337
                    </Platform>
-
 
338
                </DeployClass>
-
 
339
                <DeployClass Name="Android_NotificationIcon24">
-
 
340
                    <Platform Name="Android">
-
 
341
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
-
 
342
                        <Operation>1</Operation>
-
 
343
                    </Platform>
-
 
344
                    <Platform Name="Android64">
-
 
345
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
-
 
346
                        <Operation>1</Operation>
-
 
347
                    </Platform>
-
 
348
                </DeployClass>
-
 
349
                <DeployClass Name="Android_NotificationIcon36">
-
 
350
                    <Platform Name="Android">
-
 
351
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
-
 
352
                        <Operation>1</Operation>
-
 
353
                    </Platform>
-
 
354
                    <Platform Name="Android64">
-
 
355
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
-
 
356
                        <Operation>1</Operation>
-
 
357
                    </Platform>
-
 
358
                </DeployClass>
-
 
359
                <DeployClass Name="Android_NotificationIcon48">
-
 
360
                    <Platform Name="Android">
-
 
361
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
-
 
362
                        <Operation>1</Operation>
-
 
363
                    </Platform>
-
 
364
                    <Platform Name="Android64">
-
 
365
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
-
 
366
                        <Operation>1</Operation>
-
 
367
                    </Platform>
-
 
368
                </DeployClass>
-
 
369
                <DeployClass Name="Android_NotificationIcon72">
-
 
370
                    <Platform Name="Android">
-
 
371
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
-
 
372
                        <Operation>1</Operation>
-
 
373
                    </Platform>
-
 
374
                    <Platform Name="Android64">
-
 
375
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
-
 
376
                        <Operation>1</Operation>
-
 
377
                    </Platform>
-
 
378
                </DeployClass>
-
 
379
                <DeployClass Name="Android_NotificationIcon96">
-
 
380
                    <Platform Name="Android">
-
 
381
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
-
 
382
                        <Operation>1</Operation>
-
 
383
                    </Platform>
-
 
384
                    <Platform Name="Android64">
-
 
385
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
-
 
386
                        <Operation>1</Operation>
-
 
387
                    </Platform>
249
                </DeployClass>
388
                </DeployClass>
250
                <DeployClass Name="Android_SplashImage426">
389
                <DeployClass Name="Android_SplashImage426">
251
                    <Platform Name="Android">
390
                    <Platform Name="Android">
252
                        <RemoteDir>res\drawable-small</RemoteDir>
391
                        <RemoteDir>res\drawable-small</RemoteDir>
253
                        <Operation>1</Operation>
392
                        <Operation>1</Operation>
254
                    </Platform>
393
                    </Platform>
-
 
394
                    <Platform Name="Android64">
-
 
395
                        <RemoteDir>res\drawable-small</RemoteDir>
-
 
396
                        <Operation>1</Operation>
-
 
397
                    </Platform>
255
                </DeployClass>
398
                </DeployClass>
256
                <DeployClass Name="Android_SplashImage470">
399
                <DeployClass Name="Android_SplashImage470">
257
                    <Platform Name="Android">
400
                    <Platform Name="Android">
258
                        <RemoteDir>res\drawable-normal</RemoteDir>
401
                        <RemoteDir>res\drawable-normal</RemoteDir>
259
                        <Operation>1</Operation>
402
                        <Operation>1</Operation>
260
                    </Platform>
403
                    </Platform>
-
 
404
                    <Platform Name="Android64">
-
 
405
                        <RemoteDir>res\drawable-normal</RemoteDir>
-
 
406
                        <Operation>1</Operation>
-
 
407
                    </Platform>
261
                </DeployClass>
408
                </DeployClass>
262
                <DeployClass Name="Android_SplashImage640">
409
                <DeployClass Name="Android_SplashImage640">
263
                    <Platform Name="Android">
410
                    <Platform Name="Android">
264
                        <RemoteDir>res\drawable-large</RemoteDir>
411
                        <RemoteDir>res\drawable-large</RemoteDir>
265
                        <Operation>1</Operation>
412
                        <Operation>1</Operation>
266
                    </Platform>
413
                    </Platform>
-
 
414
                    <Platform Name="Android64">
-
 
415
                        <RemoteDir>res\drawable-large</RemoteDir>
-
 
416
                        <Operation>1</Operation>
-
 
417
                    </Platform>
267
                </DeployClass>
418
                </DeployClass>
268
                <DeployClass Name="Android_SplashImage960">
419
                <DeployClass Name="Android_SplashImage960">
269
                    <Platform Name="Android">
420
                    <Platform Name="Android">
270
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
421
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
271
                        <Operation>1</Operation>
422
                        <Operation>1</Operation>
272
                    </Platform>
423
                    </Platform>
-
 
424
                    <Platform Name="Android64">
-
 
425
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
-
 
426
                        <Operation>1</Operation>
-
 
427
                    </Platform>
-
 
428
                </DeployClass>
-
 
429
                <DeployClass Name="Android_Strings">
-
 
430
                    <Platform Name="Android">
-
 
431
                        <RemoteDir>res\values</RemoteDir>
-
 
432
                        <Operation>1</Operation>
-
 
433
                    </Platform>
-
 
434
                    <Platform Name="Android64">
-
 
435
                        <RemoteDir>res\values</RemoteDir>
-
 
436
                        <Operation>1</Operation>
-
 
437
                    </Platform>
273
                </DeployClass>
438
                </DeployClass>
274
                <DeployClass Name="DebugSymbols">
439
                <DeployClass Name="DebugSymbols">
275
                    <Platform Name="iOSSimulator">
440
                    <Platform Name="iOSSimulator">
276
                        <Operation>1</Operation>
441
                        <Operation>1</Operation>
277
                    </Platform>
442
                    </Platform>
Line 287... Line 452...
287
                    <Platform Name="OSX32">
452
                    <Platform Name="OSX32">
288
                        <RemoteDir>Contents\MacOS</RemoteDir>
453
                        <RemoteDir>Contents\MacOS</RemoteDir>
289
                        <Operation>1</Operation>
454
                        <Operation>1</Operation>
290
                        <Extensions>.framework</Extensions>
455
                        <Extensions>.framework</Extensions>
291
                    </Platform>
456
                    </Platform>
-
 
457
                    <Platform Name="OSX64">
-
 
458
                        <RemoteDir>Contents\MacOS</RemoteDir>
-
 
459
                        <Operation>1</Operation>
-
 
460
                        <Extensions>.framework</Extensions>
-
 
461
                    </Platform>
292
                    <Platform Name="Win32">
462
                    <Platform Name="Win32">
293
                        <Operation>0</Operation>
463
                        <Operation>0</Operation>
294
                    </Platform>
464
                    </Platform>
295
                </DeployClass>
465
                </DeployClass>
296
                <DeployClass Name="DependencyModule">
466
                <DeployClass Name="DependencyModule">
Line 309... Line 479...
309
                    <Platform Name="OSX32">
479
                    <Platform Name="OSX32">
310
                        <RemoteDir>Contents\MacOS</RemoteDir>
480
                        <RemoteDir>Contents\MacOS</RemoteDir>
311
                        <Operation>1</Operation>
481
                        <Operation>1</Operation>
312
                        <Extensions>.dylib</Extensions>
482
                        <Extensions>.dylib</Extensions>
313
                    </Platform>
483
                    </Platform>
-
 
484
                    <Platform Name="OSX64">
-
 
485
                        <RemoteDir>Contents\MacOS</RemoteDir>
-
 
486
                        <Operation>1</Operation>
-
 
487
                        <Extensions>.dylib</Extensions>
-
 
488
                    </Platform>
314
                    <Platform Name="Win32">
489
                    <Platform Name="Win32">
315
                        <Operation>0</Operation>
490
                        <Operation>0</Operation>
316
                        <Extensions>.dll;.bpl</Extensions>
491
                        <Extensions>.dll;.bpl</Extensions>
317
                    </Platform>
492
                    </Platform>
318
                </DeployClass>
493
                </DeployClass>
Line 332... Line 507...
332
                    <Platform Name="OSX32">
507
                    <Platform Name="OSX32">
333
                        <RemoteDir>Contents\MacOS</RemoteDir>
508
                        <RemoteDir>Contents\MacOS</RemoteDir>
334
                        <Operation>1</Operation>
509
                        <Operation>1</Operation>
335
                        <Extensions>.dylib</Extensions>
510
                        <Extensions>.dylib</Extensions>
336
                    </Platform>
511
                    </Platform>
-
 
512
                    <Platform Name="OSX64">
-
 
513
                        <RemoteDir>Contents\MacOS</RemoteDir>
-
 
514
                        <Operation>1</Operation>
-
 
515
                        <Extensions>.dylib</Extensions>
-
 
516
                    </Platform>
337
                    <Platform Name="Win32">
517
                    <Platform Name="Win32">
338
                        <Operation>0</Operation>
518
                        <Operation>0</Operation>
339
                        <Extensions>.bpl</Extensions>
519
                        <Extensions>.bpl</Extensions>
340
                    </Platform>
520
                    </Platform>
341
                </DeployClass>
521
                </DeployClass>
342
                <DeployClass Name="File">
522
                <DeployClass Name="File">
343
                    <Platform Name="Android">
523
                    <Platform Name="Android">
344
                        <Operation>0</Operation>
524
                        <Operation>0</Operation>
345
                    </Platform>
525
                    </Platform>
-
 
526
                    <Platform Name="Android64">
-
 
527
                        <Operation>0</Operation>
-
 
528
                    </Platform>
346
                    <Platform Name="iOSDevice32">
529
                    <Platform Name="iOSDevice32">
347
                        <Operation>0</Operation>
530
                        <Operation>0</Operation>
348
                    </Platform>
531
                    </Platform>
349
                    <Platform Name="iOSDevice64">
532
                    <Platform Name="iOSDevice64">
350
                        <Operation>0</Operation>
533
                        <Operation>0</Operation>
Line 354... Line 537...
354
                    </Platform>
537
                    </Platform>
355
                    <Platform Name="OSX32">
538
                    <Platform Name="OSX32">
356
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
539
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
357
                        <Operation>0</Operation>
540
                        <Operation>0</Operation>
358
                    </Platform>
541
                    </Platform>
-
 
542
                    <Platform Name="OSX64">
-
 
543
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
-
 
544
                        <Operation>0</Operation>
-
 
545
                    </Platform>
359
                    <Platform Name="Win32">
546
                    <Platform Name="Win32">
360
                        <Operation>0</Operation>
547
                        <Operation>0</Operation>
361
                    </Platform>
548
                    </Platform>
362
                </DeployClass>
549
                </DeployClass>
363
                <DeployClass Name="iPad_Launch1024">
550
                <DeployClass Name="iPad_Launch1024">
Line 369... Line 556...
369
                    </Platform>
556
                    </Platform>
370
                    <Platform Name="iOSSimulator">
557
                    <Platform Name="iOSSimulator">
371
                        <Operation>1</Operation>
558
                        <Operation>1</Operation>
372
                    </Platform>
559
                    </Platform>
373
                </DeployClass>
560
                </DeployClass>
-
 
561
                <DeployClass Name="iPad_Launch1024x768">
-
 
562
                    <Platform Name="iOSDevice32">
-
 
563
                        <Operation>1</Operation>
-
 
564
                    </Platform>
-
 
565
                    <Platform Name="iOSDevice64">
-
 
566
                        <Operation>1</Operation>
-
 
567
                    </Platform>
-
 
568
                    <Platform Name="iOSSimulator">
-
 
569
                        <Operation>1</Operation>
-
 
570
                    </Platform>
-
 
571
                </DeployClass>
374
                <DeployClass Name="iPad_Launch1536">
572
                <DeployClass Name="iPad_Launch1536">
375
                    <Platform Name="iOSDevice32">
573
                    <Platform Name="iOSDevice32">
376
                        <Operation>1</Operation>
574
                        <Operation>1</Operation>
377
                    </Platform>
575
                    </Platform>
378
                    <Platform Name="iOSDevice64">
576
                    <Platform Name="iOSDevice64">
Line 380... Line 578...
380
                    </Platform>
578
                    </Platform>
381
                    <Platform Name="iOSSimulator">
579
                    <Platform Name="iOSSimulator">
382
                        <Operation>1</Operation>
580
                        <Operation>1</Operation>
383
                    </Platform>
581
                    </Platform>
384
                </DeployClass>
582
                </DeployClass>
-
 
583
                <DeployClass Name="iPad_Launch1536x2048">
-
 
584
                    <Platform Name="iOSDevice32">
-
 
585
                        <Operation>1</Operation>
-
 
586
                    </Platform>
-
 
587
                    <Platform Name="iOSDevice64">
-
 
588
                        <Operation>1</Operation>
-
 
589
                    </Platform>
-
 
590
                    <Platform Name="iOSSimulator">
-
 
591
                        <Operation>1</Operation>
-
 
592
                    </Platform>
-
 
593
                </DeployClass>
-
 
594
                <DeployClass Name="iPad_Launch1668">
-
 
595
                    <Platform Name="iOSDevice32">
-
 
596
                        <Operation>1</Operation>
-
 
597
                    </Platform>
-
 
598
                    <Platform Name="iOSDevice64">
-
 
599
                        <Operation>1</Operation>
-
 
600
                    </Platform>
-
 
601
                    <Platform Name="iOSSimulator">
-
 
602
                        <Operation>1</Operation>
-
 
603
                    </Platform>
-
 
604
                </DeployClass>
-
 
605
                <DeployClass Name="iPad_Launch1668x2388">
-
 
606
                    <Platform Name="iOSDevice32">
-
 
607
                        <Operation>1</Operation>
-
 
608
                    </Platform>
-
 
609
                    <Platform Name="iOSDevice64">
-
 
610
                        <Operation>1</Operation>
-
 
611
                    </Platform>
-
 
612
                    <Platform Name="iOSSimulator">
-
 
613
                        <Operation>1</Operation>
-
 
614
                    </Platform>
-
 
615
                </DeployClass>
385
                <DeployClass Name="iPad_Launch2048">
616
                <DeployClass Name="iPad_Launch2048">
386
                    <Platform Name="iOSDevice32">
617
                    <Platform Name="iOSDevice32">
387
                        <Operation>1</Operation>
618
                        <Operation>1</Operation>
388
                    </Platform>
619
                    </Platform>
389
                    <Platform Name="iOSDevice64">
620
                    <Platform Name="iOSDevice64">
Line 391... Line 622...
391
                    </Platform>
622
                    </Platform>
392
                    <Platform Name="iOSSimulator">
623
                    <Platform Name="iOSSimulator">
393
                        <Operation>1</Operation>
624
                        <Operation>1</Operation>
394
                    </Platform>
625
                    </Platform>
395
                </DeployClass>
626
                </DeployClass>
-
 
627
                <DeployClass Name="iPad_Launch2048x1536">
-
 
628
                    <Platform Name="iOSDevice32">
-
 
629
                        <Operation>1</Operation>
-
 
630
                    </Platform>
-
 
631
                    <Platform Name="iOSDevice64">
-
 
632
                        <Operation>1</Operation>
-
 
633
                    </Platform>
-
 
634
                    <Platform Name="iOSSimulator">
-
 
635
                        <Operation>1</Operation>
-
 
636
                    </Platform>
-
 
637
                </DeployClass>
-
 
638
                <DeployClass Name="iPad_Launch2048x2732">
-
 
639
                    <Platform Name="iOSDevice32">
-
 
640
                        <Operation>1</Operation>
-
 
641
                    </Platform>
-
 
642
                    <Platform Name="iOSDevice64">
-
 
643
                        <Operation>1</Operation>
-
 
644
                    </Platform>
-
 
645
                    <Platform Name="iOSSimulator">
-
 
646
                        <Operation>1</Operation>
-
 
647
                    </Platform>
-
 
648
                </DeployClass>
-
 
649
                <DeployClass Name="iPad_Launch2224">
-
 
650
                    <Platform Name="iOSDevice32">
-
 
651
                        <Operation>1</Operation>
-
 
652
                    </Platform>
-
 
653
                    <Platform Name="iOSDevice64">
-
 
654
                        <Operation>1</Operation>
-
 
655
                    </Platform>
-
 
656
                    <Platform Name="iOSSimulator">
-
 
657
                        <Operation>1</Operation>
-
 
658
                    </Platform>
-
 
659
                </DeployClass>
-
 
660
                <DeployClass Name="iPad_Launch2388x1668">
-
 
661
                    <Platform Name="iOSDevice32">
-
 
662
                        <Operation>1</Operation>
-
 
663
                    </Platform>
-
 
664
                    <Platform Name="iOSDevice64">
-
 
665
                        <Operation>1</Operation>
-
 
666
                    </Platform>
-
 
667
                    <Platform Name="iOSSimulator">
-
 
668
                        <Operation>1</Operation>
-
 
669
                    </Platform>
-
 
670
                </DeployClass>
-
 
671
                <DeployClass Name="iPad_Launch2732x2048">
-
 
672
                    <Platform Name="iOSDevice32">
-
 
673
                        <Operation>1</Operation>
-
 
674
                    </Platform>
-
 
675
                    <Platform Name="iOSDevice64">
-
 
676
                        <Operation>1</Operation>
-
 
677
                    </Platform>
-
 
678
                    <Platform Name="iOSSimulator">
-
 
679
                        <Operation>1</Operation>
-
 
680
                    </Platform>
-
 
681
                </DeployClass>
396
                <DeployClass Name="iPad_Launch768">
682
                <DeployClass Name="iPad_Launch768">
397
                    <Platform Name="iOSDevice32">
683
                    <Platform Name="iOSDevice32">
398
                        <Operation>1</Operation>
684
                        <Operation>1</Operation>
399
                    </Platform>
685
                    </Platform>
400
                    <Platform Name="iOSDevice64">
686
                    <Platform Name="iOSDevice64">
Line 402... Line 688...
402
                    </Platform>
688
                    </Platform>
403
                    <Platform Name="iOSSimulator">
689
                    <Platform Name="iOSSimulator">
404
                        <Operation>1</Operation>
690
                        <Operation>1</Operation>
405
                    </Platform>
691
                    </Platform>
406
                </DeployClass>
692
                </DeployClass>
-
 
693
                <DeployClass Name="iPad_Launch768x1024">
-
 
694
                    <Platform Name="iOSDevice32">
-
 
695
                        <Operation>1</Operation>
-
 
696
                    </Platform>
-
 
697
                    <Platform Name="iOSDevice64">
-
 
698
                        <Operation>1</Operation>
-
 
699
                    </Platform>
-
 
700
                    <Platform Name="iOSSimulator">
-
 
701
                        <Operation>1</Operation>
-
 
702
                    </Platform>
-
 
703
                </DeployClass>
-
 
704
                <DeployClass Name="iPhone_Launch1125">
-
 
705
                    <Platform Name="iOSDevice32">
-
 
706
                        <Operation>1</Operation>
-
 
707
                    </Platform>
-
 
708
                    <Platform Name="iOSDevice64">
-
 
709
                        <Operation>1</Operation>
-
 
710
                    </Platform>
-
 
711
                    <Platform Name="iOSSimulator">
-
 
712
                        <Operation>1</Operation>
-
 
713
                    </Platform>
-
 
714
                </DeployClass>
-
 
715
                <DeployClass Name="iPhone_Launch1136x640">
-
 
716
                    <Platform Name="iOSDevice32">
-
 
717
                        <Operation>1</Operation>
-
 
718
                    </Platform>
-
 
719
                    <Platform Name="iOSDevice64">
-
 
720
                        <Operation>1</Operation>
-
 
721
                    </Platform>
-
 
722
                    <Platform Name="iOSSimulator">
-
 
723
                        <Operation>1</Operation>
-
 
724
                    </Platform>
-
 
725
                </DeployClass>
-
 
726
                <DeployClass Name="iPhone_Launch1242">
-
 
727
                    <Platform Name="iOSDevice32">
-
 
728
                        <Operation>1</Operation>
-
 
729
                    </Platform>
-
 
730
                    <Platform Name="iOSDevice64">
-
 
731
                        <Operation>1</Operation>
-
 
732
                    </Platform>
-
 
733
                    <Platform Name="iOSSimulator">
-
 
734
                        <Operation>1</Operation>
-
 
735
                    </Platform>
-
 
736
                </DeployClass>
-
 
737
                <DeployClass Name="iPhone_Launch1242x2688">
-
 
738
                    <Platform Name="iOSDevice32">
-
 
739
                        <Operation>1</Operation>
-
 
740
                    </Platform>
-
 
741
                    <Platform Name="iOSDevice64">
-
 
742
                        <Operation>1</Operation>
-
 
743
                    </Platform>
-
 
744
                    <Platform Name="iOSSimulator">
-
 
745
                        <Operation>1</Operation>
-
 
746
                    </Platform>
-
 
747
                </DeployClass>
-
 
748
                <DeployClass Name="iPhone_Launch1334">
-
 
749
                    <Platform Name="iOSDevice32">
-
 
750
                        <Operation>1</Operation>
-
 
751
                    </Platform>
-
 
752
                    <Platform Name="iOSDevice64">
-
 
753
                        <Operation>1</Operation>
-
 
754
                    </Platform>
-
 
755
                    <Platform Name="iOSSimulator">
-
 
756
                        <Operation>1</Operation>
-
 
757
                    </Platform>
-
 
758
                </DeployClass>
-
 
759
                <DeployClass Name="iPhone_Launch1792">
-
 
760
                    <Platform Name="iOSDevice32">
-
 
761
                        <Operation>1</Operation>
-
 
762
                    </Platform>
-
 
763
                    <Platform Name="iOSDevice64">
-
 
764
                        <Operation>1</Operation>
-
 
765
                    </Platform>
-
 
766
                    <Platform Name="iOSSimulator">
-
 
767
                        <Operation>1</Operation>
-
 
768
                    </Platform>
-
 
769
                </DeployClass>
-
 
770
                <DeployClass Name="iPhone_Launch2208">
-
 
771
                    <Platform Name="iOSDevice32">
-
 
772
                        <Operation>1</Operation>
-
 
773
                    </Platform>
-
 
774
                    <Platform Name="iOSDevice64">
-
 
775
                        <Operation>1</Operation>
-
 
776
                    </Platform>
-
 
777
                    <Platform Name="iOSSimulator">
-
 
778
                        <Operation>1</Operation>
-
 
779
                    </Platform>
-
 
780
                </DeployClass>
-
 
781
                <DeployClass Name="iPhone_Launch2436">
-
 
782
                    <Platform Name="iOSDevice32">
-
 
783
                        <Operation>1</Operation>
-
 
784
                    </Platform>
-
 
785
                    <Platform Name="iOSDevice64">
-
 
786
                        <Operation>1</Operation>
-
 
787
                    </Platform>
-
 
788
                    <Platform Name="iOSSimulator">
-
 
789
                        <Operation>1</Operation>
-
 
790
                    </Platform>
-
 
791
                </DeployClass>
-
 
792
                <DeployClass Name="iPhone_Launch2688x1242">
-
 
793
                    <Platform Name="iOSDevice32">
-
 
794
                        <Operation>1</Operation>
-
 
795
                    </Platform>
-
 
796
                    <Platform Name="iOSDevice64">
-
 
797
                        <Operation>1</Operation>
-
 
798
                    </Platform>
-
 
799
                    <Platform Name="iOSSimulator">
-
 
800
                        <Operation>1</Operation>
-
 
801
                    </Platform>
-
 
802
                </DeployClass>
407
                <DeployClass Name="iPhone_Launch320">
803
                <DeployClass Name="iPhone_Launch320">
408
                    <Platform Name="iOSDevice32">
804
                    <Platform Name="iOSDevice32">
409
                        <Operation>1</Operation>
805
                        <Operation>1</Operation>
410
                    </Platform>
806
                    </Platform>
411
                    <Platform Name="iOSDevice64">
807
                    <Platform Name="iOSDevice64">
Line 435... Line 831...
435
                    </Platform>
831
                    </Platform>
436
                    <Platform Name="iOSSimulator">
832
                    <Platform Name="iOSSimulator">
437
                        <Operation>1</Operation>
833
                        <Operation>1</Operation>
438
                    </Platform>
834
                    </Platform>
439
                </DeployClass>
835
                </DeployClass>
-
 
836
                <DeployClass Name="iPhone_Launch750">
-
 
837
                    <Platform Name="iOSDevice32">
-
 
838
                        <Operation>1</Operation>
-
 
839
                    </Platform>
-
 
840
                    <Platform Name="iOSDevice64">
-
 
841
                        <Operation>1</Operation>
-
 
842
                    </Platform>
-
 
843
                    <Platform Name="iOSSimulator">
-
 
844
                        <Operation>1</Operation>
-
 
845
                    </Platform>
-
 
846
                </DeployClass>
-
 
847
                <DeployClass Name="iPhone_Launch828">
-
 
848
                    <Platform Name="iOSDevice32">
-
 
849
                        <Operation>1</Operation>
-
 
850
                    </Platform>
-
 
851
                    <Platform Name="iOSDevice64">
-
 
852
                        <Operation>1</Operation>
-
 
853
                    </Platform>
-
 
854
                    <Platform Name="iOSSimulator">
-
 
855
                        <Operation>1</Operation>
-
 
856
                    </Platform>
-
 
857
                </DeployClass>
440
                <DeployClass Name="ProjectAndroidManifest">
858
                <DeployClass Name="ProjectAndroidManifest">
441
                    <Platform Name="Android">
859
                    <Platform Name="Android">
442
                        <Operation>1</Operation>
860
                        <Operation>1</Operation>
443
                    </Platform>
861
                    </Platform>
-
 
862
                    <Platform Name="Android64">
-
 
863
                        <Operation>1</Operation>
-
 
864
                    </Platform>
444
                </DeployClass>
865
                </DeployClass>
445
                <DeployClass Name="ProjectiOSDeviceDebug">
866
                <DeployClass Name="ProjectiOSDeviceDebug">
446
                    <Platform Name="iOSDevice32">
867
                    <Platform Name="iOSDevice32">
447
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
868
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
448
                        <Operation>1</Operation>
869
                        <Operation>1</Operation>
Line 490... Line 911...
490
                    </Platform>
911
                    </Platform>
491
                    <Platform Name="iOSSimulator">
912
                    <Platform Name="iOSSimulator">
492
                        <Operation>1</Operation>
913
                        <Operation>1</Operation>
493
                    </Platform>
914
                    </Platform>
494
                </DeployClass>
915
                </DeployClass>
-
 
916
                <DeployClass Name="ProjectOSXDebug">
-
 
917
                    <Platform Name="OSX64">
-
 
918
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
-
 
919
                        <Operation>1</Operation>
-
 
920
                    </Platform>
-
 
921
                </DeployClass>
495
                <DeployClass Name="ProjectOSXEntitlements">
922
                <DeployClass Name="ProjectOSXEntitlements">
496
                    <Platform Name="OSX32">
923
                    <Platform Name="OSX32">
497
                        <RemoteDir>..\</RemoteDir>
924
                        <RemoteDir>..\</RemoteDir>
498
                        <Operation>1</Operation>
925
                        <Operation>1</Operation>
499
                    </Platform>
926
                    </Platform>
-
 
927
                    <Platform Name="OSX64">
-
 
928
                        <RemoteDir>..\</RemoteDir>
-
 
929
                        <Operation>1</Operation>
-
 
930
                    </Platform>
500
                </DeployClass>
931
                </DeployClass>
501
                <DeployClass Name="ProjectOSXInfoPList">
932
                <DeployClass Name="ProjectOSXInfoPList">
502
                    <Platform Name="OSX32">
933
                    <Platform Name="OSX32">
503
                        <RemoteDir>Contents</RemoteDir>
934
                        <RemoteDir>Contents</RemoteDir>
504
                        <Operation>1</Operation>
935
                        <Operation>1</Operation>
505
                    </Platform>
936
                    </Platform>
-
 
937
                    <Platform Name="OSX64">
-
 
938
                        <RemoteDir>Contents</RemoteDir>
-
 
939
                        <Operation>1</Operation>
-
 
940
                    </Platform>
506
                </DeployClass>
941
                </DeployClass>
507
                <DeployClass Name="ProjectOSXResource">
942
                <DeployClass Name="ProjectOSXResource">
508
                    <Platform Name="OSX32">
943
                    <Platform Name="OSX32">
509
                        <RemoteDir>Contents\Resources</RemoteDir>
944
                        <RemoteDir>Contents\Resources</RemoteDir>
510
                        <Operation>1</Operation>
945
                        <Operation>1</Operation>
511
                    </Platform>
946
                    </Platform>
-
 
947
                    <Platform Name="OSX64">
-
 
948
                        <RemoteDir>Contents\Resources</RemoteDir>
-
 
949
                        <Operation>1</Operation>
-
 
950
                    </Platform>
512
                </DeployClass>
951
                </DeployClass>
513
                <DeployClass Required="true" Name="ProjectOutput">
952
                <DeployClass Required="true" Name="ProjectOutput">
514
                    <Platform Name="Android">
953
                    <Platform Name="Android">
515
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
954
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
516
                        <Operation>1</Operation>
955
                        <Operation>1</Operation>
517
                    </Platform>
956
                    </Platform>
-
 
957
                    <Platform Name="Android64">
-
 
958
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
-
 
959
                        <Operation>1</Operation>
-
 
960
                    </Platform>
518
                    <Platform Name="iOSDevice32">
961
                    <Platform Name="iOSDevice32">
519
                        <Operation>1</Operation>
962
                        <Operation>1</Operation>
520
                    </Platform>
963
                    </Platform>
521
                    <Platform Name="iOSDevice64">
964
                    <Platform Name="iOSDevice64">
522
                        <Operation>1</Operation>
965
                        <Operation>1</Operation>
Line 529... Line 972...
529
                    </Platform>
972
                    </Platform>
530
                    <Platform Name="OSX32">
973
                    <Platform Name="OSX32">
531
                        <RemoteDir>Contents\MacOS</RemoteDir>
974
                        <RemoteDir>Contents\MacOS</RemoteDir>
532
                        <Operation>1</Operation>
975
                        <Operation>1</Operation>
533
                    </Platform>
976
                    </Platform>
-
 
977
                    <Platform Name="OSX64">
-
 
978
                        <RemoteDir>Contents\MacOS</RemoteDir>
-
 
979
                        <Operation>1</Operation>
-
 
980
                    </Platform>
534
                    <Platform Name="Win32">
981
                    <Platform Name="Win32">
535
                        <Operation>0</Operation>
982
                        <Operation>0</Operation>
536
                    </Platform>
983
                    </Platform>
537
                </DeployClass>
984
                </DeployClass>
-
 
985
                <DeployClass Name="ProjectOutput_Android32">
-
 
986
                    <Platform Name="Android64">
-
 
987
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
-
 
988
                        <Operation>1</Operation>
-
 
989
                    </Platform>
-
 
990
                </DeployClass>
538
                <DeployClass Name="ProjectUWPManifest">
991
                <DeployClass Name="ProjectUWPManifest">
539
                    <Platform Name="Win32">
992
                    <Platform Name="Win32">
540
                        <Operation>1</Operation>
993
                        <Operation>1</Operation>
541
                    </Platform>
994
                    </Platform>
542
                    <Platform Name="Win64">
995
                    <Platform Name="Win64">
Line 568... Line 1021...
568
                <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
1021
                <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
569
                <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
1022
                <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
570
                <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
1023
                <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
571
                <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
1024
                <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
572
                <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
1025
                <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
-
 
1026
                <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
573
                <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
1027
                <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
-
 
1028
                <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
574
            </Deployment>
1029
            </Deployment>
575
            <Platforms>
1030
            <Platforms>
576
                <Platform value="Win32">True</Platform>
1031
                <Platform value="Win32">True</Platform>
577
                <Platform value="Win64">False</Platform>
1032
                <Platform value="Win64">False</Platform>
578
            </Platforms>
1033
            </Platforms>