Subversion Repositories checksum-tools

Rev

Rev 17 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 daniel-mar 1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
3
        <ProjectGuid>{71A1CE43-CC79-4BF3-AB08-651A293E5A47}</ProjectGuid>
17 daniel-mar 4
        <ProjectVersion>19.2</ProjectVersion>
6 daniel-mar 5
        <FrameworkType>VCL</FrameworkType>
6
        <MainSource>SFVCorrect.dpr</MainSource>
7
        <Base>True</Base>
8
        <Config Condition="'$(Config)'==''">Release</Config>
9
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
10
        <TargetedPlatforms>1</TargetedPlatforms>
11
        <AppType>Application</AppType>
12
    </PropertyGroup>
13
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14
        <Base>true</Base>
15
    </PropertyGroup>
16
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
17
        <Base_Win32>true</Base_Win32>
18
        <CfgParent>Base</CfgParent>
19
        <Base>true</Base>
20
    </PropertyGroup>
21
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
22
        <Base_Win64>true</Base_Win64>
23
        <CfgParent>Base</CfgParent>
24
        <Base>true</Base>
25
    </PropertyGroup>
26
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
27
        <Cfg_1>true</Cfg_1>
28
        <CfgParent>Base</CfgParent>
29
        <Base>true</Base>
30
    </PropertyGroup>
31
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
32
        <Cfg_1_Win32>true</Cfg_1_Win32>
33
        <CfgParent>Cfg_1</CfgParent>
34
        <Cfg_1>true</Cfg_1>
35
        <Base>true</Base>
36
    </PropertyGroup>
37
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
38
        <Cfg_2>true</Cfg_2>
39
        <CfgParent>Base</CfgParent>
40
        <Base>true</Base>
41
    </PropertyGroup>
42
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
43
        <Cfg_2_Win32>true</Cfg_2_Win32>
44
        <CfgParent>Cfg_2</CfgParent>
45
        <Cfg_2>true</Cfg_2>
46
        <Base>true</Base>
47
    </PropertyGroup>
48
    <PropertyGroup Condition="'$(Base)'!=''">
49
        <DCC_E>false</DCC_E>
50
        <DCC_N>false</DCC_N>
51
        <DCC_S>false</DCC_S>
52
        <DCC_F>false</DCC_F>
53
        <DCC_K>false</DCC_K>
54
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
55
        <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
56
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
57
        <VerInfo_Locale>1031</VerInfo_Locale>
58
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
59
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=(C) 2021 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
60
        <SanitizedProjectName>SFVCorrect</SanitizedProjectName>
61
    </PropertyGroup>
62
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
63
        <DCC_UsePackage>DBXSqliteDriver;IndyIPCommon;RESTComponents;bindcompdbx;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;tethering;svnui;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;vclimg;FireDAC;vcltouch;vcldb;bindcompfmx;svn;FireDACSqliteDriver;FireDACPgDriver;inetdb;soaprtl;DbxCommonDriver;fmx;FireDACIBDriver;fmxdae;xmlrtl;soapmidas;fmxobj;vclwinx;rtl;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;FireDACCommon;IndyIPClient;bindcompvcl;RESTBackendComponents;VCLRESTComponents;soapserver;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;CloudService;dsnapxml;FireDACMySQLDriver;dbrtl;IndyProtocols;inetdbxpress;FireDACCommonODBC;FireDACCommonDriver;inet;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
64
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
65
        <BT_BuildType>Debug</BT_BuildType>
66
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
67
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
68
        <VerInfo_Locale>1033</VerInfo_Locale>
69
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
70
    </PropertyGroup>
71
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
72
        <DCC_UsePackage>DBXSqliteDriver;IndyIPCommon;RESTComponents;bindcompdbx;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;tethering;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;vclimg;FireDAC;vcltouch;vcldb;bindcompfmx;FireDACSqliteDriver;FireDACPgDriver;inetdb;soaprtl;DbxCommonDriver;fmx;FireDACIBDriver;fmxdae;xmlrtl;soapmidas;fmxobj;vclwinx;rtl;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;FireDACCommon;IndyIPClient;bindcompvcl;RESTBackendComponents;VCLRESTComponents;soapserver;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;CloudService;dsnapxml;FireDACMySQLDriver;dbrtl;IndyProtocols;inetdbxpress;FireDACCommonODBC;FireDACCommonDriver;inet;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
73
    </PropertyGroup>
74
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
75
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
76
        <DCC_DebugDCUs>true</DCC_DebugDCUs>
77
        <DCC_Optimize>false</DCC_Optimize>
78
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
79
        <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
80
        <DCC_RemoteDebug>true</DCC_RemoteDebug>
81
    </PropertyGroup>
82
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
83
        <DCC_RemoteDebug>false</DCC_RemoteDebug>
84
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
85
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
86
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
87
        <VerInfo_Locale>1033</VerInfo_Locale>
88
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=(C) 2021 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
89
    </PropertyGroup>
90
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
91
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
92
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
93
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
94
        <DCC_DebugInformation>0</DCC_DebugInformation>
95
    </PropertyGroup>
96
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
97
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
98
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
99
    </PropertyGroup>
100
    <ItemGroup>
101
        <DelphiCompile Include="$(MainSource)">
102
            <MainSource>MainSource</MainSource>
103
        </DelphiCompile>
104
        <DCCReference Include="Unit3.pas">
105
            <Form>Form3</Form>
106
            <FormType>dfm</FormType>
107
        </DCCReference>
108
        <DCCReference Include="SFV.pas"/>
109
        <DCCReference Include="Common.pas"/>
110
        <DCCReference Include="MD5.pas"/>
111
        <DCCReference Include="LongFilenameOperations.pas"/>
112
        <DCCReference Include="CRC32.pas"/>
113
        <BuildConfiguration Include="Release">
114
            <Key>Cfg_2</Key>
115
            <CfgParent>Base</CfgParent>
116
        </BuildConfiguration>
117
        <BuildConfiguration Include="Base">
118
            <Key>Base</Key>
119
        </BuildConfiguration>
120
        <BuildConfiguration Include="Debug">
121
            <Key>Cfg_1</Key>
122
            <CfgParent>Base</CfgParent>
123
        </BuildConfiguration>
124
    </ItemGroup>
125
    <ProjectExtensions>
126
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
127
        <Borland.ProjectType>Application</Borland.ProjectType>
128
        <BorlandProject>
129
            <Delphi.Personality>
130
                <Source>
131
                    <Source Name="MainSource">SFVCorrect.dpr</Source>
132
                </Source>
133
                <Excluded_Packages>
134
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
135
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
136
                </Excluded_Packages>
137
            </Delphi.Personality>
138
            <Deployment Version="3">
139
                <DeployFile LocalName="Win32\Debug\SFVCorrect.exe" Configuration="Debug" Class="ProjectOutput">
140
                    <Platform Name="Win32">
141
                        <RemoteName>SFVCorrect.exe</RemoteName>
142
                        <Overwrite>true</Overwrite>
143
                    </Platform>
144
                </DeployFile>
145
                <DeployClass Name="AdditionalDebugSymbols">
146
                    <Platform Name="iOSSimulator">
147
                        <Operation>1</Operation>
148
                    </Platform>
149
                    <Platform Name="OSX32">
150
                        <RemoteDir>Contents\MacOS</RemoteDir>
151
                        <Operation>1</Operation>
152
                    </Platform>
153
                    <Platform Name="Win32">
154
                        <Operation>0</Operation>
155
                    </Platform>
156
                </DeployClass>
157
                <DeployClass Name="AndroidClassesDexFile">
158
                    <Platform Name="Android">
159
                        <RemoteDir>classes</RemoteDir>
160
                        <Operation>1</Operation>
161
                    </Platform>
162
                    <Platform Name="Android64">
163
                        <RemoteDir>classes</RemoteDir>
164
                        <Operation>1</Operation>
165
                    </Platform>
166
                </DeployClass>
167
                <DeployClass Name="AndroidFileProvider">
168
                    <Platform Name="Android">
169
                        <RemoteDir>res\xml</RemoteDir>
170
                        <Operation>1</Operation>
171
                    </Platform>
172
                    <Platform Name="Android64">
173
                        <RemoteDir>res\xml</RemoteDir>
174
                        <Operation>1</Operation>
175
                    </Platform>
176
                </DeployClass>
177
                <DeployClass Name="AndroidGDBServer">
178
                    <Platform Name="Android">
179
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
180
                        <Operation>1</Operation>
181
                    </Platform>
182
                </DeployClass>
183
                <DeployClass Name="AndroidLibnativeArmeabiFile">
184
                    <Platform Name="Android">
185
                        <RemoteDir>library\lib\armeabi</RemoteDir>
186
                        <Operation>1</Operation>
187
                    </Platform>
188
                    <Platform Name="Android64">
189
                        <RemoteDir>library\lib\armeabi</RemoteDir>
190
                        <Operation>1</Operation>
191
                    </Platform>
192
                </DeployClass>
193
                <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
194
                    <Platform Name="Android64">
195
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
196
                        <Operation>1</Operation>
197
                    </Platform>
198
                </DeployClass>
199
                <DeployClass Name="AndroidLibnativeMipsFile">
200
                    <Platform Name="Android">
201
                        <RemoteDir>library\lib\mips</RemoteDir>
202
                        <Operation>1</Operation>
203
                    </Platform>
204
                    <Platform Name="Android64">
205
                        <RemoteDir>library\lib\mips</RemoteDir>
206
                        <Operation>1</Operation>
207
                    </Platform>
208
                </DeployClass>
209
                <DeployClass Name="AndroidServiceOutput">
210
                    <Platform Name="Android">
211
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
212
                        <Operation>1</Operation>
213
                    </Platform>
214
                    <Platform Name="Android64">
215
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
216
                        <Operation>1</Operation>
217
                    </Platform>
218
                </DeployClass>
219
                <DeployClass Name="AndroidServiceOutput_Android32">
220
                    <Platform Name="Android64">
221
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
222
                        <Operation>1</Operation>
223
                    </Platform>
224
                </DeployClass>
225
                <DeployClass Name="AndroidSplashImageDef">
226
                    <Platform Name="Android">
227
                        <RemoteDir>res\drawable</RemoteDir>
228
                        <Operation>1</Operation>
229
                    </Platform>
230
                    <Platform Name="Android64">
231
                        <RemoteDir>res\drawable</RemoteDir>
232
                        <Operation>1</Operation>
233
                    </Platform>
234
                </DeployClass>
235
                <DeployClass Name="AndroidSplashStyles">
236
                    <Platform Name="Android">
237
                        <RemoteDir>res\values</RemoteDir>
238
                        <Operation>1</Operation>
239
                    </Platform>
240
                    <Platform Name="Android64">
241
                        <RemoteDir>res\values</RemoteDir>
242
                        <Operation>1</Operation>
243
                    </Platform>
244
                </DeployClass>
245
                <DeployClass Name="AndroidSplashStylesV21">
246
                    <Platform Name="Android">
247
                        <RemoteDir>res\values-v21</RemoteDir>
248
                        <Operation>1</Operation>
249
                    </Platform>
250
                    <Platform Name="Android64">
251
                        <RemoteDir>res\values-v21</RemoteDir>
252
                        <Operation>1</Operation>
253
                    </Platform>
254
                </DeployClass>
255
                <DeployClass Name="Android_Colors">
256
                    <Platform Name="Android">
257
                        <RemoteDir>res\values</RemoteDir>
258
                        <Operation>1</Operation>
259
                    </Platform>
260
                    <Platform Name="Android64">
261
                        <RemoteDir>res\values</RemoteDir>
262
                        <Operation>1</Operation>
263
                    </Platform>
264
                </DeployClass>
265
                <DeployClass Name="Android_DefaultAppIcon">
266
                    <Platform Name="Android">
267
                        <RemoteDir>res\drawable</RemoteDir>
268
                        <Operation>1</Operation>
269
                    </Platform>
270
                    <Platform Name="Android64">
271
                        <RemoteDir>res\drawable</RemoteDir>
272
                        <Operation>1</Operation>
273
                    </Platform>
274
                </DeployClass>
275
                <DeployClass Name="Android_LauncherIcon144">
276
                    <Platform Name="Android">
277
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
278
                        <Operation>1</Operation>
279
                    </Platform>
280
                    <Platform Name="Android64">
281
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
282
                        <Operation>1</Operation>
283
                    </Platform>
284
                </DeployClass>
17 daniel-mar 285
                <DeployClass Name="Android_LauncherIcon192">
286
                    <Platform Name="Android">
287
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
288
                        <Operation>1</Operation>
289
                    </Platform>
290
                    <Platform Name="Android64">
291
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
292
                        <Operation>1</Operation>
293
                    </Platform>
294
                </DeployClass>
6 daniel-mar 295
                <DeployClass Name="Android_LauncherIcon36">
296
                    <Platform Name="Android">
297
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
298
                        <Operation>1</Operation>
299
                    </Platform>
300
                    <Platform Name="Android64">
301
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
302
                        <Operation>1</Operation>
303
                    </Platform>
304
                </DeployClass>
305
                <DeployClass Name="Android_LauncherIcon48">
306
                    <Platform Name="Android">
307
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
308
                        <Operation>1</Operation>
309
                    </Platform>
310
                    <Platform Name="Android64">
311
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
312
                        <Operation>1</Operation>
313
                    </Platform>
314
                </DeployClass>
315
                <DeployClass Name="Android_LauncherIcon72">
316
                    <Platform Name="Android">
317
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
318
                        <Operation>1</Operation>
319
                    </Platform>
320
                    <Platform Name="Android64">
321
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
322
                        <Operation>1</Operation>
323
                    </Platform>
324
                </DeployClass>
325
                <DeployClass Name="Android_LauncherIcon96">
326
                    <Platform Name="Android">
327
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
328
                        <Operation>1</Operation>
329
                    </Platform>
330
                    <Platform Name="Android64">
331
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
332
                        <Operation>1</Operation>
333
                    </Platform>
334
                </DeployClass>
335
                <DeployClass Name="Android_NotificationIcon24">
336
                    <Platform Name="Android">
337
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
338
                        <Operation>1</Operation>
339
                    </Platform>
340
                    <Platform Name="Android64">
341
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
342
                        <Operation>1</Operation>
343
                    </Platform>
344
                </DeployClass>
345
                <DeployClass Name="Android_NotificationIcon36">
346
                    <Platform Name="Android">
347
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
348
                        <Operation>1</Operation>
349
                    </Platform>
350
                    <Platform Name="Android64">
351
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
352
                        <Operation>1</Operation>
353
                    </Platform>
354
                </DeployClass>
355
                <DeployClass Name="Android_NotificationIcon48">
356
                    <Platform Name="Android">
357
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
358
                        <Operation>1</Operation>
359
                    </Platform>
360
                    <Platform Name="Android64">
361
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
362
                        <Operation>1</Operation>
363
                    </Platform>
364
                </DeployClass>
365
                <DeployClass Name="Android_NotificationIcon72">
366
                    <Platform Name="Android">
367
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
368
                        <Operation>1</Operation>
369
                    </Platform>
370
                    <Platform Name="Android64">
371
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
372
                        <Operation>1</Operation>
373
                    </Platform>
374
                </DeployClass>
375
                <DeployClass Name="Android_NotificationIcon96">
376
                    <Platform Name="Android">
377
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
378
                        <Operation>1</Operation>
379
                    </Platform>
380
                    <Platform Name="Android64">
381
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
382
                        <Operation>1</Operation>
383
                    </Platform>
384
                </DeployClass>
385
                <DeployClass Name="Android_SplashImage426">
386
                    <Platform Name="Android">
387
                        <RemoteDir>res\drawable-small</RemoteDir>
388
                        <Operation>1</Operation>
389
                    </Platform>
390
                    <Platform Name="Android64">
391
                        <RemoteDir>res\drawable-small</RemoteDir>
392
                        <Operation>1</Operation>
393
                    </Platform>
394
                </DeployClass>
395
                <DeployClass Name="Android_SplashImage470">
396
                    <Platform Name="Android">
397
                        <RemoteDir>res\drawable-normal</RemoteDir>
398
                        <Operation>1</Operation>
399
                    </Platform>
400
                    <Platform Name="Android64">
401
                        <RemoteDir>res\drawable-normal</RemoteDir>
402
                        <Operation>1</Operation>
403
                    </Platform>
404
                </DeployClass>
405
                <DeployClass Name="Android_SplashImage640">
406
                    <Platform Name="Android">
407
                        <RemoteDir>res\drawable-large</RemoteDir>
408
                        <Operation>1</Operation>
409
                    </Platform>
410
                    <Platform Name="Android64">
411
                        <RemoteDir>res\drawable-large</RemoteDir>
412
                        <Operation>1</Operation>
413
                    </Platform>
414
                </DeployClass>
415
                <DeployClass Name="Android_SplashImage960">
416
                    <Platform Name="Android">
417
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
418
                        <Operation>1</Operation>
419
                    </Platform>
420
                    <Platform Name="Android64">
421
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
422
                        <Operation>1</Operation>
423
                    </Platform>
424
                </DeployClass>
425
                <DeployClass Name="Android_Strings">
426
                    <Platform Name="Android">
427
                        <RemoteDir>res\values</RemoteDir>
428
                        <Operation>1</Operation>
429
                    </Platform>
430
                    <Platform Name="Android64">
431
                        <RemoteDir>res\values</RemoteDir>
432
                        <Operation>1</Operation>
433
                    </Platform>
434
                </DeployClass>
435
                <DeployClass Name="DebugSymbols">
436
                    <Platform Name="iOSSimulator">
437
                        <Operation>1</Operation>
438
                    </Platform>
439
                    <Platform Name="OSX32">
440
                        <RemoteDir>Contents\MacOS</RemoteDir>
441
                        <Operation>1</Operation>
442
                    </Platform>
443
                    <Platform Name="Win32">
444
                        <Operation>0</Operation>
445
                    </Platform>
446
                </DeployClass>
447
                <DeployClass Name="DependencyFramework">
448
                    <Platform Name="OSX32">
449
                        <RemoteDir>Contents\MacOS</RemoteDir>
450
                        <Operation>1</Operation>
451
                        <Extensions>.framework</Extensions>
452
                    </Platform>
453
                    <Platform Name="OSX64">
454
                        <RemoteDir>Contents\MacOS</RemoteDir>
455
                        <Operation>1</Operation>
456
                        <Extensions>.framework</Extensions>
457
                    </Platform>
458
                    <Platform Name="Win32">
459
                        <Operation>0</Operation>
460
                    </Platform>
461
                </DeployClass>
462
                <DeployClass Name="DependencyModule">
463
                    <Platform Name="iOSDevice32">
464
                        <Operation>1</Operation>
465
                        <Extensions>.dylib</Extensions>
466
                    </Platform>
467
                    <Platform Name="iOSDevice64">
468
                        <Operation>1</Operation>
469
                        <Extensions>.dylib</Extensions>
470
                    </Platform>
471
                    <Platform Name="iOSSimulator">
472
                        <Operation>1</Operation>
473
                        <Extensions>.dylib</Extensions>
474
                    </Platform>
475
                    <Platform Name="OSX32">
476
                        <RemoteDir>Contents\MacOS</RemoteDir>
477
                        <Operation>1</Operation>
478
                        <Extensions>.dylib</Extensions>
479
                    </Platform>
480
                    <Platform Name="OSX64">
481
                        <RemoteDir>Contents\MacOS</RemoteDir>
482
                        <Operation>1</Operation>
483
                        <Extensions>.dylib</Extensions>
484
                    </Platform>
485
                    <Platform Name="Win32">
486
                        <Operation>0</Operation>
487
                        <Extensions>.dll;.bpl</Extensions>
488
                    </Platform>
489
                </DeployClass>
490
                <DeployClass Required="true" Name="DependencyPackage">
491
                    <Platform Name="iOSDevice32">
492
                        <Operation>1</Operation>
493
                        <Extensions>.dylib</Extensions>
494
                    </Platform>
495
                    <Platform Name="iOSDevice64">
496
                        <Operation>1</Operation>
497
                        <Extensions>.dylib</Extensions>
498
                    </Platform>
499
                    <Platform Name="iOSSimulator">
500
                        <Operation>1</Operation>
501
                        <Extensions>.dylib</Extensions>
502
                    </Platform>
503
                    <Platform Name="OSX32">
504
                        <RemoteDir>Contents\MacOS</RemoteDir>
505
                        <Operation>1</Operation>
506
                        <Extensions>.dylib</Extensions>
507
                    </Platform>
508
                    <Platform Name="OSX64">
509
                        <RemoteDir>Contents\MacOS</RemoteDir>
510
                        <Operation>1</Operation>
511
                        <Extensions>.dylib</Extensions>
512
                    </Platform>
513
                    <Platform Name="Win32">
514
                        <Operation>0</Operation>
515
                        <Extensions>.bpl</Extensions>
516
                    </Platform>
517
                </DeployClass>
518
                <DeployClass Name="File">
519
                    <Platform Name="Android">
520
                        <Operation>0</Operation>
521
                    </Platform>
522
                    <Platform Name="Android64">
523
                        <Operation>0</Operation>
524
                    </Platform>
525
                    <Platform Name="iOSDevice32">
526
                        <Operation>0</Operation>
527
                    </Platform>
528
                    <Platform Name="iOSDevice64">
529
                        <Operation>0</Operation>
530
                    </Platform>
531
                    <Platform Name="iOSSimulator">
532
                        <Operation>0</Operation>
533
                    </Platform>
534
                    <Platform Name="OSX32">
535
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
536
                        <Operation>0</Operation>
537
                    </Platform>
538
                    <Platform Name="OSX64">
539
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
540
                        <Operation>0</Operation>
541
                    </Platform>
542
                    <Platform Name="Win32">
543
                        <Operation>0</Operation>
544
                    </Platform>
545
                </DeployClass>
17 daniel-mar 546
                <DeployClass Name="iOS_AppStore1024">
547
                    <Platform Name="iOSDevice64">
548
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
549
                        <Operation>1</Operation>
550
                    </Platform>
551
                </DeployClass>
552
                <DeployClass Name="iPad_AppIcon152">
553
                    <Platform Name="iOSDevice64">
554
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
555
                        <Operation>1</Operation>
556
                    </Platform>
557
                    <Platform Name="iOSSimulator">
558
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
559
                        <Operation>1</Operation>
560
                    </Platform>
561
                </DeployClass>
562
                <DeployClass Name="iPad_AppIcon167">
563
                    <Platform Name="iOSDevice64">
564
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
565
                        <Operation>1</Operation>
566
                    </Platform>
567
                    <Platform Name="iOSSimulator">
568
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
569
                        <Operation>1</Operation>
570
                    </Platform>
571
                </DeployClass>
6 daniel-mar 572
                <DeployClass Name="iPad_Launch1024x768">
573
                    <Platform Name="iOSDevice32">
574
                        <Operation>1</Operation>
575
                    </Platform>
576
                    <Platform Name="iOSDevice64">
577
                        <Operation>1</Operation>
578
                    </Platform>
579
                    <Platform Name="iOSSimulator">
580
                        <Operation>1</Operation>
581
                    </Platform>
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>
616
                <DeployClass Name="iPad_Launch2048x1536">
617
                    <Platform Name="iOSDevice32">
618
                        <Operation>1</Operation>
619
                    </Platform>
620
                    <Platform Name="iOSDevice64">
621
                        <Operation>1</Operation>
622
                    </Platform>
623
                    <Platform Name="iOSSimulator">
624
                        <Operation>1</Operation>
625
                    </Platform>
626
                </DeployClass>
627
                <DeployClass Name="iPad_Launch2048x2732">
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_Launch2224">
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_Launch2388x1668">
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_Launch2732x2048">
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>
17 daniel-mar 671
                <DeployClass Name="iPad_Launch2x">
672
                    <Platform Name="iOSDevice64">
673
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
674
                        <Operation>1</Operation>
675
                    </Platform>
676
                    <Platform Name="iOSSimulator">
677
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
678
                        <Operation>1</Operation>
679
                    </Platform>
680
                </DeployClass>
6 daniel-mar 681
                <DeployClass Name="iPad_Launch768x1024">
682
                    <Platform Name="iOSDevice32">
683
                        <Operation>1</Operation>
684
                    </Platform>
685
                    <Platform Name="iOSDevice64">
686
                        <Operation>1</Operation>
687
                    </Platform>
688
                    <Platform Name="iOSSimulator">
689
                        <Operation>1</Operation>
690
                    </Platform>
691
                </DeployClass>
17 daniel-mar 692
                <DeployClass Name="iPad_LaunchDark2x">
693
                    <Platform Name="iOSDevice64">
694
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
695
                        <Operation>1</Operation>
696
                    </Platform>
697
                    <Platform Name="iOSSimulator">
698
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
699
                        <Operation>1</Operation>
700
                    </Platform>
701
                </DeployClass>
702
                <DeployClass Name="iPad_Notification40">
703
                    <Platform Name="iOSDevice64">
704
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
705
                        <Operation>1</Operation>
706
                    </Platform>
707
                    <Platform Name="iOSSimulator">
708
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
709
                        <Operation>1</Operation>
710
                    </Platform>
711
                </DeployClass>
712
                <DeployClass Name="iPad_Setting58">
713
                    <Platform Name="iOSDevice64">
714
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
715
                        <Operation>1</Operation>
716
                    </Platform>
717
                    <Platform Name="iOSSimulator">
718
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
719
                        <Operation>1</Operation>
720
                    </Platform>
721
                </DeployClass>
722
                <DeployClass Name="iPad_SpotLight80">
723
                    <Platform Name="iOSDevice64">
724
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
725
                        <Operation>1</Operation>
726
                    </Platform>
727
                    <Platform Name="iOSSimulator">
728
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
729
                        <Operation>1</Operation>
730
                    </Platform>
731
                </DeployClass>
732
                <DeployClass Name="iPhone_AppIcon120">
733
                    <Platform Name="iOSDevice64">
734
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
735
                        <Operation>1</Operation>
736
                    </Platform>
737
                    <Platform Name="iOSSimulator">
738
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
739
                        <Operation>1</Operation>
740
                    </Platform>
741
                </DeployClass>
742
                <DeployClass Name="iPhone_AppIcon180">
743
                    <Platform Name="iOSDevice64">
744
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
745
                        <Operation>1</Operation>
746
                    </Platform>
747
                    <Platform Name="iOSSimulator">
748
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
749
                        <Operation>1</Operation>
750
                    </Platform>
751
                </DeployClass>
6 daniel-mar 752
                <DeployClass Name="iPhone_Launch1125">
753
                    <Platform Name="iOSDevice32">
754
                        <Operation>1</Operation>
755
                    </Platform>
756
                    <Platform Name="iOSDevice64">
757
                        <Operation>1</Operation>
758
                    </Platform>
759
                    <Platform Name="iOSSimulator">
760
                        <Operation>1</Operation>
761
                    </Platform>
762
                </DeployClass>
763
                <DeployClass Name="iPhone_Launch1136x640">
764
                    <Platform Name="iOSDevice32">
765
                        <Operation>1</Operation>
766
                    </Platform>
767
                    <Platform Name="iOSDevice64">
768
                        <Operation>1</Operation>
769
                    </Platform>
770
                    <Platform Name="iOSSimulator">
771
                        <Operation>1</Operation>
772
                    </Platform>
773
                </DeployClass>
774
                <DeployClass Name="iPhone_Launch1242">
775
                    <Platform Name="iOSDevice32">
776
                        <Operation>1</Operation>
777
                    </Platform>
778
                    <Platform Name="iOSDevice64">
779
                        <Operation>1</Operation>
780
                    </Platform>
781
                    <Platform Name="iOSSimulator">
782
                        <Operation>1</Operation>
783
                    </Platform>
784
                </DeployClass>
785
                <DeployClass Name="iPhone_Launch1242x2688">
786
                    <Platform Name="iOSDevice32">
787
                        <Operation>1</Operation>
788
                    </Platform>
789
                    <Platform Name="iOSDevice64">
790
                        <Operation>1</Operation>
791
                    </Platform>
792
                    <Platform Name="iOSSimulator">
793
                        <Operation>1</Operation>
794
                    </Platform>
795
                </DeployClass>
796
                <DeployClass Name="iPhone_Launch1334">
797
                    <Platform Name="iOSDevice32">
798
                        <Operation>1</Operation>
799
                    </Platform>
800
                    <Platform Name="iOSDevice64">
801
                        <Operation>1</Operation>
802
                    </Platform>
803
                    <Platform Name="iOSSimulator">
804
                        <Operation>1</Operation>
805
                    </Platform>
806
                </DeployClass>
807
                <DeployClass Name="iPhone_Launch1792">
808
                    <Platform Name="iOSDevice32">
809
                        <Operation>1</Operation>
810
                    </Platform>
811
                    <Platform Name="iOSDevice64">
812
                        <Operation>1</Operation>
813
                    </Platform>
814
                    <Platform Name="iOSSimulator">
815
                        <Operation>1</Operation>
816
                    </Platform>
817
                </DeployClass>
818
                <DeployClass Name="iPhone_Launch2208">
819
                    <Platform Name="iOSDevice32">
820
                        <Operation>1</Operation>
821
                    </Platform>
822
                    <Platform Name="iOSDevice64">
823
                        <Operation>1</Operation>
824
                    </Platform>
825
                    <Platform Name="iOSSimulator">
826
                        <Operation>1</Operation>
827
                    </Platform>
828
                </DeployClass>
829
                <DeployClass Name="iPhone_Launch2436">
830
                    <Platform Name="iOSDevice32">
831
                        <Operation>1</Operation>
832
                    </Platform>
833
                    <Platform Name="iOSDevice64">
834
                        <Operation>1</Operation>
835
                    </Platform>
836
                    <Platform Name="iOSSimulator">
837
                        <Operation>1</Operation>
838
                    </Platform>
839
                </DeployClass>
840
                <DeployClass Name="iPhone_Launch2688x1242">
841
                    <Platform Name="iOSDevice32">
842
                        <Operation>1</Operation>
843
                    </Platform>
844
                    <Platform Name="iOSDevice64">
845
                        <Operation>1</Operation>
846
                    </Platform>
847
                    <Platform Name="iOSSimulator">
848
                        <Operation>1</Operation>
849
                    </Platform>
850
                </DeployClass>
17 daniel-mar 851
                <DeployClass Name="iPhone_Launch2x">
852
                    <Platform Name="iOSDevice64">
853
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
854
                        <Operation>1</Operation>
855
                    </Platform>
856
                    <Platform Name="iOSSimulator">
857
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
858
                        <Operation>1</Operation>
859
                    </Platform>
860
                </DeployClass>
6 daniel-mar 861
                <DeployClass Name="iPhone_Launch320">
862
                    <Platform Name="iOSDevice32">
863
                        <Operation>1</Operation>
864
                    </Platform>
865
                    <Platform Name="iOSDevice64">
866
                        <Operation>1</Operation>
867
                    </Platform>
868
                    <Platform Name="iOSSimulator">
869
                        <Operation>1</Operation>
870
                    </Platform>
871
                </DeployClass>
17 daniel-mar 872
                <DeployClass Name="iPhone_Launch3x">
873
                    <Platform Name="iOSDevice64">
874
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
875
                        <Operation>1</Operation>
876
                    </Platform>
877
                    <Platform Name="iOSSimulator">
878
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
879
                        <Operation>1</Operation>
880
                    </Platform>
881
                </DeployClass>
6 daniel-mar 882
                <DeployClass Name="iPhone_Launch640">
883
                    <Platform Name="iOSDevice32">
884
                        <Operation>1</Operation>
885
                    </Platform>
886
                    <Platform Name="iOSDevice64">
887
                        <Operation>1</Operation>
888
                    </Platform>
889
                    <Platform Name="iOSSimulator">
890
                        <Operation>1</Operation>
891
                    </Platform>
892
                </DeployClass>
893
                <DeployClass Name="iPhone_Launch640x1136">
894
                    <Platform Name="iOSDevice32">
895
                        <Operation>1</Operation>
896
                    </Platform>
897
                    <Platform Name="iOSDevice64">
898
                        <Operation>1</Operation>
899
                    </Platform>
900
                    <Platform Name="iOSSimulator">
901
                        <Operation>1</Operation>
902
                    </Platform>
903
                </DeployClass>
904
                <DeployClass Name="iPhone_Launch750">
905
                    <Platform Name="iOSDevice32">
906
                        <Operation>1</Operation>
907
                    </Platform>
908
                    <Platform Name="iOSDevice64">
909
                        <Operation>1</Operation>
910
                    </Platform>
911
                    <Platform Name="iOSSimulator">
912
                        <Operation>1</Operation>
913
                    </Platform>
914
                </DeployClass>
915
                <DeployClass Name="iPhone_Launch828">
916
                    <Platform Name="iOSDevice32">
917
                        <Operation>1</Operation>
918
                    </Platform>
919
                    <Platform Name="iOSDevice64">
920
                        <Operation>1</Operation>
921
                    </Platform>
922
                    <Platform Name="iOSSimulator">
923
                        <Operation>1</Operation>
924
                    </Platform>
925
                </DeployClass>
17 daniel-mar 926
                <DeployClass Name="iPhone_LaunchDark2x">
927
                    <Platform Name="iOSDevice64">
928
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
929
                        <Operation>1</Operation>
930
                    </Platform>
931
                    <Platform Name="iOSSimulator">
932
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
933
                        <Operation>1</Operation>
934
                    </Platform>
935
                </DeployClass>
936
                <DeployClass Name="iPhone_LaunchDark3x">
937
                    <Platform Name="iOSDevice64">
938
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
939
                        <Operation>1</Operation>
940
                    </Platform>
941
                    <Platform Name="iOSSimulator">
942
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
943
                        <Operation>1</Operation>
944
                    </Platform>
945
                </DeployClass>
946
                <DeployClass Name="iPhone_Notification40">
947
                    <Platform Name="iOSDevice64">
948
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
949
                        <Operation>1</Operation>
950
                    </Platform>
951
                    <Platform Name="iOSSimulator">
952
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
953
                        <Operation>1</Operation>
954
                    </Platform>
955
                </DeployClass>
956
                <DeployClass Name="iPhone_Notification60">
957
                    <Platform Name="iOSDevice64">
958
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
959
                        <Operation>1</Operation>
960
                    </Platform>
961
                    <Platform Name="iOSSimulator">
962
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
963
                        <Operation>1</Operation>
964
                    </Platform>
965
                </DeployClass>
966
                <DeployClass Name="iPhone_Setting58">
967
                    <Platform Name="iOSDevice64">
968
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
969
                        <Operation>1</Operation>
970
                    </Platform>
971
                    <Platform Name="iOSSimulator">
972
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
973
                        <Operation>1</Operation>
974
                    </Platform>
975
                </DeployClass>
976
                <DeployClass Name="iPhone_Setting87">
977
                    <Platform Name="iOSDevice64">
978
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
979
                        <Operation>1</Operation>
980
                    </Platform>
981
                    <Platform Name="iOSSimulator">
982
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
983
                        <Operation>1</Operation>
984
                    </Platform>
985
                </DeployClass>
986
                <DeployClass Name="iPhone_Spotlight120">
987
                    <Platform Name="iOSDevice64">
988
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
989
                        <Operation>1</Operation>
990
                    </Platform>
991
                    <Platform Name="iOSSimulator">
992
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
993
                        <Operation>1</Operation>
994
                    </Platform>
995
                </DeployClass>
996
                <DeployClass Name="iPhone_Spotlight80">
997
                    <Platform Name="iOSDevice64">
998
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
999
                        <Operation>1</Operation>
1000
                    </Platform>
1001
                    <Platform Name="iOSSimulator">
1002
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1003
                        <Operation>1</Operation>
1004
                    </Platform>
1005
                </DeployClass>
6 daniel-mar 1006
                <DeployClass Name="ProjectAndroidManifest">
1007
                    <Platform Name="Android">
1008
                        <Operation>1</Operation>
1009
                    </Platform>
1010
                    <Platform Name="Android64">
1011
                        <Operation>1</Operation>
1012
                    </Platform>
1013
                </DeployClass>
1014
                <DeployClass Name="ProjectiOSDeviceDebug">
1015
                    <Platform Name="iOSDevice32">
1016
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
1017
                        <Operation>1</Operation>
1018
                    </Platform>
1019
                    <Platform Name="iOSDevice64">
1020
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
1021
                        <Operation>1</Operation>
1022
                    </Platform>
1023
                </DeployClass>
1024
                <DeployClass Name="ProjectiOSDeviceResourceRules">
1025
                    <Platform Name="iOSDevice32">
1026
                        <Operation>1</Operation>
1027
                    </Platform>
1028
                    <Platform Name="iOSDevice64">
1029
                        <Operation>1</Operation>
1030
                    </Platform>
1031
                </DeployClass>
1032
                <DeployClass Name="ProjectiOSEntitlements">
1033
                    <Platform Name="iOSDevice32">
1034
                        <RemoteDir>..\</RemoteDir>
1035
                        <Operation>1</Operation>
1036
                    </Platform>
1037
                    <Platform Name="iOSDevice64">
1038
                        <RemoteDir>..\</RemoteDir>
1039
                        <Operation>1</Operation>
1040
                    </Platform>
1041
                </DeployClass>
1042
                <DeployClass Name="ProjectiOSInfoPList">
1043
                    <Platform Name="iOSDevice32">
1044
                        <Operation>1</Operation>
1045
                    </Platform>
1046
                    <Platform Name="iOSDevice64">
1047
                        <Operation>1</Operation>
1048
                    </Platform>
1049
                    <Platform Name="iOSSimulator">
1050
                        <Operation>1</Operation>
1051
                    </Platform>
1052
                </DeployClass>
17 daniel-mar 1053
                <DeployClass Name="ProjectiOSLaunchScreen">
1054
                    <Platform Name="iOSDevice64">
1055
                        <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
1056
                        <Operation>64</Operation>
1057
                    </Platform>
1058
                    <Platform Name="iOSSimulator">
1059
                        <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
1060
                        <Operation>64</Operation>
1061
                    </Platform>
1062
                </DeployClass>
6 daniel-mar 1063
                <DeployClass Name="ProjectiOSResource">
1064
                    <Platform Name="iOSDevice32">
1065
                        <Operation>1</Operation>
1066
                    </Platform>
1067
                    <Platform Name="iOSDevice64">
1068
                        <Operation>1</Operation>
1069
                    </Platform>
1070
                    <Platform Name="iOSSimulator">
1071
                        <Operation>1</Operation>
1072
                    </Platform>
1073
                </DeployClass>
1074
                <DeployClass Name="ProjectOSXDebug">
1075
                    <Platform Name="OSX64">
1076
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
1077
                        <Operation>1</Operation>
1078
                    </Platform>
1079
                </DeployClass>
1080
                <DeployClass Name="ProjectOSXEntitlements">
1081
                    <Platform Name="OSX32">
1082
                        <RemoteDir>..\</RemoteDir>
1083
                        <Operation>1</Operation>
1084
                    </Platform>
1085
                    <Platform Name="OSX64">
1086
                        <RemoteDir>..\</RemoteDir>
1087
                        <Operation>1</Operation>
1088
                    </Platform>
1089
                </DeployClass>
1090
                <DeployClass Name="ProjectOSXInfoPList">
1091
                    <Platform Name="OSX32">
1092
                        <RemoteDir>Contents</RemoteDir>
1093
                        <Operation>1</Operation>
1094
                    </Platform>
1095
                    <Platform Name="OSX64">
1096
                        <RemoteDir>Contents</RemoteDir>
1097
                        <Operation>1</Operation>
1098
                    </Platform>
1099
                </DeployClass>
1100
                <DeployClass Name="ProjectOSXResource">
1101
                    <Platform Name="OSX32">
1102
                        <RemoteDir>Contents\Resources</RemoteDir>
1103
                        <Operation>1</Operation>
1104
                    </Platform>
1105
                    <Platform Name="OSX64">
1106
                        <RemoteDir>Contents\Resources</RemoteDir>
1107
                        <Operation>1</Operation>
1108
                    </Platform>
1109
                </DeployClass>
1110
                <DeployClass Required="true" Name="ProjectOutput">
1111
                    <Platform Name="Android">
1112
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
1113
                        <Operation>1</Operation>
1114
                    </Platform>
1115
                    <Platform Name="Android64">
1116
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
1117
                        <Operation>1</Operation>
1118
                    </Platform>
1119
                    <Platform Name="iOSDevice32">
1120
                        <Operation>1</Operation>
1121
                    </Platform>
1122
                    <Platform Name="iOSDevice64">
1123
                        <Operation>1</Operation>
1124
                    </Platform>
1125
                    <Platform Name="iOSSimulator">
1126
                        <Operation>1</Operation>
1127
                    </Platform>
1128
                    <Platform Name="Linux64">
1129
                        <Operation>1</Operation>
1130
                    </Platform>
1131
                    <Platform Name="OSX32">
1132
                        <RemoteDir>Contents\MacOS</RemoteDir>
1133
                        <Operation>1</Operation>
1134
                    </Platform>
1135
                    <Platform Name="OSX64">
1136
                        <RemoteDir>Contents\MacOS</RemoteDir>
1137
                        <Operation>1</Operation>
1138
                    </Platform>
1139
                    <Platform Name="Win32">
1140
                        <Operation>0</Operation>
1141
                    </Platform>
1142
                </DeployClass>
1143
                <DeployClass Name="ProjectOutput_Android32">
1144
                    <Platform Name="Android64">
1145
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
1146
                        <Operation>1</Operation>
1147
                    </Platform>
1148
                </DeployClass>
1149
                <DeployClass Name="ProjectUWPManifest">
1150
                    <Platform Name="Win32">
1151
                        <Operation>1</Operation>
1152
                    </Platform>
1153
                    <Platform Name="Win64">
1154
                        <Operation>1</Operation>
1155
                    </Platform>
1156
                </DeployClass>
1157
                <DeployClass Name="UWP_DelphiLogo150">
1158
                    <Platform Name="Win32">
1159
                        <RemoteDir>Assets</RemoteDir>
1160
                        <Operation>1</Operation>
1161
                    </Platform>
1162
                    <Platform Name="Win64">
1163
                        <RemoteDir>Assets</RemoteDir>
1164
                        <Operation>1</Operation>
1165
                    </Platform>
1166
                </DeployClass>
1167
                <DeployClass Name="UWP_DelphiLogo44">
1168
                    <Platform Name="Win32">
1169
                        <RemoteDir>Assets</RemoteDir>
1170
                        <Operation>1</Operation>
1171
                    </Platform>
1172
                    <Platform Name="Win64">
1173
                        <RemoteDir>Assets</RemoteDir>
1174
                        <Operation>1</Operation>
1175
                    </Platform>
1176
                </DeployClass>
1177
                <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
1178
                <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
1179
                <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
1180
                <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
1181
                <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
1182
                <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
1183
                <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
1184
                <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
1185
                <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
1186
                <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
1187
            </Deployment>
1188
            <Platforms>
1189
                <Platform value="Win32">True</Platform>
1190
                <Platform value="Win64">False</Platform>
1191
            </Platforms>
1192
        </BorlandProject>
1193
        <ProjectFileVersion>12</ProjectFileVersion>
1194
    </ProjectExtensions>
1195
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
1196
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
1197
    <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
1198
</Project>