Subversion Repositories indexer_suite

Rev

Rev 7 | Go to most recent revision | 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>
7 daniel-mar 4
        <ProjectVersion>18.8</ProjectVersion>
2 daniel-mar 5
        <FrameworkType>VCL</FrameworkType>
6
        <MainSource>VtsFileIndexerSuite.dpr</MainSource>
7
        <Base>True</Base>
10 daniel-mar 8
        <Config Condition="'$(Config)'==''">Debug</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="Release">
132
            <Key>Cfg_2</Key>
133
            <CfgParent>Base</CfgParent>
134
        </BuildConfiguration>
135
        <BuildConfiguration Include="Base">
136
            <Key>Base</Key>
137
        </BuildConfiguration>
138
        <BuildConfiguration Include="Debug">
139
            <Key>Cfg_1</Key>
140
            <CfgParent>Base</CfgParent>
141
        </BuildConfiguration>
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>
156
            <Deployment Version="3">
157
                <DeployFile LocalName="VtsFileIndexerSuite.exe" Configuration="Debug" Class="ProjectOutput">
158
                    <Platform Name="Win32">
159
                        <RemoteName>VtsFileIndexerSuite.exe</RemoteName>
160
                        <Overwrite>true</Overwrite>
161
                    </Platform>
162
                </DeployFile>
163
                <DeployClass Name="AdditionalDebugSymbols">
164
                    <Platform Name="iOSSimulator">
165
                        <Operation>1</Operation>
166
                    </Platform>
167
                    <Platform Name="OSX32">
168
                        <RemoteDir>Contents\MacOS</RemoteDir>
169
                        <Operation>1</Operation>
170
                    </Platform>
171
                    <Platform Name="Win32">
172
                        <Operation>0</Operation>
173
                    </Platform>
174
                </DeployClass>
175
                <DeployClass Name="AndroidClassesDexFile">
176
                    <Platform Name="Android">
177
                        <RemoteDir>classes</RemoteDir>
178
                        <Operation>1</Operation>
179
                    </Platform>
7 daniel-mar 180
                    <Platform Name="Android64">
181
                        <RemoteDir>classes</RemoteDir>
182
                        <Operation>1</Operation>
183
                    </Platform>
2 daniel-mar 184
                </DeployClass>
7 daniel-mar 185
                <DeployClass Name="AndroidFileProvider">
186
                    <Platform Name="Android">
187
                        <RemoteDir>res\xml</RemoteDir>
188
                        <Operation>1</Operation>
189
                    </Platform>
190
                    <Platform Name="Android64">
191
                        <RemoteDir>res\xml</RemoteDir>
192
                        <Operation>1</Operation>
193
                    </Platform>
194
                </DeployClass>
2 daniel-mar 195
                <DeployClass Name="AndroidGDBServer">
196
                    <Platform Name="Android">
197
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
198
                        <Operation>1</Operation>
199
                    </Platform>
200
                </DeployClass>
201
                <DeployClass Name="AndroidLibnativeArmeabiFile">
202
                    <Platform Name="Android">
203
                        <RemoteDir>library\lib\armeabi</RemoteDir>
204
                        <Operation>1</Operation>
205
                    </Platform>
7 daniel-mar 206
                    <Platform Name="Android64">
207
                        <RemoteDir>library\lib\armeabi</RemoteDir>
208
                        <Operation>1</Operation>
209
                    </Platform>
2 daniel-mar 210
                </DeployClass>
7 daniel-mar 211
                <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
212
                    <Platform Name="Android64">
213
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
214
                        <Operation>1</Operation>
215
                    </Platform>
216
                </DeployClass>
2 daniel-mar 217
                <DeployClass Name="AndroidLibnativeMipsFile">
218
                    <Platform Name="Android">
219
                        <RemoteDir>library\lib\mips</RemoteDir>
220
                        <Operation>1</Operation>
221
                    </Platform>
7 daniel-mar 222
                    <Platform Name="Android64">
223
                        <RemoteDir>library\lib\mips</RemoteDir>
224
                        <Operation>1</Operation>
225
                    </Platform>
2 daniel-mar 226
                </DeployClass>
227
                <DeployClass Name="AndroidServiceOutput">
228
                    <Platform Name="Android">
229
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
230
                        <Operation>1</Operation>
231
                    </Platform>
7 daniel-mar 232
                    <Platform Name="Android64">
233
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
234
                        <Operation>1</Operation>
235
                    </Platform>
2 daniel-mar 236
                </DeployClass>
7 daniel-mar 237
                <DeployClass Name="AndroidServiceOutput_Android32">
238
                    <Platform Name="Android64">
239
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
240
                        <Operation>1</Operation>
241
                    </Platform>
242
                </DeployClass>
2 daniel-mar 243
                <DeployClass Name="AndroidSplashImageDef">
244
                    <Platform Name="Android">
245
                        <RemoteDir>res\drawable</RemoteDir>
246
                        <Operation>1</Operation>
247
                    </Platform>
7 daniel-mar 248
                    <Platform Name="Android64">
249
                        <RemoteDir>res\drawable</RemoteDir>
250
                        <Operation>1</Operation>
251
                    </Platform>
2 daniel-mar 252
                </DeployClass>
253
                <DeployClass Name="AndroidSplashStyles">
254
                    <Platform Name="Android">
255
                        <RemoteDir>res\values</RemoteDir>
256
                        <Operation>1</Operation>
257
                    </Platform>
7 daniel-mar 258
                    <Platform Name="Android64">
259
                        <RemoteDir>res\values</RemoteDir>
260
                        <Operation>1</Operation>
261
                    </Platform>
2 daniel-mar 262
                </DeployClass>
7 daniel-mar 263
                <DeployClass Name="AndroidSplashStylesV21">
264
                    <Platform Name="Android">
265
                        <RemoteDir>res\values-v21</RemoteDir>
266
                        <Operation>1</Operation>
267
                    </Platform>
268
                    <Platform Name="Android64">
269
                        <RemoteDir>res\values-v21</RemoteDir>
270
                        <Operation>1</Operation>
271
                    </Platform>
272
                </DeployClass>
273
                <DeployClass Name="Android_Colors">
274
                    <Platform Name="Android">
275
                        <RemoteDir>res\values</RemoteDir>
276
                        <Operation>1</Operation>
277
                    </Platform>
278
                    <Platform Name="Android64">
279
                        <RemoteDir>res\values</RemoteDir>
280
                        <Operation>1</Operation>
281
                    </Platform>
282
                </DeployClass>
2 daniel-mar 283
                <DeployClass Name="Android_DefaultAppIcon">
284
                    <Platform Name="Android">
285
                        <RemoteDir>res\drawable</RemoteDir>
286
                        <Operation>1</Operation>
287
                    </Platform>
7 daniel-mar 288
                    <Platform Name="Android64">
289
                        <RemoteDir>res\drawable</RemoteDir>
290
                        <Operation>1</Operation>
291
                    </Platform>
2 daniel-mar 292
                </DeployClass>
293
                <DeployClass Name="Android_LauncherIcon144">
294
                    <Platform Name="Android">
295
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
296
                        <Operation>1</Operation>
297
                    </Platform>
7 daniel-mar 298
                    <Platform Name="Android64">
299
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
300
                        <Operation>1</Operation>
301
                    </Platform>
2 daniel-mar 302
                </DeployClass>
303
                <DeployClass Name="Android_LauncherIcon36">
304
                    <Platform Name="Android">
305
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
306
                        <Operation>1</Operation>
307
                    </Platform>
7 daniel-mar 308
                    <Platform Name="Android64">
309
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
310
                        <Operation>1</Operation>
311
                    </Platform>
2 daniel-mar 312
                </DeployClass>
313
                <DeployClass Name="Android_LauncherIcon48">
314
                    <Platform Name="Android">
315
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
316
                        <Operation>1</Operation>
317
                    </Platform>
7 daniel-mar 318
                    <Platform Name="Android64">
319
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
320
                        <Operation>1</Operation>
321
                    </Platform>
2 daniel-mar 322
                </DeployClass>
323
                <DeployClass Name="Android_LauncherIcon72">
324
                    <Platform Name="Android">
325
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
326
                        <Operation>1</Operation>
327
                    </Platform>
7 daniel-mar 328
                    <Platform Name="Android64">
329
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
330
                        <Operation>1</Operation>
331
                    </Platform>
2 daniel-mar 332
                </DeployClass>
333
                <DeployClass Name="Android_LauncherIcon96">
334
                    <Platform Name="Android">
335
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
336
                        <Operation>1</Operation>
337
                    </Platform>
7 daniel-mar 338
                    <Platform Name="Android64">
339
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
340
                        <Operation>1</Operation>
341
                    </Platform>
2 daniel-mar 342
                </DeployClass>
7 daniel-mar 343
                <DeployClass Name="Android_NotificationIcon24">
344
                    <Platform Name="Android">
345
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
346
                        <Operation>1</Operation>
347
                    </Platform>
348
                    <Platform Name="Android64">
349
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
350
                        <Operation>1</Operation>
351
                    </Platform>
352
                </DeployClass>
353
                <DeployClass Name="Android_NotificationIcon36">
354
                    <Platform Name="Android">
355
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
356
                        <Operation>1</Operation>
357
                    </Platform>
358
                    <Platform Name="Android64">
359
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
360
                        <Operation>1</Operation>
361
                    </Platform>
362
                </DeployClass>
363
                <DeployClass Name="Android_NotificationIcon48">
364
                    <Platform Name="Android">
365
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
366
                        <Operation>1</Operation>
367
                    </Platform>
368
                    <Platform Name="Android64">
369
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
370
                        <Operation>1</Operation>
371
                    </Platform>
372
                </DeployClass>
373
                <DeployClass Name="Android_NotificationIcon72">
374
                    <Platform Name="Android">
375
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
376
                        <Operation>1</Operation>
377
                    </Platform>
378
                    <Platform Name="Android64">
379
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
380
                        <Operation>1</Operation>
381
                    </Platform>
382
                </DeployClass>
383
                <DeployClass Name="Android_NotificationIcon96">
384
                    <Platform Name="Android">
385
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
386
                        <Operation>1</Operation>
387
                    </Platform>
388
                    <Platform Name="Android64">
389
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
390
                        <Operation>1</Operation>
391
                    </Platform>
392
                </DeployClass>
2 daniel-mar 393
                <DeployClass Name="Android_SplashImage426">
394
                    <Platform Name="Android">
395
                        <RemoteDir>res\drawable-small</RemoteDir>
396
                        <Operation>1</Operation>
397
                    </Platform>
7 daniel-mar 398
                    <Platform Name="Android64">
399
                        <RemoteDir>res\drawable-small</RemoteDir>
400
                        <Operation>1</Operation>
401
                    </Platform>
2 daniel-mar 402
                </DeployClass>
403
                <DeployClass Name="Android_SplashImage470">
404
                    <Platform Name="Android">
405
                        <RemoteDir>res\drawable-normal</RemoteDir>
406
                        <Operation>1</Operation>
407
                    </Platform>
7 daniel-mar 408
                    <Platform Name="Android64">
409
                        <RemoteDir>res\drawable-normal</RemoteDir>
410
                        <Operation>1</Operation>
411
                    </Platform>
2 daniel-mar 412
                </DeployClass>
413
                <DeployClass Name="Android_SplashImage640">
414
                    <Platform Name="Android">
415
                        <RemoteDir>res\drawable-large</RemoteDir>
416
                        <Operation>1</Operation>
417
                    </Platform>
7 daniel-mar 418
                    <Platform Name="Android64">
419
                        <RemoteDir>res\drawable-large</RemoteDir>
420
                        <Operation>1</Operation>
421
                    </Platform>
2 daniel-mar 422
                </DeployClass>
423
                <DeployClass Name="Android_SplashImage960">
424
                    <Platform Name="Android">
425
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
426
                        <Operation>1</Operation>
427
                    </Platform>
7 daniel-mar 428
                    <Platform Name="Android64">
429
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
430
                        <Operation>1</Operation>
431
                    </Platform>
2 daniel-mar 432
                </DeployClass>
7 daniel-mar 433
                <DeployClass Name="Android_Strings">
434
                    <Platform Name="Android">
435
                        <RemoteDir>res\values</RemoteDir>
436
                        <Operation>1</Operation>
437
                    </Platform>
438
                    <Platform Name="Android64">
439
                        <RemoteDir>res\values</RemoteDir>
440
                        <Operation>1</Operation>
441
                    </Platform>
442
                </DeployClass>
2 daniel-mar 443
                <DeployClass Name="DebugSymbols">
444
                    <Platform Name="iOSSimulator">
445
                        <Operation>1</Operation>
446
                    </Platform>
447
                    <Platform Name="OSX32">
448
                        <RemoteDir>Contents\MacOS</RemoteDir>
449
                        <Operation>1</Operation>
450
                    </Platform>
451
                    <Platform Name="Win32">
452
                        <Operation>0</Operation>
453
                    </Platform>
454
                </DeployClass>
455
                <DeployClass Name="DependencyFramework">
456
                    <Platform Name="OSX32">
457
                        <RemoteDir>Contents\MacOS</RemoteDir>
458
                        <Operation>1</Operation>
459
                        <Extensions>.framework</Extensions>
460
                    </Platform>
7 daniel-mar 461
                    <Platform Name="OSX64">
462
                        <RemoteDir>Contents\MacOS</RemoteDir>
463
                        <Operation>1</Operation>
464
                        <Extensions>.framework</Extensions>
465
                    </Platform>
2 daniel-mar 466
                    <Platform Name="Win32">
467
                        <Operation>0</Operation>
468
                    </Platform>
469
                </DeployClass>
470
                <DeployClass Name="DependencyModule">
471
                    <Platform Name="iOSDevice32">
472
                        <Operation>1</Operation>
473
                        <Extensions>.dylib</Extensions>
474
                    </Platform>
475
                    <Platform Name="iOSDevice64">
476
                        <Operation>1</Operation>
477
                        <Extensions>.dylib</Extensions>
478
                    </Platform>
479
                    <Platform Name="iOSSimulator">
480
                        <Operation>1</Operation>
481
                        <Extensions>.dylib</Extensions>
482
                    </Platform>
483
                    <Platform Name="OSX32">
484
                        <RemoteDir>Contents\MacOS</RemoteDir>
485
                        <Operation>1</Operation>
486
                        <Extensions>.dylib</Extensions>
487
                    </Platform>
7 daniel-mar 488
                    <Platform Name="OSX64">
489
                        <RemoteDir>Contents\MacOS</RemoteDir>
490
                        <Operation>1</Operation>
491
                        <Extensions>.dylib</Extensions>
492
                    </Platform>
2 daniel-mar 493
                    <Platform Name="Win32">
494
                        <Operation>0</Operation>
495
                        <Extensions>.dll;.bpl</Extensions>
496
                    </Platform>
497
                </DeployClass>
498
                <DeployClass Required="true" Name="DependencyPackage">
499
                    <Platform Name="iOSDevice32">
500
                        <Operation>1</Operation>
501
                        <Extensions>.dylib</Extensions>
502
                    </Platform>
503
                    <Platform Name="iOSDevice64">
504
                        <Operation>1</Operation>
505
                        <Extensions>.dylib</Extensions>
506
                    </Platform>
507
                    <Platform Name="iOSSimulator">
508
                        <Operation>1</Operation>
509
                        <Extensions>.dylib</Extensions>
510
                    </Platform>
511
                    <Platform Name="OSX32">
512
                        <RemoteDir>Contents\MacOS</RemoteDir>
513
                        <Operation>1</Operation>
514
                        <Extensions>.dylib</Extensions>
515
                    </Platform>
7 daniel-mar 516
                    <Platform Name="OSX64">
517
                        <RemoteDir>Contents\MacOS</RemoteDir>
518
                        <Operation>1</Operation>
519
                        <Extensions>.dylib</Extensions>
520
                    </Platform>
2 daniel-mar 521
                    <Platform Name="Win32">
522
                        <Operation>0</Operation>
523
                        <Extensions>.bpl</Extensions>
524
                    </Platform>
525
                </DeployClass>
526
                <DeployClass Name="File">
527
                    <Platform Name="Android">
528
                        <Operation>0</Operation>
529
                    </Platform>
7 daniel-mar 530
                    <Platform Name="Android64">
531
                        <Operation>0</Operation>
532
                    </Platform>
2 daniel-mar 533
                    <Platform Name="iOSDevice32">
534
                        <Operation>0</Operation>
535
                    </Platform>
536
                    <Platform Name="iOSDevice64">
537
                        <Operation>0</Operation>
538
                    </Platform>
539
                    <Platform Name="iOSSimulator">
540
                        <Operation>0</Operation>
541
                    </Platform>
542
                    <Platform Name="OSX32">
543
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
544
                        <Operation>0</Operation>
545
                    </Platform>
7 daniel-mar 546
                    <Platform Name="OSX64">
547
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
548
                        <Operation>0</Operation>
549
                    </Platform>
2 daniel-mar 550
                    <Platform Name="Win32">
551
                        <Operation>0</Operation>
552
                    </Platform>
553
                </DeployClass>
554
                <DeployClass Name="iPad_Launch1024">
555
                    <Platform Name="iOSDevice32">
556
                        <Operation>1</Operation>
557
                    </Platform>
558
                    <Platform Name="iOSDevice64">
559
                        <Operation>1</Operation>
560
                    </Platform>
561
                    <Platform Name="iOSSimulator">
562
                        <Operation>1</Operation>
563
                    </Platform>
564
                </DeployClass>
7 daniel-mar 565
                <DeployClass Name="iPad_Launch1024x768">
566
                    <Platform Name="iOSDevice32">
567
                        <Operation>1</Operation>
568
                    </Platform>
569
                    <Platform Name="iOSDevice64">
570
                        <Operation>1</Operation>
571
                    </Platform>
572
                    <Platform Name="iOSSimulator">
573
                        <Operation>1</Operation>
574
                    </Platform>
575
                </DeployClass>
2 daniel-mar 576
                <DeployClass Name="iPad_Launch1536">
577
                    <Platform Name="iOSDevice32">
578
                        <Operation>1</Operation>
579
                    </Platform>
580
                    <Platform Name="iOSDevice64">
581
                        <Operation>1</Operation>
582
                    </Platform>
583
                    <Platform Name="iOSSimulator">
584
                        <Operation>1</Operation>
585
                    </Platform>
586
                </DeployClass>
7 daniel-mar 587
                <DeployClass Name="iPad_Launch1536x2048">
588
                    <Platform Name="iOSDevice32">
589
                        <Operation>1</Operation>
590
                    </Platform>
591
                    <Platform Name="iOSDevice64">
592
                        <Operation>1</Operation>
593
                    </Platform>
594
                    <Platform Name="iOSSimulator">
595
                        <Operation>1</Operation>
596
                    </Platform>
597
                </DeployClass>
598
                <DeployClass Name="iPad_Launch1668">
599
                    <Platform Name="iOSDevice32">
600
                        <Operation>1</Operation>
601
                    </Platform>
602
                    <Platform Name="iOSDevice64">
603
                        <Operation>1</Operation>
604
                    </Platform>
605
                    <Platform Name="iOSSimulator">
606
                        <Operation>1</Operation>
607
                    </Platform>
608
                </DeployClass>
609
                <DeployClass Name="iPad_Launch1668x2388">
610
                    <Platform Name="iOSDevice32">
611
                        <Operation>1</Operation>
612
                    </Platform>
613
                    <Platform Name="iOSDevice64">
614
                        <Operation>1</Operation>
615
                    </Platform>
616
                    <Platform Name="iOSSimulator">
617
                        <Operation>1</Operation>
618
                    </Platform>
619
                </DeployClass>
2 daniel-mar 620
                <DeployClass Name="iPad_Launch2048">
621
                    <Platform Name="iOSDevice32">
622
                        <Operation>1</Operation>
623
                    </Platform>
624
                    <Platform Name="iOSDevice64">
625
                        <Operation>1</Operation>
626
                    </Platform>
627
                    <Platform Name="iOSSimulator">
628
                        <Operation>1</Operation>
629
                    </Platform>
630
                </DeployClass>
7 daniel-mar 631
                <DeployClass Name="iPad_Launch2048x1536">
632
                    <Platform Name="iOSDevice32">
633
                        <Operation>1</Operation>
634
                    </Platform>
635
                    <Platform Name="iOSDevice64">
636
                        <Operation>1</Operation>
637
                    </Platform>
638
                    <Platform Name="iOSSimulator">
639
                        <Operation>1</Operation>
640
                    </Platform>
641
                </DeployClass>
642
                <DeployClass Name="iPad_Launch2048x2732">
643
                    <Platform Name="iOSDevice32">
644
                        <Operation>1</Operation>
645
                    </Platform>
646
                    <Platform Name="iOSDevice64">
647
                        <Operation>1</Operation>
648
                    </Platform>
649
                    <Platform Name="iOSSimulator">
650
                        <Operation>1</Operation>
651
                    </Platform>
652
                </DeployClass>
653
                <DeployClass Name="iPad_Launch2224">
654
                    <Platform Name="iOSDevice32">
655
                        <Operation>1</Operation>
656
                    </Platform>
657
                    <Platform Name="iOSDevice64">
658
                        <Operation>1</Operation>
659
                    </Platform>
660
                    <Platform Name="iOSSimulator">
661
                        <Operation>1</Operation>
662
                    </Platform>
663
                </DeployClass>
664
                <DeployClass Name="iPad_Launch2388x1668">
665
                    <Platform Name="iOSDevice32">
666
                        <Operation>1</Operation>
667
                    </Platform>
668
                    <Platform Name="iOSDevice64">
669
                        <Operation>1</Operation>
670
                    </Platform>
671
                    <Platform Name="iOSSimulator">
672
                        <Operation>1</Operation>
673
                    </Platform>
674
                </DeployClass>
675
                <DeployClass Name="iPad_Launch2732x2048">
676
                    <Platform Name="iOSDevice32">
677
                        <Operation>1</Operation>
678
                    </Platform>
679
                    <Platform Name="iOSDevice64">
680
                        <Operation>1</Operation>
681
                    </Platform>
682
                    <Platform Name="iOSSimulator">
683
                        <Operation>1</Operation>
684
                    </Platform>
685
                </DeployClass>
2 daniel-mar 686
                <DeployClass Name="iPad_Launch768">
687
                    <Platform Name="iOSDevice32">
688
                        <Operation>1</Operation>
689
                    </Platform>
690
                    <Platform Name="iOSDevice64">
691
                        <Operation>1</Operation>
692
                    </Platform>
693
                    <Platform Name="iOSSimulator">
694
                        <Operation>1</Operation>
695
                    </Platform>
696
                </DeployClass>
7 daniel-mar 697
                <DeployClass Name="iPad_Launch768x1024">
698
                    <Platform Name="iOSDevice32">
699
                        <Operation>1</Operation>
700
                    </Platform>
701
                    <Platform Name="iOSDevice64">
702
                        <Operation>1</Operation>
703
                    </Platform>
704
                    <Platform Name="iOSSimulator">
705
                        <Operation>1</Operation>
706
                    </Platform>
707
                </DeployClass>
708
                <DeployClass Name="iPhone_Launch1125">
709
                    <Platform Name="iOSDevice32">
710
                        <Operation>1</Operation>
711
                    </Platform>
712
                    <Platform Name="iOSDevice64">
713
                        <Operation>1</Operation>
714
                    </Platform>
715
                    <Platform Name="iOSSimulator">
716
                        <Operation>1</Operation>
717
                    </Platform>
718
                </DeployClass>
719
                <DeployClass Name="iPhone_Launch1136x640">
720
                    <Platform Name="iOSDevice32">
721
                        <Operation>1</Operation>
722
                    </Platform>
723
                    <Platform Name="iOSDevice64">
724
                        <Operation>1</Operation>
725
                    </Platform>
726
                    <Platform Name="iOSSimulator">
727
                        <Operation>1</Operation>
728
                    </Platform>
729
                </DeployClass>
730
                <DeployClass Name="iPhone_Launch1242">
731
                    <Platform Name="iOSDevice32">
732
                        <Operation>1</Operation>
733
                    </Platform>
734
                    <Platform Name="iOSDevice64">
735
                        <Operation>1</Operation>
736
                    </Platform>
737
                    <Platform Name="iOSSimulator">
738
                        <Operation>1</Operation>
739
                    </Platform>
740
                </DeployClass>
741
                <DeployClass Name="iPhone_Launch1242x2688">
742
                    <Platform Name="iOSDevice32">
743
                        <Operation>1</Operation>
744
                    </Platform>
745
                    <Platform Name="iOSDevice64">
746
                        <Operation>1</Operation>
747
                    </Platform>
748
                    <Platform Name="iOSSimulator">
749
                        <Operation>1</Operation>
750
                    </Platform>
751
                </DeployClass>
752
                <DeployClass Name="iPhone_Launch1334">
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_Launch1792">
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_Launch2208">
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_Launch2436">
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_Launch2688x1242">
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>
2 daniel-mar 807
                <DeployClass Name="iPhone_Launch320">
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_Launch640">
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_Launch640x1136">
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>
7 daniel-mar 840
                <DeployClass Name="iPhone_Launch750">
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>
851
                <DeployClass Name="iPhone_Launch828">
852
                    <Platform Name="iOSDevice32">
853
                        <Operation>1</Operation>
854
                    </Platform>
855
                    <Platform Name="iOSDevice64">
856
                        <Operation>1</Operation>
857
                    </Platform>
858
                    <Platform Name="iOSSimulator">
859
                        <Operation>1</Operation>
860
                    </Platform>
861
                </DeployClass>
2 daniel-mar 862
                <DeployClass Name="ProjectAndroidManifest">
863
                    <Platform Name="Android">
864
                        <Operation>1</Operation>
865
                    </Platform>
7 daniel-mar 866
                    <Platform Name="Android64">
867
                        <Operation>1</Operation>
868
                    </Platform>
2 daniel-mar 869
                </DeployClass>
870
                <DeployClass Name="ProjectiOSDeviceDebug">
871
                    <Platform Name="iOSDevice32">
872
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
873
                        <Operation>1</Operation>
874
                    </Platform>
875
                    <Platform Name="iOSDevice64">
876
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
877
                        <Operation>1</Operation>
878
                    </Platform>
879
                </DeployClass>
880
                <DeployClass Name="ProjectiOSDeviceResourceRules">
881
                    <Platform Name="iOSDevice32">
882
                        <Operation>1</Operation>
883
                    </Platform>
884
                    <Platform Name="iOSDevice64">
885
                        <Operation>1</Operation>
886
                    </Platform>
887
                </DeployClass>
888
                <DeployClass Name="ProjectiOSEntitlements">
889
                    <Platform Name="iOSDevice32">
890
                        <RemoteDir>..\</RemoteDir>
891
                        <Operation>1</Operation>
892
                    </Platform>
893
                    <Platform Name="iOSDevice64">
894
                        <RemoteDir>..\</RemoteDir>
895
                        <Operation>1</Operation>
896
                    </Platform>
897
                </DeployClass>
898
                <DeployClass Name="ProjectiOSInfoPList">
899
                    <Platform Name="iOSDevice32">
900
                        <Operation>1</Operation>
901
                    </Platform>
902
                    <Platform Name="iOSDevice64">
903
                        <Operation>1</Operation>
904
                    </Platform>
905
                    <Platform Name="iOSSimulator">
906
                        <Operation>1</Operation>
907
                    </Platform>
908
                </DeployClass>
909
                <DeployClass Name="ProjectiOSResource">
910
                    <Platform Name="iOSDevice32">
911
                        <Operation>1</Operation>
912
                    </Platform>
913
                    <Platform Name="iOSDevice64">
914
                        <Operation>1</Operation>
915
                    </Platform>
916
                    <Platform Name="iOSSimulator">
917
                        <Operation>1</Operation>
918
                    </Platform>
919
                </DeployClass>
7 daniel-mar 920
                <DeployClass Name="ProjectOSXDebug">
921
                    <Platform Name="OSX64">
922
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
923
                        <Operation>1</Operation>
924
                    </Platform>
925
                </DeployClass>
2 daniel-mar 926
                <DeployClass Name="ProjectOSXEntitlements">
927
                    <Platform Name="OSX32">
928
                        <RemoteDir>..\</RemoteDir>
929
                        <Operation>1</Operation>
930
                    </Platform>
7 daniel-mar 931
                    <Platform Name="OSX64">
932
                        <RemoteDir>..\</RemoteDir>
933
                        <Operation>1</Operation>
934
                    </Platform>
2 daniel-mar 935
                </DeployClass>
936
                <DeployClass Name="ProjectOSXInfoPList">
937
                    <Platform Name="OSX32">
938
                        <RemoteDir>Contents</RemoteDir>
939
                        <Operation>1</Operation>
940
                    </Platform>
7 daniel-mar 941
                    <Platform Name="OSX64">
942
                        <RemoteDir>Contents</RemoteDir>
943
                        <Operation>1</Operation>
944
                    </Platform>
2 daniel-mar 945
                </DeployClass>
946
                <DeployClass Name="ProjectOSXResource">
947
                    <Platform Name="OSX32">
948
                        <RemoteDir>Contents\Resources</RemoteDir>
949
                        <Operation>1</Operation>
950
                    </Platform>
7 daniel-mar 951
                    <Platform Name="OSX64">
952
                        <RemoteDir>Contents\Resources</RemoteDir>
953
                        <Operation>1</Operation>
954
                    </Platform>
2 daniel-mar 955
                </DeployClass>
956
                <DeployClass Required="true" Name="ProjectOutput">
957
                    <Platform Name="Android">
958
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
959
                        <Operation>1</Operation>
960
                    </Platform>
7 daniel-mar 961
                    <Platform Name="Android64">
962
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
963
                        <Operation>1</Operation>
964
                    </Platform>
2 daniel-mar 965
                    <Platform Name="iOSDevice32">
966
                        <Operation>1</Operation>
967
                    </Platform>
968
                    <Platform Name="iOSDevice64">
969
                        <Operation>1</Operation>
970
                    </Platform>
971
                    <Platform Name="iOSSimulator">
972
                        <Operation>1</Operation>
973
                    </Platform>
974
                    <Platform Name="Linux64">
975
                        <Operation>1</Operation>
976
                    </Platform>
977
                    <Platform Name="OSX32">
978
                        <RemoteDir>Contents\MacOS</RemoteDir>
979
                        <Operation>1</Operation>
980
                    </Platform>
7 daniel-mar 981
                    <Platform Name="OSX64">
982
                        <RemoteDir>Contents\MacOS</RemoteDir>
983
                        <Operation>1</Operation>
984
                    </Platform>
2 daniel-mar 985
                    <Platform Name="Win32">
986
                        <Operation>0</Operation>
987
                    </Platform>
988
                </DeployClass>
7 daniel-mar 989
                <DeployClass Name="ProjectOutput_Android32">
990
                    <Platform Name="Android64">
991
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
992
                        <Operation>1</Operation>
993
                    </Platform>
994
                </DeployClass>
2 daniel-mar 995
                <DeployClass Name="ProjectUWPManifest">
996
                    <Platform Name="Win32">
997
                        <Operation>1</Operation>
998
                    </Platform>
999
                    <Platform Name="Win64">
1000
                        <Operation>1</Operation>
1001
                    </Platform>
1002
                </DeployClass>
1003
                <DeployClass Name="UWP_DelphiLogo150">
1004
                    <Platform Name="Win32">
1005
                        <RemoteDir>Assets</RemoteDir>
1006
                        <Operation>1</Operation>
1007
                    </Platform>
1008
                    <Platform Name="Win64">
1009
                        <RemoteDir>Assets</RemoteDir>
1010
                        <Operation>1</Operation>
1011
                    </Platform>
1012
                </DeployClass>
1013
                <DeployClass Name="UWP_DelphiLogo44">
1014
                    <Platform Name="Win32">
1015
                        <RemoteDir>Assets</RemoteDir>
1016
                        <Operation>1</Operation>
1017
                    </Platform>
1018
                    <Platform Name="Win64">
1019
                        <RemoteDir>Assets</RemoteDir>
1020
                        <Operation>1</Operation>
1021
                    </Platform>
1022
                </DeployClass>
1023
                <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
1024
                <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
1025
                <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
1026
                <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
1027
                <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
1028
                <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
1029
                <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
7 daniel-mar 1030
                <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
2 daniel-mar 1031
                <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
7 daniel-mar 1032
                <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
2 daniel-mar 1033
            </Deployment>
1034
            <Platforms>
1035
                <Platform value="Win32">True</Platform>
1036
                <Platform value="Win64">False</Platform>
1037
            </Platforms>
1038
        </BorlandProject>
1039
        <ProjectFileVersion>12</ProjectFileVersion>
1040
    </ProjectExtensions>
1041
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
1042
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
1043
    <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
1044
</Project>