Subversion Repositories indexer_suite

Rev

Rev 10 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
3
        <ProjectGuid>{A26E4150-D10E-4979-B0B9-132BCCBF0E92}</ProjectGuid>
11 daniel-mar 4
        <ProjectVersion>19.5</ProjectVersion>
2 daniel-mar 5
        <FrameworkType>VCL</FrameworkType>
6
        <MainSource>VtsFileIndexerSuite.dpr</MainSource>
7
        <Base>True</Base>
11 daniel-mar 8
        <Config Condition="'$(Config)'==''">Release</Config>
2 daniel-mar 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_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
50
        <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
51
        <DCC_E>false</DCC_E>
52
        <DCC_N>false</DCC_N>
53
        <DCC_S>false</DCC_S>
54
        <DCC_F>false</DCC_F>
55
        <DCC_K>false</DCC_K>
56
        <DCC_UsePackage>RESTComponents;FireDAC;FireDACSqliteDriver;soaprtl;FireDACIBDriver;soapmidas;FireDACCommon;RESTBackendComponents;soapserver;CloudService;FireDACCommonDriver;inet;$(DCC_UsePackage)</DCC_UsePackage>
57
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
58
        <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
59
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
60
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
61
        <SanitizedProjectName>VtsFileIndexerSuite</SanitizedProjectName>
62
    </PropertyGroup>
63
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
64
        <DCC_UsePackage>DBXSqliteDriver;IndyIPCommon;bindcompdbx;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;tethering;svnui;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;vclimg;vcltouch;vcldb;bindcompfmx;svn;FireDACPgDriver;inetdb;DbxCommonDriver;fmx;fmxdae;xmlrtl;fmxobj;vclwinx;rtl;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;IndyIPClient;bindcompvcl;VCLRESTComponents;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;dsnapxml;FireDACMySQLDriver;dbrtl;IndyProtocols;inetdbxpress;FireDACCommonODBC;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
65
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
66
        <BT_BuildType>Debug</BT_BuildType>
67
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
68
        <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>
69
        <VerInfo_Locale>1033</VerInfo_Locale>
70
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
10 daniel-mar 71
        <DCC_ExeOutput>.</DCC_ExeOutput>
72
        <DCC_DcuOutput>.</DCC_DcuOutput>
2 daniel-mar 73
    </PropertyGroup>
74
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
75
        <DCC_UsePackage>DBXSqliteDriver;IndyIPCommon;bindcompdbx;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;tethering;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;vclimg;vcltouch;vcldb;bindcompfmx;FireDACPgDriver;inetdb;DbxCommonDriver;fmx;fmxdae;xmlrtl;fmxobj;vclwinx;rtl;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;IndyIPClient;bindcompvcl;VCLRESTComponents;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;dsnapxml;FireDACMySQLDriver;dbrtl;IndyProtocols;inetdbxpress;FireDACCommonODBC;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
76
    </PropertyGroup>
77
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
78
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
79
        <DCC_DebugDCUs>true</DCC_DebugDCUs>
80
        <DCC_Optimize>false</DCC_Optimize>
81
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
82
        <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
83
        <DCC_RemoteDebug>true</DCC_RemoteDebug>
84
    </PropertyGroup>
85
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
86
        <DCC_RemoteDebug>false</DCC_RemoteDebug>
87
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
88
        <DCC_UnitSearchPath>C:\Users\DELL User\ownCloud\Entwicklung\ADO;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
89
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
90
        <VerInfo_Locale>1033</VerInfo_Locale>
91
        <DCC_ExeOutput>.</DCC_ExeOutput>
92
        <DCC_DcuOutput>.</DCC_DcuOutput>
7 daniel-mar 93
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
2 daniel-mar 94
    </PropertyGroup>
95
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
96
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
97
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
98
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
99
        <DCC_DebugInformation>0</DCC_DebugInformation>
100
    </PropertyGroup>
101
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
102
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
7 daniel-mar 103
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
10 daniel-mar 104
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
105
        <VerInfo_Locale>1033</VerInfo_Locale>
2 daniel-mar 106
    </PropertyGroup>
107
    <ItemGroup>
108
        <DelphiCompile Include="$(MainSource)">
109
            <MainSource>MainSource</MainSource>
110
        </DelphiCompile>
111
        <DCCReference Include="MainForm.pas">
112
            <Form>frmMain</Form>
113
            <FormType>dfm</FormType>
114
        </DCCReference>
115
        <DCCReference Include="ExplorerForm.pas">
116
            <Form>frmExplorer</Form>
117
            <FormType>dfm</FormType>
118
        </DCCReference>
119
        <DCCReference Include="RedundancyForm.pas">
120
            <Form>frmRedundancy</Form>
121
            <FormType>dfm</FormType>
122
        </DCCReference>
123
        <DCCReference Include="IndexCreatorForm.pas">
124
            <Form>frmIndexCreator</Form>
125
            <FormType>dfm</FormType>
126
        </DCCReference>
127
        <DCCReference Include="FinderForm.pas">
128
            <Form>frmFinder</Form>
129
            <FormType>dfm</FormType>
130
        </DCCReference>
131
        <BuildConfiguration Include="Base">
132
            <Key>Base</Key>
133
        </BuildConfiguration>
134
        <BuildConfiguration Include="Debug">
135
            <Key>Cfg_1</Key>
136
            <CfgParent>Base</CfgParent>
137
        </BuildConfiguration>
11 daniel-mar 138
        <BuildConfiguration Include="Release">
139
            <Key>Cfg_2</Key>
140
            <CfgParent>Base</CfgParent>
141
        </BuildConfiguration>
2 daniel-mar 142
    </ItemGroup>
143
    <ProjectExtensions>
144
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
145
        <Borland.ProjectType>Application</Borland.ProjectType>
146
        <BorlandProject>
147
            <Delphi.Personality>
148
                <Source>
149
                    <Source Name="MainSource">VtsFileIndexerSuite.dpr</Source>
150
                </Source>
151
                <Excluded_Packages>
10 daniel-mar 152
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
153
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
2 daniel-mar 154
                </Excluded_Packages>
155
            </Delphi.Personality>
11 daniel-mar 156
            <Deployment Version="4">
157
                <DeployFile LocalName="VtsFileIndexerSuite.exe" Configuration="Debug" Class="ProjectOutput"/>
2 daniel-mar 158
                <DeployClass Name="AdditionalDebugSymbols">
159
                    <Platform Name="iOSSimulator">
160
                        <Operation>1</Operation>
161
                    </Platform>
162
                    <Platform Name="OSX32">
163
                        <RemoteDir>Contents\MacOS</RemoteDir>
164
                        <Operation>1</Operation>
165
                    </Platform>
166
                    <Platform Name="Win32">
167
                        <Operation>0</Operation>
168
                    </Platform>
169
                </DeployClass>
11 daniel-mar 170
                <DeployClass Name="AndroidClasses">
2 daniel-mar 171
                    <Platform Name="Android">
172
                        <RemoteDir>classes</RemoteDir>
11 daniel-mar 173
                        <Operation>64</Operation>
2 daniel-mar 174
                    </Platform>
7 daniel-mar 175
                    <Platform Name="Android64">
176
                        <RemoteDir>classes</RemoteDir>
11 daniel-mar 177
                        <Operation>64</Operation>
7 daniel-mar 178
                    </Platform>
2 daniel-mar 179
                </DeployClass>
7 daniel-mar 180
                <DeployClass Name="AndroidFileProvider">
181
                    <Platform Name="Android">
182
                        <RemoteDir>res\xml</RemoteDir>
183
                        <Operation>1</Operation>
184
                    </Platform>
185
                    <Platform Name="Android64">
186
                        <RemoteDir>res\xml</RemoteDir>
187
                        <Operation>1</Operation>
188
                    </Platform>
189
                </DeployClass>
2 daniel-mar 190
                <DeployClass Name="AndroidGDBServer">
191
                    <Platform Name="Android">
192
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
193
                        <Operation>1</Operation>
194
                    </Platform>
195
                </DeployClass>
196
                <DeployClass Name="AndroidLibnativeArmeabiFile">
197
                    <Platform Name="Android">
198
                        <RemoteDir>library\lib\armeabi</RemoteDir>
199
                        <Operation>1</Operation>
200
                    </Platform>
7 daniel-mar 201
                    <Platform Name="Android64">
202
                        <RemoteDir>library\lib\armeabi</RemoteDir>
203
                        <Operation>1</Operation>
204
                    </Platform>
2 daniel-mar 205
                </DeployClass>
7 daniel-mar 206
                <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
207
                    <Platform Name="Android64">
208
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
209
                        <Operation>1</Operation>
210
                    </Platform>
211
                </DeployClass>
2 daniel-mar 212
                <DeployClass Name="AndroidLibnativeMipsFile">
213
                    <Platform Name="Android">
214
                        <RemoteDir>library\lib\mips</RemoteDir>
215
                        <Operation>1</Operation>
216
                    </Platform>
7 daniel-mar 217
                    <Platform Name="Android64">
218
                        <RemoteDir>library\lib\mips</RemoteDir>
219
                        <Operation>1</Operation>
220
                    </Platform>
2 daniel-mar 221
                </DeployClass>
222
                <DeployClass Name="AndroidServiceOutput">
223
                    <Platform Name="Android">
224
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
225
                        <Operation>1</Operation>
226
                    </Platform>
7 daniel-mar 227
                    <Platform Name="Android64">
228
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
229
                        <Operation>1</Operation>
230
                    </Platform>
2 daniel-mar 231
                </DeployClass>
7 daniel-mar 232
                <DeployClass Name="AndroidServiceOutput_Android32">
233
                    <Platform Name="Android64">
234
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
235
                        <Operation>1</Operation>
236
                    </Platform>
237
                </DeployClass>
2 daniel-mar 238
                <DeployClass Name="AndroidSplashImageDef">
239
                    <Platform Name="Android">
240
                        <RemoteDir>res\drawable</RemoteDir>
241
                        <Operation>1</Operation>
242
                    </Platform>
7 daniel-mar 243
                    <Platform Name="Android64">
244
                        <RemoteDir>res\drawable</RemoteDir>
245
                        <Operation>1</Operation>
246
                    </Platform>
2 daniel-mar 247
                </DeployClass>
248
                <DeployClass Name="AndroidSplashStyles">
249
                    <Platform Name="Android">
250
                        <RemoteDir>res\values</RemoteDir>
251
                        <Operation>1</Operation>
252
                    </Platform>
7 daniel-mar 253
                    <Platform Name="Android64">
254
                        <RemoteDir>res\values</RemoteDir>
255
                        <Operation>1</Operation>
256
                    </Platform>
2 daniel-mar 257
                </DeployClass>
7 daniel-mar 258
                <DeployClass Name="AndroidSplashStylesV21">
259
                    <Platform Name="Android">
260
                        <RemoteDir>res\values-v21</RemoteDir>
261
                        <Operation>1</Operation>
262
                    </Platform>
263
                    <Platform Name="Android64">
264
                        <RemoteDir>res\values-v21</RemoteDir>
265
                        <Operation>1</Operation>
266
                    </Platform>
267
                </DeployClass>
268
                <DeployClass Name="Android_Colors">
269
                    <Platform Name="Android">
270
                        <RemoteDir>res\values</RemoteDir>
271
                        <Operation>1</Operation>
272
                    </Platform>
273
                    <Platform Name="Android64">
274
                        <RemoteDir>res\values</RemoteDir>
275
                        <Operation>1</Operation>
276
                    </Platform>
277
                </DeployClass>
2 daniel-mar 278
                <DeployClass Name="Android_DefaultAppIcon">
279
                    <Platform Name="Android">
280
                        <RemoteDir>res\drawable</RemoteDir>
281
                        <Operation>1</Operation>
282
                    </Platform>
7 daniel-mar 283
                    <Platform Name="Android64">
284
                        <RemoteDir>res\drawable</RemoteDir>
285
                        <Operation>1</Operation>
286
                    </Platform>
2 daniel-mar 287
                </DeployClass>
288
                <DeployClass Name="Android_LauncherIcon144">
289
                    <Platform Name="Android">
290
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
291
                        <Operation>1</Operation>
292
                    </Platform>
7 daniel-mar 293
                    <Platform Name="Android64">
294
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
295
                        <Operation>1</Operation>
296
                    </Platform>
2 daniel-mar 297
                </DeployClass>
11 daniel-mar 298
                <DeployClass Name="Android_LauncherIcon192">
299
                    <Platform Name="Android">
300
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
301
                        <Operation>1</Operation>
302
                    </Platform>
303
                    <Platform Name="Android64">
304
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
305
                        <Operation>1</Operation>
306
                    </Platform>
307
                </DeployClass>
2 daniel-mar 308
                <DeployClass Name="Android_LauncherIcon36">
309
                    <Platform Name="Android">
310
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
311
                        <Operation>1</Operation>
312
                    </Platform>
7 daniel-mar 313
                    <Platform Name="Android64">
314
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
315
                        <Operation>1</Operation>
316
                    </Platform>
2 daniel-mar 317
                </DeployClass>
318
                <DeployClass Name="Android_LauncherIcon48">
319
                    <Platform Name="Android">
320
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
321
                        <Operation>1</Operation>
322
                    </Platform>
7 daniel-mar 323
                    <Platform Name="Android64">
324
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
325
                        <Operation>1</Operation>
326
                    </Platform>
2 daniel-mar 327
                </DeployClass>
328
                <DeployClass Name="Android_LauncherIcon72">
329
                    <Platform Name="Android">
330
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
331
                        <Operation>1</Operation>
332
                    </Platform>
7 daniel-mar 333
                    <Platform Name="Android64">
334
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
335
                        <Operation>1</Operation>
336
                    </Platform>
2 daniel-mar 337
                </DeployClass>
338
                <DeployClass Name="Android_LauncherIcon96">
339
                    <Platform Name="Android">
340
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
341
                        <Operation>1</Operation>
342
                    </Platform>
7 daniel-mar 343
                    <Platform Name="Android64">
344
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
345
                        <Operation>1</Operation>
346
                    </Platform>
2 daniel-mar 347
                </DeployClass>
7 daniel-mar 348
                <DeployClass Name="Android_NotificationIcon24">
349
                    <Platform Name="Android">
350
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
351
                        <Operation>1</Operation>
352
                    </Platform>
353
                    <Platform Name="Android64">
354
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
355
                        <Operation>1</Operation>
356
                    </Platform>
357
                </DeployClass>
358
                <DeployClass Name="Android_NotificationIcon36">
359
                    <Platform Name="Android">
360
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
361
                        <Operation>1</Operation>
362
                    </Platform>
363
                    <Platform Name="Android64">
364
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
365
                        <Operation>1</Operation>
366
                    </Platform>
367
                </DeployClass>
368
                <DeployClass Name="Android_NotificationIcon48">
369
                    <Platform Name="Android">
370
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
371
                        <Operation>1</Operation>
372
                    </Platform>
373
                    <Platform Name="Android64">
374
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
375
                        <Operation>1</Operation>
376
                    </Platform>
377
                </DeployClass>
378
                <DeployClass Name="Android_NotificationIcon72">
379
                    <Platform Name="Android">
380
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
381
                        <Operation>1</Operation>
382
                    </Platform>
383
                    <Platform Name="Android64">
384
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
385
                        <Operation>1</Operation>
386
                    </Platform>
387
                </DeployClass>
388
                <DeployClass Name="Android_NotificationIcon96">
389
                    <Platform Name="Android">
390
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
391
                        <Operation>1</Operation>
392
                    </Platform>
393
                    <Platform Name="Android64">
394
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
395
                        <Operation>1</Operation>
396
                    </Platform>
397
                </DeployClass>
2 daniel-mar 398
                <DeployClass Name="Android_SplashImage426">
399
                    <Platform Name="Android">
400
                        <RemoteDir>res\drawable-small</RemoteDir>
401
                        <Operation>1</Operation>
402
                    </Platform>
7 daniel-mar 403
                    <Platform Name="Android64">
404
                        <RemoteDir>res\drawable-small</RemoteDir>
405
                        <Operation>1</Operation>
406
                    </Platform>
2 daniel-mar 407
                </DeployClass>
408
                <DeployClass Name="Android_SplashImage470">
409
                    <Platform Name="Android">
410
                        <RemoteDir>res\drawable-normal</RemoteDir>
411
                        <Operation>1</Operation>
412
                    </Platform>
7 daniel-mar 413
                    <Platform Name="Android64">
414
                        <RemoteDir>res\drawable-normal</RemoteDir>
415
                        <Operation>1</Operation>
416
                    </Platform>
2 daniel-mar 417
                </DeployClass>
418
                <DeployClass Name="Android_SplashImage640">
419
                    <Platform Name="Android">
420
                        <RemoteDir>res\drawable-large</RemoteDir>
421
                        <Operation>1</Operation>
422
                    </Platform>
7 daniel-mar 423
                    <Platform Name="Android64">
424
                        <RemoteDir>res\drawable-large</RemoteDir>
425
                        <Operation>1</Operation>
426
                    </Platform>
2 daniel-mar 427
                </DeployClass>
428
                <DeployClass Name="Android_SplashImage960">
429
                    <Platform Name="Android">
430
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
431
                        <Operation>1</Operation>
432
                    </Platform>
7 daniel-mar 433
                    <Platform Name="Android64">
434
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
435
                        <Operation>1</Operation>
436
                    </Platform>
2 daniel-mar 437
                </DeployClass>
7 daniel-mar 438
                <DeployClass Name="Android_Strings">
439
                    <Platform Name="Android">
440
                        <RemoteDir>res\values</RemoteDir>
441
                        <Operation>1</Operation>
442
                    </Platform>
443
                    <Platform Name="Android64">
444
                        <RemoteDir>res\values</RemoteDir>
445
                        <Operation>1</Operation>
446
                    </Platform>
447
                </DeployClass>
2 daniel-mar 448
                <DeployClass Name="DebugSymbols">
449
                    <Platform Name="iOSSimulator">
450
                        <Operation>1</Operation>
451
                    </Platform>
452
                    <Platform Name="OSX32">
453
                        <RemoteDir>Contents\MacOS</RemoteDir>
454
                        <Operation>1</Operation>
455
                    </Platform>
456
                    <Platform Name="Win32">
457
                        <Operation>0</Operation>
458
                    </Platform>
459
                </DeployClass>
460
                <DeployClass Name="DependencyFramework">
461
                    <Platform Name="OSX32">
462
                        <RemoteDir>Contents\MacOS</RemoteDir>
463
                        <Operation>1</Operation>
464
                        <Extensions>.framework</Extensions>
465
                    </Platform>
7 daniel-mar 466
                    <Platform Name="OSX64">
467
                        <RemoteDir>Contents\MacOS</RemoteDir>
468
                        <Operation>1</Operation>
469
                        <Extensions>.framework</Extensions>
470
                    </Platform>
11 daniel-mar 471
                    <Platform Name="OSXARM64">
472
                        <RemoteDir>Contents\MacOS</RemoteDir>
473
                        <Operation>1</Operation>
474
                        <Extensions>.framework</Extensions>
475
                    </Platform>
2 daniel-mar 476
                    <Platform Name="Win32">
477
                        <Operation>0</Operation>
478
                    </Platform>
479
                </DeployClass>
480
                <DeployClass Name="DependencyModule">
481
                    <Platform Name="iOSDevice32">
482
                        <Operation>1</Operation>
483
                        <Extensions>.dylib</Extensions>
484
                    </Platform>
485
                    <Platform Name="iOSDevice64">
486
                        <Operation>1</Operation>
487
                        <Extensions>.dylib</Extensions>
488
                    </Platform>
11 daniel-mar 489
                    <Platform Name="iOSSimARM64">
2 daniel-mar 490
                        <Operation>1</Operation>
491
                        <Extensions>.dylib</Extensions>
492
                    </Platform>
493
                    <Platform Name="OSX32">
494
                        <RemoteDir>Contents\MacOS</RemoteDir>
495
                        <Operation>1</Operation>
496
                        <Extensions>.dylib</Extensions>
497
                    </Platform>
7 daniel-mar 498
                    <Platform Name="OSX64">
499
                        <RemoteDir>Contents\MacOS</RemoteDir>
500
                        <Operation>1</Operation>
501
                        <Extensions>.dylib</Extensions>
502
                    </Platform>
11 daniel-mar 503
                    <Platform Name="OSXARM64">
504
                        <RemoteDir>Contents\MacOS</RemoteDir>
505
                        <Operation>1</Operation>
506
                        <Extensions>.dylib</Extensions>
507
                    </Platform>
2 daniel-mar 508
                    <Platform Name="Win32">
509
                        <Operation>0</Operation>
510
                        <Extensions>.dll;.bpl</Extensions>
511
                    </Platform>
512
                </DeployClass>
513
                <DeployClass Required="true" Name="DependencyPackage">
514
                    <Platform Name="iOSDevice32">
515
                        <Operation>1</Operation>
516
                        <Extensions>.dylib</Extensions>
517
                    </Platform>
518
                    <Platform Name="iOSDevice64">
519
                        <Operation>1</Operation>
520
                        <Extensions>.dylib</Extensions>
521
                    </Platform>
11 daniel-mar 522
                    <Platform Name="iOSSimARM64">
2 daniel-mar 523
                        <Operation>1</Operation>
524
                        <Extensions>.dylib</Extensions>
525
                    </Platform>
526
                    <Platform Name="OSX32">
527
                        <RemoteDir>Contents\MacOS</RemoteDir>
528
                        <Operation>1</Operation>
529
                        <Extensions>.dylib</Extensions>
530
                    </Platform>
7 daniel-mar 531
                    <Platform Name="OSX64">
532
                        <RemoteDir>Contents\MacOS</RemoteDir>
533
                        <Operation>1</Operation>
534
                        <Extensions>.dylib</Extensions>
535
                    </Platform>
11 daniel-mar 536
                    <Platform Name="OSXARM64">
537
                        <RemoteDir>Contents\MacOS</RemoteDir>
538
                        <Operation>1</Operation>
539
                        <Extensions>.dylib</Extensions>
540
                    </Platform>
2 daniel-mar 541
                    <Platform Name="Win32">
542
                        <Operation>0</Operation>
543
                        <Extensions>.bpl</Extensions>
544
                    </Platform>
545
                </DeployClass>
546
                <DeployClass Name="File">
547
                    <Platform Name="Android">
548
                        <Operation>0</Operation>
549
                    </Platform>
7 daniel-mar 550
                    <Platform Name="Android64">
551
                        <Operation>0</Operation>
552
                    </Platform>
2 daniel-mar 553
                    <Platform Name="iOSDevice32">
554
                        <Operation>0</Operation>
555
                    </Platform>
556
                    <Platform Name="iOSDevice64">
557
                        <Operation>0</Operation>
558
                    </Platform>
11 daniel-mar 559
                    <Platform Name="iOSSimARM64">
2 daniel-mar 560
                        <Operation>0</Operation>
561
                    </Platform>
562
                    <Platform Name="OSX32">
563
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
564
                        <Operation>0</Operation>
565
                    </Platform>
7 daniel-mar 566
                    <Platform Name="OSX64">
567
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
568
                        <Operation>0</Operation>
569
                    </Platform>
11 daniel-mar 570
                    <Platform Name="OSXARM64">
571
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
572
                        <Operation>0</Operation>
573
                    </Platform>
2 daniel-mar 574
                    <Platform Name="Win32">
575
                        <Operation>0</Operation>
576
                    </Platform>
577
                </DeployClass>
11 daniel-mar 578
                <DeployClass Name="ProjectAndroidManifest">
579
                    <Platform Name="Android">
2 daniel-mar 580
                        <Operation>1</Operation>
581
                    </Platform>
11 daniel-mar 582
                    <Platform Name="Android64">
2 daniel-mar 583
                        <Operation>1</Operation>
584
                    </Platform>
585
                </DeployClass>
11 daniel-mar 586
                <DeployClass Name="ProjectOSXDebug">
587
                    <Platform Name="OSX64">
588
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
7 daniel-mar 589
                        <Operation>1</Operation>
590
                    </Platform>
11 daniel-mar 591
                    <Platform Name="OSXARM64">
592
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
7 daniel-mar 593
                        <Operation>1</Operation>
594
                    </Platform>
595
                </DeployClass>
11 daniel-mar 596
                <DeployClass Name="ProjectOSXEntitlements">
597
                    <Platform Name="OSX32">
598
                        <RemoteDir>..\</RemoteDir>
2 daniel-mar 599
                        <Operation>1</Operation>
600
                    </Platform>
11 daniel-mar 601
                    <Platform Name="OSX64">
602
                        <RemoteDir>..\</RemoteDir>
2 daniel-mar 603
                        <Operation>1</Operation>
604
                    </Platform>
11 daniel-mar 605
                    <Platform Name="OSXARM64">
606
                        <RemoteDir>..\</RemoteDir>
2 daniel-mar 607
                        <Operation>1</Operation>
608
                    </Platform>
609
                </DeployClass>
11 daniel-mar 610
                <DeployClass Name="ProjectOSXInfoPList">
611
                    <Platform Name="OSX32">
612
                        <RemoteDir>Contents</RemoteDir>
7 daniel-mar 613
                        <Operation>1</Operation>
614
                    </Platform>
11 daniel-mar 615
                    <Platform Name="OSX64">
616
                        <RemoteDir>Contents</RemoteDir>
7 daniel-mar 617
                        <Operation>1</Operation>
618
                    </Platform>
11 daniel-mar 619
                    <Platform Name="OSXARM64">
620
                        <RemoteDir>Contents</RemoteDir>
7 daniel-mar 621
                        <Operation>1</Operation>
622
                    </Platform>
623
                </DeployClass>
11 daniel-mar 624
                <DeployClass Name="ProjectOSXResource">
625
                    <Platform Name="OSX32">
626
                        <RemoteDir>Contents\Resources</RemoteDir>
7 daniel-mar 627
                        <Operation>1</Operation>
628
                    </Platform>
11 daniel-mar 629
                    <Platform Name="OSX64">
630
                        <RemoteDir>Contents\Resources</RemoteDir>
7 daniel-mar 631
                        <Operation>1</Operation>
632
                    </Platform>
11 daniel-mar 633
                    <Platform Name="OSXARM64">
634
                        <RemoteDir>Contents\Resources</RemoteDir>
7 daniel-mar 635
                        <Operation>1</Operation>
636
                    </Platform>
637
                </DeployClass>
11 daniel-mar 638
                <DeployClass Required="true" Name="ProjectOutput">
639
                    <Platform Name="Android">
640
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
7 daniel-mar 641
                        <Operation>1</Operation>
642
                    </Platform>
11 daniel-mar 643
                    <Platform Name="Android64">
644
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
7 daniel-mar 645
                        <Operation>1</Operation>
646
                    </Platform>
2 daniel-mar 647
                    <Platform Name="iOSDevice32">
648
                        <Operation>1</Operation>
649
                    </Platform>
650
                    <Platform Name="iOSDevice64">
651
                        <Operation>1</Operation>
652
                    </Platform>
11 daniel-mar 653
                    <Platform Name="iOSSimARM64">
2 daniel-mar 654
                        <Operation>1</Operation>
655
                    </Platform>
11 daniel-mar 656
                    <Platform Name="Linux64">
7 daniel-mar 657
                        <Operation>1</Operation>
658
                    </Platform>
11 daniel-mar 659
                    <Platform Name="OSX32">
660
                        <RemoteDir>Contents\MacOS</RemoteDir>
7 daniel-mar 661
                        <Operation>1</Operation>
662
                    </Platform>
11 daniel-mar 663
                    <Platform Name="OSX64">
664
                        <RemoteDir>Contents\MacOS</RemoteDir>
7 daniel-mar 665
                        <Operation>1</Operation>
666
                    </Platform>
11 daniel-mar 667
                    <Platform Name="OSXARM64">
668
                        <RemoteDir>Contents\MacOS</RemoteDir>
7 daniel-mar 669
                        <Operation>1</Operation>
670
                    </Platform>
11 daniel-mar 671
                    <Platform Name="Win32">
672
                        <Operation>0</Operation>
7 daniel-mar 673
                    </Platform>
11 daniel-mar 674
                </DeployClass>
675
                <DeployClass Name="ProjectOutput_Android32">
676
                    <Platform Name="Android64">
677
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
7 daniel-mar 678
                        <Operation>1</Operation>
679
                    </Platform>
680
                </DeployClass>
11 daniel-mar 681
                <DeployClass Name="ProjectUWPManifest">
682
                    <Platform Name="Win32">
7 daniel-mar 683
                        <Operation>1</Operation>
684
                    </Platform>
11 daniel-mar 685
                    <Platform Name="Win64">
7 daniel-mar 686
                        <Operation>1</Operation>
687
                    </Platform>
688
                </DeployClass>
11 daniel-mar 689
                <DeployClass Name="ProjectiOSDeviceDebug">
7 daniel-mar 690
                    <Platform Name="iOSDevice32">
11 daniel-mar 691
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
7 daniel-mar 692
                        <Operation>1</Operation>
693
                    </Platform>
694
                    <Platform Name="iOSDevice64">
11 daniel-mar 695
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
7 daniel-mar 696
                        <Operation>1</Operation>
697
                    </Platform>
11 daniel-mar 698
                    <Platform Name="iOSSimARM64">
699
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
7 daniel-mar 700
                        <Operation>1</Operation>
701
                    </Platform>
702
                </DeployClass>
11 daniel-mar 703
                <DeployClass Name="ProjectiOSEntitlements">
7 daniel-mar 704
                    <Platform Name="iOSDevice32">
11 daniel-mar 705
                        <RemoteDir>..\</RemoteDir>
7 daniel-mar 706
                        <Operation>1</Operation>
707
                    </Platform>
708
                    <Platform Name="iOSDevice64">
11 daniel-mar 709
                        <RemoteDir>..\</RemoteDir>
7 daniel-mar 710
                        <Operation>1</Operation>
711
                    </Platform>
11 daniel-mar 712
                    <Platform Name="iOSSimARM64">
713
                        <RemoteDir>..\</RemoteDir>
7 daniel-mar 714
                        <Operation>1</Operation>
715
                    </Platform>
716
                </DeployClass>
11 daniel-mar 717
                <DeployClass Name="ProjectiOSInfoPList">
2 daniel-mar 718
                    <Platform Name="iOSDevice32">
719
                        <Operation>1</Operation>
720
                    </Platform>
721
                    <Platform Name="iOSDevice64">
722
                        <Operation>1</Operation>
723
                    </Platform>
11 daniel-mar 724
                    <Platform Name="iOSSimARM64">
2 daniel-mar 725
                        <Operation>1</Operation>
726
                    </Platform>
727
                </DeployClass>
11 daniel-mar 728
                <DeployClass Name="ProjectiOSLaunchScreen">
7 daniel-mar 729
                    <Platform Name="iOSDevice64">
11 daniel-mar 730
                        <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
731
                        <Operation>64</Operation>
7 daniel-mar 732
                    </Platform>
11 daniel-mar 733
                    <Platform Name="iOSSimARM64">
734
                        <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
735
                        <Operation>64</Operation>
7 daniel-mar 736
                    </Platform>
737
                </DeployClass>
11 daniel-mar 738
                <DeployClass Name="ProjectiOSResource">
7 daniel-mar 739
                    <Platform Name="iOSDevice32">
740
                        <Operation>1</Operation>
741
                    </Platform>
742
                    <Platform Name="iOSDevice64">
743
                        <Operation>1</Operation>
744
                    </Platform>
11 daniel-mar 745
                    <Platform Name="iOSSimARM64">
7 daniel-mar 746
                        <Operation>1</Operation>
747
                    </Platform>
748
                </DeployClass>
11 daniel-mar 749
                <DeployClass Name="UWP_DelphiLogo150">
750
                    <Platform Name="Win32">
751
                        <RemoteDir>Assets</RemoteDir>
7 daniel-mar 752
                        <Operation>1</Operation>
753
                    </Platform>
11 daniel-mar 754
                    <Platform Name="Win64">
755
                        <RemoteDir>Assets</RemoteDir>
7 daniel-mar 756
                        <Operation>1</Operation>
757
                    </Platform>
758
                </DeployClass>
11 daniel-mar 759
                <DeployClass Name="UWP_DelphiLogo44">
760
                    <Platform Name="Win32">
761
                        <RemoteDir>Assets</RemoteDir>
7 daniel-mar 762
                        <Operation>1</Operation>
763
                    </Platform>
11 daniel-mar 764
                    <Platform Name="Win64">
765
                        <RemoteDir>Assets</RemoteDir>
7 daniel-mar 766
                        <Operation>1</Operation>
767
                    </Platform>
768
                </DeployClass>
11 daniel-mar 769
                <DeployClass Name="iOS_AppStore1024">
7 daniel-mar 770
                    <Platform Name="iOSDevice64">
11 daniel-mar 771
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
7 daniel-mar 772
                        <Operation>1</Operation>
773
                    </Platform>
11 daniel-mar 774
                    <Platform Name="iOSSimARM64">
775
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
7 daniel-mar 776
                        <Operation>1</Operation>
777
                    </Platform>
778
                </DeployClass>
11 daniel-mar 779
                <DeployClass Name="iPad_AppIcon152">
7 daniel-mar 780
                    <Platform Name="iOSDevice64">
11 daniel-mar 781
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
7 daniel-mar 782
                        <Operation>1</Operation>
783
                    </Platform>
11 daniel-mar 784
                    <Platform Name="iOSSimARM64">
785
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
7 daniel-mar 786
                        <Operation>1</Operation>
787
                    </Platform>
788
                </DeployClass>
11 daniel-mar 789
                <DeployClass Name="iPad_AppIcon167">
7 daniel-mar 790
                    <Platform Name="iOSDevice64">
11 daniel-mar 791
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
7 daniel-mar 792
                        <Operation>1</Operation>
793
                    </Platform>
11 daniel-mar 794
                    <Platform Name="iOSSimARM64">
795
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
7 daniel-mar 796
                        <Operation>1</Operation>
797
                    </Platform>
798
                </DeployClass>
11 daniel-mar 799
                <DeployClass Name="iPad_Launch2x">
7 daniel-mar 800
                    <Platform Name="iOSDevice64">
11 daniel-mar 801
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
7 daniel-mar 802
                        <Operation>1</Operation>
803
                    </Platform>
11 daniel-mar 804
                    <Platform Name="iOSSimARM64">
805
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
7 daniel-mar 806
                        <Operation>1</Operation>
807
                    </Platform>
808
                </DeployClass>
11 daniel-mar 809
                <DeployClass Name="iPad_LaunchDark2x">
7 daniel-mar 810
                    <Platform Name="iOSDevice64">
11 daniel-mar 811
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
7 daniel-mar 812
                        <Operation>1</Operation>
813
                    </Platform>
11 daniel-mar 814
                    <Platform Name="iOSSimARM64">
815
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
7 daniel-mar 816
                        <Operation>1</Operation>
817
                    </Platform>
818
                </DeployClass>
11 daniel-mar 819
                <DeployClass Name="iPad_Notification40">
7 daniel-mar 820
                    <Platform Name="iOSDevice64">
11 daniel-mar 821
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
7 daniel-mar 822
                        <Operation>1</Operation>
823
                    </Platform>
11 daniel-mar 824
                    <Platform Name="iOSSimARM64">
825
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
7 daniel-mar 826
                        <Operation>1</Operation>
827
                    </Platform>
828
                </DeployClass>
11 daniel-mar 829
                <DeployClass Name="iPad_Setting58">
2 daniel-mar 830
                    <Platform Name="iOSDevice64">
11 daniel-mar 831
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 832
                        <Operation>1</Operation>
833
                    </Platform>
11 daniel-mar 834
                    <Platform Name="iOSSimARM64">
835
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 836
                        <Operation>1</Operation>
837
                    </Platform>
838
                </DeployClass>
11 daniel-mar 839
                <DeployClass Name="iPad_SpotLight80">
2 daniel-mar 840
                    <Platform Name="iOSDevice64">
11 daniel-mar 841
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 842
                        <Operation>1</Operation>
843
                    </Platform>
11 daniel-mar 844
                    <Platform Name="iOSSimARM64">
845
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 846
                        <Operation>1</Operation>
847
                    </Platform>
848
                </DeployClass>
11 daniel-mar 849
                <DeployClass Name="iPhone_AppIcon120">
2 daniel-mar 850
                    <Platform Name="iOSDevice64">
11 daniel-mar 851
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 852
                        <Operation>1</Operation>
853
                    </Platform>
11 daniel-mar 854
                    <Platform Name="iOSSimARM64">
855
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 856
                        <Operation>1</Operation>
857
                    </Platform>
858
                </DeployClass>
11 daniel-mar 859
                <DeployClass Name="iPhone_AppIcon180">
7 daniel-mar 860
                    <Platform Name="iOSDevice64">
11 daniel-mar 861
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
7 daniel-mar 862
                        <Operation>1</Operation>
863
                    </Platform>
11 daniel-mar 864
                    <Platform Name="iOSSimARM64">
865
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
7 daniel-mar 866
                        <Operation>1</Operation>
867
                    </Platform>
868
                </DeployClass>
11 daniel-mar 869
                <DeployClass Name="iPhone_Launch2x">
7 daniel-mar 870
                    <Platform Name="iOSDevice64">
11 daniel-mar 871
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
7 daniel-mar 872
                        <Operation>1</Operation>
873
                    </Platform>
11 daniel-mar 874
                    <Platform Name="iOSSimARM64">
875
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
7 daniel-mar 876
                        <Operation>1</Operation>
877
                    </Platform>
878
                </DeployClass>
11 daniel-mar 879
                <DeployClass Name="iPhone_Launch3x">
880
                    <Platform Name="iOSDevice64">
881
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
2 daniel-mar 882
                        <Operation>1</Operation>
883
                    </Platform>
11 daniel-mar 884
                    <Platform Name="iOSSimARM64">
885
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
7 daniel-mar 886
                        <Operation>1</Operation>
887
                    </Platform>
2 daniel-mar 888
                </DeployClass>
11 daniel-mar 889
                <DeployClass Name="iPhone_LaunchDark2x">
890
                    <Platform Name="iOSDevice64">
891
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
2 daniel-mar 892
                        <Operation>1</Operation>
893
                    </Platform>
11 daniel-mar 894
                    <Platform Name="iOSSimARM64">
895
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
2 daniel-mar 896
                        <Operation>1</Operation>
897
                    </Platform>
898
                </DeployClass>
11 daniel-mar 899
                <DeployClass Name="iPhone_LaunchDark3x">
2 daniel-mar 900
                    <Platform Name="iOSDevice64">
11 daniel-mar 901
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
2 daniel-mar 902
                        <Operation>1</Operation>
903
                    </Platform>
11 daniel-mar 904
                    <Platform Name="iOSSimARM64">
905
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
2 daniel-mar 906
                        <Operation>1</Operation>
907
                    </Platform>
908
                </DeployClass>
11 daniel-mar 909
                <DeployClass Name="iPhone_Notification40">
2 daniel-mar 910
                    <Platform Name="iOSDevice64">
11 daniel-mar 911
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 912
                        <Operation>1</Operation>
913
                    </Platform>
11 daniel-mar 914
                    <Platform Name="iOSSimARM64">
915
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 916
                        <Operation>1</Operation>
917
                    </Platform>
918
                </DeployClass>
11 daniel-mar 919
                <DeployClass Name="iPhone_Notification60">
2 daniel-mar 920
                    <Platform Name="iOSDevice64">
11 daniel-mar 921
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 922
                        <Operation>1</Operation>
923
                    </Platform>
11 daniel-mar 924
                    <Platform Name="iOSSimARM64">
925
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 926
                        <Operation>1</Operation>
927
                    </Platform>
928
                </DeployClass>
11 daniel-mar 929
                <DeployClass Name="iPhone_Setting58">
930
                    <Platform Name="iOSDevice64">
931
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
7 daniel-mar 932
                        <Operation>1</Operation>
933
                    </Platform>
11 daniel-mar 934
                    <Platform Name="iOSSimARM64">
935
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 936
                        <Operation>1</Operation>
937
                    </Platform>
938
                </DeployClass>
11 daniel-mar 939
                <DeployClass Name="iPhone_Setting87">
940
                    <Platform Name="iOSDevice64">
941
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 942
                        <Operation>1</Operation>
943
                    </Platform>
11 daniel-mar 944
                    <Platform Name="iOSSimARM64">
945
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
7 daniel-mar 946
                        <Operation>1</Operation>
947
                    </Platform>
2 daniel-mar 948
                </DeployClass>
11 daniel-mar 949
                <DeployClass Name="iPhone_Spotlight120">
950
                    <Platform Name="iOSDevice64">
951
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 952
                        <Operation>1</Operation>
953
                    </Platform>
11 daniel-mar 954
                    <Platform Name="iOSSimARM64">
955
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
7 daniel-mar 956
                        <Operation>1</Operation>
957
                    </Platform>
2 daniel-mar 958
                </DeployClass>
11 daniel-mar 959
                <DeployClass Name="iPhone_Spotlight80">
2 daniel-mar 960
                    <Platform Name="iOSDevice64">
11 daniel-mar 961
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 962
                        <Operation>1</Operation>
963
                    </Platform>
11 daniel-mar 964
                    <Platform Name="iOSSimARM64">
965
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
2 daniel-mar 966
                        <Operation>1</Operation>
967
                    </Platform>
968
                </DeployClass>
11 daniel-mar 969
                <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
970
                <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
971
                <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
2 daniel-mar 972
                <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
11 daniel-mar 973
                <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
974
                <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
2 daniel-mar 975
                <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
976
                <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
7 daniel-mar 977
                <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
11 daniel-mar 978
                <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
979
                <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
980
                <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
2 daniel-mar 981
            </Deployment>
982
            <Platforms>
983
                <Platform value="Win32">True</Platform>
984
                <Platform value="Win64">False</Platform>
985
            </Platforms>
986
        </BorlandProject>
987
        <ProjectFileVersion>12</ProjectFileVersion>
988
    </ProjectExtensions>
989
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
990
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
991
    <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
992
</Project>