Subversion Repositories spacemission

Rev

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

Rev Author Line No. Line
4 daniel-mar 1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
15 daniel-mar 2
    <PropertyGroup>
3
        <ProjectGuid>{c3719792-d463-4c67-a238-ac2b31b77218}</ProjectGuid>
4
        <MainSource>LevEdit.dpr</MainSource>
5
        <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
        <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7
        <DCC_DependencyCheckOutputName>LevEdit.exe</DCC_DependencyCheckOutputName>
8
        <FrameworkType>VCL</FrameworkType>
27 daniel-mar 9
        <ProjectVersion>20.1</ProjectVersion>
15 daniel-mar 10
        <Base>True</Base>
11
        <Config Condition="'$(Config)'==''">Debug</Config>
12
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
13
        <TargetedPlatforms>1</TargetedPlatforms>
14
        <AppType>Application</AppType>
15
    </PropertyGroup>
16
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
17
        <Base>true</Base>
18
    </PropertyGroup>
19
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
20
        <Base_Win32>true</Base_Win32>
21
        <CfgParent>Base</CfgParent>
22
        <Base>true</Base>
23
    </PropertyGroup>
24
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
25
        <Base_Win64>true</Base_Win64>
26
        <CfgParent>Base</CfgParent>
27
        <Base>true</Base>
28
    </PropertyGroup>
29
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
30
        <Cfg_1>true</Cfg_1>
31
        <CfgParent>Base</CfgParent>
32
        <Base>true</Base>
33
    </PropertyGroup>
34
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
35
        <Cfg_1_Win32>true</Cfg_1_Win32>
36
        <CfgParent>Cfg_1</CfgParent>
37
        <Cfg_1>true</Cfg_1>
38
        <Base>true</Base>
39
    </PropertyGroup>
40
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
41
        <Cfg_2>true</Cfg_2>
42
        <CfgParent>Base</CfgParent>
43
        <Base>true</Base>
44
    </PropertyGroup>
45
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
46
        <Cfg_2_Win32>true</Cfg_2_Win32>
47
        <CfgParent>Cfg_2</CfgParent>
48
        <Cfg_2>true</Cfg_2>
49
        <Base>true</Base>
50
    </PropertyGroup>
51
    <PropertyGroup Condition="'$(Base)'!=''">
52
        <SanitizedProjectName>LevEdit</SanitizedProjectName>
53
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
54
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
55
        <VerInfo_MinorVer>1</VerInfo_MinorVer>
56
        <VerInfo_Locale>1031</VerInfo_Locale>
57
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=Der Leveleditor zu SpaceMission...;FileVersion=1.1.0.0;InternalName=SpaceMisson 1.1 - Leveleditor;LegalCopyright=© Copyright 2001 - 2006 ViaThinkSoft;LegalTrademarks=Keine;OriginalFilename=LevEdit.exe;ProductName=SpaceMission 1.1;ProductVersion=1.1.0.0;Webseite=www.viathinksoft.de;Projektleiter=Daniel Marschall - www.daniel-marschall.de</VerInfo_Keys>
58
    </PropertyGroup>
59
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
24 daniel-mar 60
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
15 daniel-mar 61
        <BT_BuildType>Debug</BT_BuildType>
62
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
63
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
64
        <VerInfo_Locale>1033</VerInfo_Locale>
65
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
29 daniel-mar 66
        <Icon_MainIcon>LevEdit_Icon.ico</Icon_MainIcon>
15 daniel-mar 67
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
68
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
69
    </PropertyGroup>
70
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
71
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
29 daniel-mar 72
        <Icon_MainIcon>LevEdit_Icon.ico</Icon_MainIcon>
15 daniel-mar 73
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
74
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
75
    </PropertyGroup>
76
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
77
        <Version>7.0</Version>
78
        <DCC_DebugInformation>0</DCC_DebugInformation>
79
        <DCC_WriteableConstants>True</DCC_WriteableConstants>
80
        <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
81
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
82
        <DCC_UnitSearchPath>VCL_DELPHIX_D6;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
83
        <DCC_ResourcePath>VCL_DELPHIX_D6;$(DCC_ResourcePath)</DCC_ResourcePath>
84
        <DCC_ObjPath>VCL_DELPHIX_D6;$(DCC_ObjPath)</DCC_ObjPath>
85
        <DCC_IncludePath>VCL_DELPHIX_D6;$(DCC_IncludePath)</DCC_IncludePath>
86
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
87
        <DCC_Description>SpaceMission 1.1 - Leveleditor</DCC_Description>
88
    </PropertyGroup>
89
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
90
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
91
    </PropertyGroup>
92
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
93
        <Version>7.0</Version>
94
        <DCC_WriteableConstants>True</DCC_WriteableConstants>
95
        <DCC_UnitSearchPath>VCL_DELPHIX_D6;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
96
        <DCC_ResourcePath>VCL_DELPHIX_D6;$(DCC_ResourcePath)</DCC_ResourcePath>
97
        <DCC_ObjPath>VCL_DELPHIX_D6;$(DCC_ObjPath)</DCC_ObjPath>
98
        <DCC_IncludePath>VCL_DELPHIX_D6;$(DCC_IncludePath)</DCC_IncludePath>
99
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
100
        <DCC_Description>SpaceMission 1.1 - Leveleditor</DCC_Description>
101
    </PropertyGroup>
102
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
103
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
104
    </PropertyGroup>
105
    <ProjectExtensions>
106
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
107
        <Borland.ProjectType>VCLApplication</Borland.ProjectType>
108
        <BorlandProject>
109
            <Delphi.Personality>
110
                <Parameters>
111
                    <Parameters Name="UseLauncher">False</Parameters>
112
                    <Parameters Name="LoadAllSymbols">True</Parameters>
113
                    <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
114
                </Parameters>
115
                <VersionInfo>
116
                    <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
117
                    <VersionInfo Name="AutoIncBuild">False</VersionInfo>
118
                    <VersionInfo Name="MajorVer">1</VersionInfo>
119
                    <VersionInfo Name="MinorVer">1</VersionInfo>
120
                    <VersionInfo Name="Release">0</VersionInfo>
121
                    <VersionInfo Name="Build">0</VersionInfo>
122
                    <VersionInfo Name="Debug">False</VersionInfo>
123
                    <VersionInfo Name="PreRelease">False</VersionInfo>
124
                    <VersionInfo Name="Special">False</VersionInfo>
125
                    <VersionInfo Name="Private">False</VersionInfo>
126
                    <VersionInfo Name="DLL">False</VersionInfo>
127
                    <VersionInfo Name="Locale">1031</VersionInfo>
128
                    <VersionInfo Name="CodePage">1252</VersionInfo>
129
                </VersionInfo>
130
                <VersionInfoKeys>
131
                    <VersionInfoKeys Name="CompanyName">ViaThinkSoft</VersionInfoKeys>
132
                    <VersionInfoKeys Name="FileDescription">Der Leveleditor zu SpaceMission...</VersionInfoKeys>
133
                    <VersionInfoKeys Name="FileVersion">1.1.0.0</VersionInfoKeys>
134
                    <VersionInfoKeys Name="InternalName">SpaceMisson 1.1 - Leveleditor</VersionInfoKeys>
135
                    <VersionInfoKeys Name="LegalCopyright">© Copyright 2001 - 2006 ViaThinkSoft</VersionInfoKeys>
136
                    <VersionInfoKeys Name="LegalTrademarks">Keine</VersionInfoKeys>
137
                    <VersionInfoKeys Name="OriginalFilename">LevEdit.exe</VersionInfoKeys>
138
                    <VersionInfoKeys Name="ProductName">SpaceMission 1.1</VersionInfoKeys>
139
                    <VersionInfoKeys Name="ProductVersion">1.1.0.0</VersionInfoKeys>
140
                    <VersionInfoKeys Name="Webseite">www.viathinksoft.de</VersionInfoKeys>
141
                    <VersionInfoKeys Name="Projektleiter">Daniel Marschall - www.daniel-marschall.de</VersionInfoKeys>
142
                </VersionInfoKeys>
143
                <Source>
144
                    <Source Name="MainSource">LevEdit.dpr</Source>
145
                </Source>
146
            </Delphi.Personality>
147
            <Platforms>
148
                <Platform value="Win32">True</Platform>
149
                <Platform value="Win64">False</Platform>
150
            </Platforms>
27 daniel-mar 151
            <Deployment Version="4">
152
                <DeployFile LocalName="LevEdit.exe" Configuration="Debug" Class="ProjectOutput">
153
                    <Platform Name="Win32">
154
                        <RemoteName>LevEdit.exe</RemoteName>
155
                        <Overwrite>true</Overwrite>
156
                    </Platform>
157
                </DeployFile>
158
                <DeployClass Name="AdditionalDebugSymbols">
159
                    <Platform Name="OSX32">
160
                        <Operation>1</Operation>
161
                    </Platform>
162
                    <Platform Name="Win32">
163
                        <Operation>0</Operation>
164
                    </Platform>
165
                </DeployClass>
166
                <DeployClass Name="AndroidClasses">
167
                    <Platform Name="Android">
168
                        <RemoteDir>classes</RemoteDir>
169
                        <Operation>64</Operation>
170
                    </Platform>
171
                    <Platform Name="Android64">
172
                        <RemoteDir>classes</RemoteDir>
173
                        <Operation>64</Operation>
174
                    </Platform>
175
                </DeployClass>
176
                <DeployClass Name="AndroidFileProvider">
177
                    <Platform Name="Android">
178
                        <RemoteDir>res\xml</RemoteDir>
179
                        <Operation>1</Operation>
180
                    </Platform>
181
                    <Platform Name="Android64">
182
                        <RemoteDir>res\xml</RemoteDir>
183
                        <Operation>1</Operation>
184
                    </Platform>
185
                </DeployClass>
186
                <DeployClass Name="AndroidLibnativeArmeabiFile">
187
                    <Platform Name="Android">
188
                        <RemoteDir>library\lib\armeabi</RemoteDir>
189
                        <Operation>1</Operation>
190
                    </Platform>
191
                    <Platform Name="Android64">
192
                        <RemoteDir>library\lib\armeabi</RemoteDir>
193
                        <Operation>1</Operation>
194
                    </Platform>
195
                </DeployClass>
196
                <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
197
                    <Platform Name="Android64">
198
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
199
                        <Operation>1</Operation>
200
                    </Platform>
201
                </DeployClass>
202
                <DeployClass Name="AndroidLibnativeMipsFile">
203
                    <Platform Name="Android">
204
                        <RemoteDir>library\lib\mips</RemoteDir>
205
                        <Operation>1</Operation>
206
                    </Platform>
207
                    <Platform Name="Android64">
208
                        <RemoteDir>library\lib\mips</RemoteDir>
209
                        <Operation>1</Operation>
210
                    </Platform>
211
                </DeployClass>
212
                <DeployClass Name="AndroidServiceOutput">
213
                    <Platform Name="Android">
214
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
215
                        <Operation>1</Operation>
216
                    </Platform>
217
                    <Platform Name="Android64">
218
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
219
                        <Operation>1</Operation>
220
                    </Platform>
221
                </DeployClass>
222
                <DeployClass Name="AndroidServiceOutput_Android32">
223
                    <Platform Name="Android64">
224
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
225
                        <Operation>1</Operation>
226
                    </Platform>
227
                </DeployClass>
228
                <DeployClass Name="AndroidSplashImageDef">
229
                    <Platform Name="Android">
230
                        <RemoteDir>res\drawable</RemoteDir>
231
                        <Operation>1</Operation>
232
                    </Platform>
233
                    <Platform Name="Android64">
234
                        <RemoteDir>res\drawable</RemoteDir>
235
                        <Operation>1</Operation>
236
                    </Platform>
237
                </DeployClass>
238
                <DeployClass Name="AndroidSplashImageDefV21">
239
                    <Platform Name="Android">
240
                        <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
241
                        <Operation>1</Operation>
242
                    </Platform>
243
                    <Platform Name="Android64">
244
                        <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
245
                        <Operation>1</Operation>
246
                    </Platform>
247
                </DeployClass>
248
                <DeployClass Name="AndroidSplashStyles">
249
                    <Platform Name="Android">
250
                        <RemoteDir>res\values</RemoteDir>
251
                        <Operation>1</Operation>
252
                    </Platform>
253
                    <Platform Name="Android64">
254
                        <RemoteDir>res\values</RemoteDir>
255
                        <Operation>1</Operation>
256
                    </Platform>
257
                </DeployClass>
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="AndroidSplashStylesV31">
269
                    <Platform Name="Android">
270
                        <RemoteDir>res\values-v31</RemoteDir>
271
                        <Operation>1</Operation>
272
                    </Platform>
273
                    <Platform Name="Android64">
274
                        <RemoteDir>res\values-v31</RemoteDir>
275
                        <Operation>1</Operation>
276
                    </Platform>
277
                </DeployClass>
278
                <DeployClass Name="Android_AdaptiveIcon">
279
                    <Platform Name="Android">
280
                        <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
281
                        <Operation>1</Operation>
282
                    </Platform>
283
                    <Platform Name="Android64">
284
                        <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
285
                        <Operation>1</Operation>
286
                    </Platform>
287
                </DeployClass>
288
                <DeployClass Name="Android_AdaptiveIconBackground">
289
                    <Platform Name="Android">
290
                        <RemoteDir>res\drawable</RemoteDir>
291
                        <Operation>1</Operation>
292
                    </Platform>
293
                    <Platform Name="Android64">
294
                        <RemoteDir>res\drawable</RemoteDir>
295
                        <Operation>1</Operation>
296
                    </Platform>
297
                </DeployClass>
298
                <DeployClass Name="Android_AdaptiveIconForeground">
299
                    <Platform Name="Android">
300
                        <RemoteDir>res\drawable</RemoteDir>
301
                        <Operation>1</Operation>
302
                    </Platform>
303
                    <Platform Name="Android64">
304
                        <RemoteDir>res\drawable</RemoteDir>
305
                        <Operation>1</Operation>
306
                    </Platform>
307
                </DeployClass>
308
                <DeployClass Name="Android_AdaptiveIconMonochrome">
309
                    <Platform Name="Android">
310
                        <RemoteDir>res\drawable</RemoteDir>
311
                        <Operation>1</Operation>
312
                    </Platform>
313
                    <Platform Name="Android64">
314
                        <RemoteDir>res\drawable</RemoteDir>
315
                        <Operation>1</Operation>
316
                    </Platform>
317
                </DeployClass>
318
                <DeployClass Name="Android_AdaptiveIconV33">
319
                    <Platform Name="Android">
320
                        <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
321
                        <Operation>1</Operation>
322
                    </Platform>
323
                    <Platform Name="Android64">
324
                        <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
325
                        <Operation>1</Operation>
326
                    </Platform>
327
                </DeployClass>
328
                <DeployClass Name="Android_Colors">
329
                    <Platform Name="Android">
330
                        <RemoteDir>res\values</RemoteDir>
331
                        <Operation>1</Operation>
332
                    </Platform>
333
                    <Platform Name="Android64">
334
                        <RemoteDir>res\values</RemoteDir>
335
                        <Operation>1</Operation>
336
                    </Platform>
337
                </DeployClass>
338
                <DeployClass Name="Android_ColorsDark">
339
                    <Platform Name="Android">
340
                        <RemoteDir>res\values-night-v21</RemoteDir>
341
                        <Operation>1</Operation>
342
                    </Platform>
343
                    <Platform Name="Android64">
344
                        <RemoteDir>res\values-night-v21</RemoteDir>
345
                        <Operation>1</Operation>
346
                    </Platform>
347
                </DeployClass>
348
                <DeployClass Name="Android_DefaultAppIcon">
349
                    <Platform Name="Android">
350
                        <RemoteDir>res\drawable</RemoteDir>
351
                        <Operation>1</Operation>
352
                    </Platform>
353
                    <Platform Name="Android64">
354
                        <RemoteDir>res\drawable</RemoteDir>
355
                        <Operation>1</Operation>
356
                    </Platform>
357
                </DeployClass>
358
                <DeployClass Name="Android_LauncherIcon144">
359
                    <Platform Name="Android">
360
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
361
                        <Operation>1</Operation>
362
                    </Platform>
363
                    <Platform Name="Android64">
364
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
365
                        <Operation>1</Operation>
366
                    </Platform>
367
                </DeployClass>
368
                <DeployClass Name="Android_LauncherIcon192">
369
                    <Platform Name="Android">
370
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
371
                        <Operation>1</Operation>
372
                    </Platform>
373
                    <Platform Name="Android64">
374
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
375
                        <Operation>1</Operation>
376
                    </Platform>
377
                </DeployClass>
378
                <DeployClass Name="Android_LauncherIcon36">
379
                    <Platform Name="Android">
380
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
381
                        <Operation>1</Operation>
382
                    </Platform>
383
                    <Platform Name="Android64">
384
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
385
                        <Operation>1</Operation>
386
                    </Platform>
387
                </DeployClass>
388
                <DeployClass Name="Android_LauncherIcon48">
389
                    <Platform Name="Android">
390
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
391
                        <Operation>1</Operation>
392
                    </Platform>
393
                    <Platform Name="Android64">
394
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
395
                        <Operation>1</Operation>
396
                    </Platform>
397
                </DeployClass>
398
                <DeployClass Name="Android_LauncherIcon72">
399
                    <Platform Name="Android">
400
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
401
                        <Operation>1</Operation>
402
                    </Platform>
403
                    <Platform Name="Android64">
404
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
405
                        <Operation>1</Operation>
406
                    </Platform>
407
                </DeployClass>
408
                <DeployClass Name="Android_LauncherIcon96">
409
                    <Platform Name="Android">
410
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
411
                        <Operation>1</Operation>
412
                    </Platform>
413
                    <Platform Name="Android64">
414
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
415
                        <Operation>1</Operation>
416
                    </Platform>
417
                </DeployClass>
418
                <DeployClass Name="Android_NotificationIcon24">
419
                    <Platform Name="Android">
420
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
421
                        <Operation>1</Operation>
422
                    </Platform>
423
                    <Platform Name="Android64">
424
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
425
                        <Operation>1</Operation>
426
                    </Platform>
427
                </DeployClass>
428
                <DeployClass Name="Android_NotificationIcon36">
429
                    <Platform Name="Android">
430
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
431
                        <Operation>1</Operation>
432
                    </Platform>
433
                    <Platform Name="Android64">
434
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
435
                        <Operation>1</Operation>
436
                    </Platform>
437
                </DeployClass>
438
                <DeployClass Name="Android_NotificationIcon48">
439
                    <Platform Name="Android">
440
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
441
                        <Operation>1</Operation>
442
                    </Platform>
443
                    <Platform Name="Android64">
444
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
445
                        <Operation>1</Operation>
446
                    </Platform>
447
                </DeployClass>
448
                <DeployClass Name="Android_NotificationIcon72">
449
                    <Platform Name="Android">
450
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
451
                        <Operation>1</Operation>
452
                    </Platform>
453
                    <Platform Name="Android64">
454
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
455
                        <Operation>1</Operation>
456
                    </Platform>
457
                </DeployClass>
458
                <DeployClass Name="Android_NotificationIcon96">
459
                    <Platform Name="Android">
460
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
461
                        <Operation>1</Operation>
462
                    </Platform>
463
                    <Platform Name="Android64">
464
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
465
                        <Operation>1</Operation>
466
                    </Platform>
467
                </DeployClass>
468
                <DeployClass Name="Android_SplashImage426">
469
                    <Platform Name="Android">
470
                        <RemoteDir>res\drawable-small</RemoteDir>
471
                        <Operation>1</Operation>
472
                    </Platform>
473
                    <Platform Name="Android64">
474
                        <RemoteDir>res\drawable-small</RemoteDir>
475
                        <Operation>1</Operation>
476
                    </Platform>
477
                </DeployClass>
478
                <DeployClass Name="Android_SplashImage470">
479
                    <Platform Name="Android">
480
                        <RemoteDir>res\drawable-normal</RemoteDir>
481
                        <Operation>1</Operation>
482
                    </Platform>
483
                    <Platform Name="Android64">
484
                        <RemoteDir>res\drawable-normal</RemoteDir>
485
                        <Operation>1</Operation>
486
                    </Platform>
487
                </DeployClass>
488
                <DeployClass Name="Android_SplashImage640">
489
                    <Platform Name="Android">
490
                        <RemoteDir>res\drawable-large</RemoteDir>
491
                        <Operation>1</Operation>
492
                    </Platform>
493
                    <Platform Name="Android64">
494
                        <RemoteDir>res\drawable-large</RemoteDir>
495
                        <Operation>1</Operation>
496
                    </Platform>
497
                </DeployClass>
498
                <DeployClass Name="Android_SplashImage960">
499
                    <Platform Name="Android">
500
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
501
                        <Operation>1</Operation>
502
                    </Platform>
503
                    <Platform Name="Android64">
504
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
505
                        <Operation>1</Operation>
506
                    </Platform>
507
                </DeployClass>
508
                <DeployClass Name="Android_Strings">
509
                    <Platform Name="Android">
510
                        <RemoteDir>res\values</RemoteDir>
511
                        <Operation>1</Operation>
512
                    </Platform>
513
                    <Platform Name="Android64">
514
                        <RemoteDir>res\values</RemoteDir>
515
                        <Operation>1</Operation>
516
                    </Platform>
517
                </DeployClass>
518
                <DeployClass Name="Android_VectorizedNotificationIcon">
519
                    <Platform Name="Android">
520
                        <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
521
                        <Operation>1</Operation>
522
                    </Platform>
523
                    <Platform Name="Android64">
524
                        <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
525
                        <Operation>1</Operation>
526
                    </Platform>
527
                </DeployClass>
528
                <DeployClass Name="Android_VectorizedSplash">
529
                    <Platform Name="Android">
530
                        <RemoteDir>res\drawable</RemoteDir>
531
                        <Operation>1</Operation>
532
                    </Platform>
533
                    <Platform Name="Android64">
534
                        <RemoteDir>res\drawable</RemoteDir>
535
                        <Operation>1</Operation>
536
                    </Platform>
537
                </DeployClass>
538
                <DeployClass Name="Android_VectorizedSplashDark">
539
                    <Platform Name="Android">
540
                        <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
541
                        <Operation>1</Operation>
542
                    </Platform>
543
                    <Platform Name="Android64">
544
                        <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
545
                        <Operation>1</Operation>
546
                    </Platform>
547
                </DeployClass>
548
                <DeployClass Name="Android_VectorizedSplashV31">
549
                    <Platform Name="Android">
550
                        <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
551
                        <Operation>1</Operation>
552
                    </Platform>
553
                    <Platform Name="Android64">
554
                        <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
555
                        <Operation>1</Operation>
556
                    </Platform>
557
                </DeployClass>
558
                <DeployClass Name="Android_VectorizedSplashV31Dark">
559
                    <Platform Name="Android">
560
                        <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
561
                        <Operation>1</Operation>
562
                    </Platform>
563
                    <Platform Name="Android64">
564
                        <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
565
                        <Operation>1</Operation>
566
                    </Platform>
567
                </DeployClass>
568
                <DeployClass Name="DebugSymbols">
569
                    <Platform Name="iOSSimulator">
570
                        <Operation>1</Operation>
571
                    </Platform>
572
                    <Platform Name="OSX32">
573
                        <Operation>1</Operation>
574
                    </Platform>
575
                    <Platform Name="Win32">
576
                        <Operation>0</Operation>
577
                    </Platform>
578
                </DeployClass>
579
                <DeployClass Name="DependencyFramework">
580
                    <Platform Name="OSX32">
581
                        <Operation>1</Operation>
582
                        <Extensions>.framework</Extensions>
583
                    </Platform>
584
                    <Platform Name="OSX64">
585
                        <Operation>1</Operation>
586
                        <Extensions>.framework</Extensions>
587
                    </Platform>
588
                    <Platform Name="OSXARM64">
589
                        <Operation>1</Operation>
590
                        <Extensions>.framework</Extensions>
591
                    </Platform>
592
                    <Platform Name="Win32">
593
                        <Operation>0</Operation>
594
                    </Platform>
595
                </DeployClass>
596
                <DeployClass Name="DependencyModule">
597
                    <Platform Name="OSX32">
598
                        <Operation>1</Operation>
599
                        <Extensions>.dylib</Extensions>
600
                    </Platform>
601
                    <Platform Name="OSX64">
602
                        <Operation>1</Operation>
603
                        <Extensions>.dylib</Extensions>
604
                    </Platform>
605
                    <Platform Name="OSXARM64">
606
                        <Operation>1</Operation>
607
                        <Extensions>.dylib</Extensions>
608
                    </Platform>
609
                    <Platform Name="Win32">
610
                        <Operation>0</Operation>
611
                        <Extensions>.dll;.bpl</Extensions>
612
                    </Platform>
613
                </DeployClass>
614
                <DeployClass Required="true" Name="DependencyPackage">
615
                    <Platform Name="iOSDevice32">
616
                        <Operation>1</Operation>
617
                        <Extensions>.dylib</Extensions>
618
                    </Platform>
619
                    <Platform Name="iOSDevice64">
620
                        <Operation>1</Operation>
621
                        <Extensions>.dylib</Extensions>
622
                    </Platform>
623
                    <Platform Name="iOSSimARM64">
624
                        <Operation>1</Operation>
625
                        <Extensions>.dylib</Extensions>
626
                    </Platform>
627
                    <Platform Name="OSX32">
628
                        <Operation>1</Operation>
629
                        <Extensions>.dylib</Extensions>
630
                    </Platform>
631
                    <Platform Name="OSX64">
632
                        <Operation>1</Operation>
633
                        <Extensions>.dylib</Extensions>
634
                    </Platform>
635
                    <Platform Name="OSXARM64">
636
                        <Operation>1</Operation>
637
                        <Extensions>.dylib</Extensions>
638
                    </Platform>
639
                    <Platform Name="Win32">
640
                        <Operation>0</Operation>
641
                        <Extensions>.bpl</Extensions>
642
                    </Platform>
643
                </DeployClass>
644
                <DeployClass Name="File">
645
                    <Platform Name="Android">
646
                        <Operation>0</Operation>
647
                    </Platform>
648
                    <Platform Name="Android64">
649
                        <Operation>0</Operation>
650
                    </Platform>
651
                    <Platform Name="iOSDevice32">
652
                        <Operation>0</Operation>
653
                    </Platform>
654
                    <Platform Name="iOSDevice64">
655
                        <Operation>0</Operation>
656
                    </Platform>
657
                    <Platform Name="iOSSimARM64">
658
                        <Operation>0</Operation>
659
                    </Platform>
660
                    <Platform Name="OSX32">
661
                        <Operation>0</Operation>
662
                    </Platform>
663
                    <Platform Name="OSX64">
664
                        <Operation>0</Operation>
665
                    </Platform>
666
                    <Platform Name="OSXARM64">
667
                        <Operation>0</Operation>
668
                    </Platform>
669
                    <Platform Name="Win32">
670
                        <Operation>0</Operation>
671
                    </Platform>
672
                </DeployClass>
673
                <DeployClass Name="ProjectAndroidManifest">
674
                    <Platform Name="Android">
675
                        <Operation>1</Operation>
676
                    </Platform>
677
                    <Platform Name="Android64">
678
                        <Operation>1</Operation>
679
                    </Platform>
680
                </DeployClass>
681
                <DeployClass Name="ProjectOSXDebug"/>
682
                <DeployClass Name="ProjectOSXEntitlements"/>
683
                <DeployClass Name="ProjectOSXInfoPList"/>
684
                <DeployClass Name="ProjectOSXResource">
685
                    <Platform Name="OSX32">
686
                        <RemoteDir>Contents\Resources</RemoteDir>
687
                        <Operation>1</Operation>
688
                    </Platform>
689
                    <Platform Name="OSX64">
690
                        <RemoteDir>Contents\Resources</RemoteDir>
691
                        <Operation>1</Operation>
692
                    </Platform>
693
                    <Platform Name="OSXARM64">
694
                        <RemoteDir>Contents\Resources</RemoteDir>
695
                        <Operation>1</Operation>
696
                    </Platform>
697
                </DeployClass>
698
                <DeployClass Required="true" Name="ProjectOutput">
699
                    <Platform Name="Android">
700
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
701
                        <Operation>1</Operation>
702
                    </Platform>
703
                    <Platform Name="Android64">
704
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
705
                        <Operation>1</Operation>
706
                    </Platform>
707
                    <Platform Name="iOSDevice32">
708
                        <Operation>1</Operation>
709
                    </Platform>
710
                    <Platform Name="iOSDevice64">
711
                        <Operation>1</Operation>
712
                    </Platform>
713
                    <Platform Name="iOSSimARM64">
714
                        <Operation>1</Operation>
715
                    </Platform>
716
                    <Platform Name="Linux64">
717
                        <Operation>1</Operation>
718
                    </Platform>
719
                    <Platform Name="OSX32">
720
                        <Operation>1</Operation>
721
                    </Platform>
722
                    <Platform Name="OSX64">
723
                        <Operation>1</Operation>
724
                    </Platform>
725
                    <Platform Name="OSXARM64">
726
                        <Operation>1</Operation>
727
                    </Platform>
728
                    <Platform Name="Win32">
729
                        <Operation>0</Operation>
730
                    </Platform>
731
                </DeployClass>
732
                <DeployClass Name="ProjectOutput_Android32">
733
                    <Platform Name="Android64">
734
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
735
                        <Operation>1</Operation>
736
                    </Platform>
737
                </DeployClass>
738
                <DeployClass Name="ProjectUWPManifest">
739
                    <Platform Name="Win32">
740
                        <Operation>1</Operation>
741
                    </Platform>
742
                    <Platform Name="Win64">
743
                        <Operation>1</Operation>
744
                    </Platform>
745
                </DeployClass>
746
                <DeployClass Name="ProjectiOSDeviceDebug">
747
                    <Platform Name="iOSDevice32">
748
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
749
                        <Operation>1</Operation>
750
                    </Platform>
751
                    <Platform Name="iOSDevice64">
752
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
753
                        <Operation>1</Operation>
754
                    </Platform>
755
                    <Platform Name="iOSSimARM64">
756
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
757
                        <Operation>1</Operation>
758
                    </Platform>
759
                </DeployClass>
760
                <DeployClass Name="ProjectiOSEntitlements"/>
761
                <DeployClass Name="ProjectiOSInfoPList"/>
762
                <DeployClass Name="ProjectiOSLaunchScreen"/>
763
                <DeployClass Name="ProjectiOSResource">
764
                    <Platform Name="iOSDevice32">
765
                        <Operation>1</Operation>
766
                    </Platform>
767
                    <Platform Name="iOSDevice64">
768
                        <Operation>1</Operation>
769
                    </Platform>
770
                    <Platform Name="iOSSimARM64">
771
                        <Operation>1</Operation>
772
                    </Platform>
773
                </DeployClass>
774
                <DeployClass Name="UWP_DelphiLogo150">
775
                    <Platform Name="Win32">
776
                        <RemoteDir>Assets</RemoteDir>
777
                        <Operation>1</Operation>
778
                    </Platform>
779
                    <Platform Name="Win64">
780
                        <RemoteDir>Assets</RemoteDir>
781
                        <Operation>1</Operation>
782
                    </Platform>
783
                </DeployClass>
784
                <DeployClass Name="UWP_DelphiLogo44">
785
                    <Platform Name="Win32">
786
                        <RemoteDir>Assets</RemoteDir>
787
                        <Operation>1</Operation>
788
                    </Platform>
789
                    <Platform Name="Win64">
790
                        <RemoteDir>Assets</RemoteDir>
791
                        <Operation>1</Operation>
792
                    </Platform>
793
                </DeployClass>
794
                <DeployClass Name="iOS_AppStore1024">
795
                    <Platform Name="iOSDevice64">
796
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
797
                        <Operation>1</Operation>
798
                    </Platform>
799
                    <Platform Name="iOSSimARM64">
800
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
801
                        <Operation>1</Operation>
802
                    </Platform>
803
                </DeployClass>
804
                <DeployClass Name="iPad_AppIcon152">
805
                    <Platform Name="iOSDevice64">
806
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
807
                        <Operation>1</Operation>
808
                    </Platform>
809
                    <Platform Name="iOSSimARM64">
810
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
811
                        <Operation>1</Operation>
812
                    </Platform>
813
                </DeployClass>
814
                <DeployClass Name="iPad_AppIcon167">
815
                    <Platform Name="iOSDevice64">
816
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
817
                        <Operation>1</Operation>
818
                    </Platform>
819
                    <Platform Name="iOSSimARM64">
820
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
821
                        <Operation>1</Operation>
822
                    </Platform>
823
                </DeployClass>
824
                <DeployClass Name="iPad_Launch2x">
825
                    <Platform Name="iOSDevice64">
826
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
827
                        <Operation>1</Operation>
828
                    </Platform>
829
                    <Platform Name="iOSSimARM64">
830
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
831
                        <Operation>1</Operation>
832
                    </Platform>
833
                </DeployClass>
834
                <DeployClass Name="iPad_LaunchDark2x">
835
                    <Platform Name="iOSDevice64">
836
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
837
                        <Operation>1</Operation>
838
                    </Platform>
839
                    <Platform Name="iOSSimARM64">
840
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
841
                        <Operation>1</Operation>
842
                    </Platform>
843
                </DeployClass>
844
                <DeployClass Name="iPad_Notification40">
845
                    <Platform Name="iOSDevice64">
846
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
847
                        <Operation>1</Operation>
848
                    </Platform>
849
                    <Platform Name="iOSSimARM64">
850
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
851
                        <Operation>1</Operation>
852
                    </Platform>
853
                </DeployClass>
854
                <DeployClass Name="iPad_Setting58">
855
                    <Platform Name="iOSDevice64">
856
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
857
                        <Operation>1</Operation>
858
                    </Platform>
859
                    <Platform Name="iOSSimARM64">
860
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
861
                        <Operation>1</Operation>
862
                    </Platform>
863
                </DeployClass>
864
                <DeployClass Name="iPad_SpotLight80">
865
                    <Platform Name="iOSDevice64">
866
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
867
                        <Operation>1</Operation>
868
                    </Platform>
869
                    <Platform Name="iOSSimARM64">
870
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
871
                        <Operation>1</Operation>
872
                    </Platform>
873
                </DeployClass>
874
                <DeployClass Name="iPhone_AppIcon120">
875
                    <Platform Name="iOSDevice64">
876
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
877
                        <Operation>1</Operation>
878
                    </Platform>
879
                    <Platform Name="iOSSimARM64">
880
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
881
                        <Operation>1</Operation>
882
                    </Platform>
883
                </DeployClass>
884
                <DeployClass Name="iPhone_AppIcon180">
885
                    <Platform Name="iOSDevice64">
886
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
887
                        <Operation>1</Operation>
888
                    </Platform>
889
                    <Platform Name="iOSSimARM64">
890
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
891
                        <Operation>1</Operation>
892
                    </Platform>
893
                </DeployClass>
894
                <DeployClass Name="iPhone_Launch2x">
895
                    <Platform Name="iOSDevice64">
896
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
897
                        <Operation>1</Operation>
898
                    </Platform>
899
                    <Platform Name="iOSSimARM64">
900
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
901
                        <Operation>1</Operation>
902
                    </Platform>
903
                </DeployClass>
904
                <DeployClass Name="iPhone_Launch3x">
905
                    <Platform Name="iOSDevice64">
906
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
907
                        <Operation>1</Operation>
908
                    </Platform>
909
                    <Platform Name="iOSSimARM64">
910
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
911
                        <Operation>1</Operation>
912
                    </Platform>
913
                </DeployClass>
914
                <DeployClass Name="iPhone_LaunchDark2x">
915
                    <Platform Name="iOSDevice64">
916
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
917
                        <Operation>1</Operation>
918
                    </Platform>
919
                    <Platform Name="iOSSimARM64">
920
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
921
                        <Operation>1</Operation>
922
                    </Platform>
923
                </DeployClass>
924
                <DeployClass Name="iPhone_LaunchDark3x">
925
                    <Platform Name="iOSDevice64">
926
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
927
                        <Operation>1</Operation>
928
                    </Platform>
929
                    <Platform Name="iOSSimARM64">
930
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
931
                        <Operation>1</Operation>
932
                    </Platform>
933
                </DeployClass>
934
                <DeployClass Name="iPhone_Notification40">
935
                    <Platform Name="iOSDevice64">
936
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
937
                        <Operation>1</Operation>
938
                    </Platform>
939
                    <Platform Name="iOSSimARM64">
940
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
941
                        <Operation>1</Operation>
942
                    </Platform>
943
                </DeployClass>
944
                <DeployClass Name="iPhone_Notification60">
945
                    <Platform Name="iOSDevice64">
946
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
947
                        <Operation>1</Operation>
948
                    </Platform>
949
                    <Platform Name="iOSSimARM64">
950
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
951
                        <Operation>1</Operation>
952
                    </Platform>
953
                </DeployClass>
954
                <DeployClass Name="iPhone_Setting58">
955
                    <Platform Name="iOSDevice64">
956
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
957
                        <Operation>1</Operation>
958
                    </Platform>
959
                    <Platform Name="iOSSimARM64">
960
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
961
                        <Operation>1</Operation>
962
                    </Platform>
963
                </DeployClass>
964
                <DeployClass Name="iPhone_Setting87">
965
                    <Platform Name="iOSDevice64">
966
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
967
                        <Operation>1</Operation>
968
                    </Platform>
969
                    <Platform Name="iOSSimARM64">
970
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
971
                        <Operation>1</Operation>
972
                    </Platform>
973
                </DeployClass>
974
                <DeployClass Name="iPhone_Spotlight120">
975
                    <Platform Name="iOSDevice64">
976
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
977
                        <Operation>1</Operation>
978
                    </Platform>
979
                    <Platform Name="iOSSimARM64">
980
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
981
                        <Operation>1</Operation>
982
                    </Platform>
983
                </DeployClass>
984
                <DeployClass Name="iPhone_Spotlight80">
985
                    <Platform Name="iOSDevice64">
986
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
987
                        <Operation>1</Operation>
988
                    </Platform>
989
                    <Platform Name="iOSSimARM64">
990
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
991
                        <Operation>1</Operation>
992
                    </Platform>
993
                </DeployClass>
994
                <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
995
                <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
996
                <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
997
                <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
998
                <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
999
                <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
1000
                <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
1001
                <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
1002
                <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME)"/>
1003
                <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
1004
                <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
1005
            </Deployment>
15 daniel-mar 1006
        </BorlandProject>
1007
        <ProjectFileVersion>12</ProjectFileVersion>
1008
    </ProjectExtensions>
1009
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
1010
    <ItemGroup>
1011
        <DelphiCompile Include="$(MainSource)">
1012
            <MainSource>MainSource</MainSource>
1013
        </DelphiCompile>
1014
        <DCCReference Include="LevMain.pas">
1015
            <Form>MainForm</Form>
1016
        </DCCReference>
1017
        <DCCReference Include="LevSplash.pas">
1018
            <Form>SplashForm</Form>
1019
        </DCCReference>
1020
        <DCCReference Include="LevSpeicherung.pas">
1021
            <Form>SpeicherungForm</Form>
1022
        </DCCReference>
1023
        <DCCReference Include="ComInfo.pas">
1024
            <Form>InfoForm</Form>
1025
        </DCCReference>
1026
        <DCCReference Include="LevOptions.pas">
1027
            <Form>LevelForm</Form>
1028
        </DCCReference>
1029
        <DCCReference Include="ComLevelReader.pas"/>
1030
        <DCCReference Include="Global.pas"/>
1031
        <BuildConfiguration Include="Base">
1032
            <Key>Base</Key>
1033
        </BuildConfiguration>
1034
        <BuildConfiguration Include="Release">
1035
            <Key>Cfg_1</Key>
1036
            <CfgParent>Base</CfgParent>
1037
        </BuildConfiguration>
1038
        <BuildConfiguration Include="Debug">
1039
            <Key>Cfg_2</Key>
1040
            <CfgParent>Base</CfgParent>
1041
        </BuildConfiguration>
1042
    </ItemGroup>
1043
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
1044
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
27 daniel-mar 1045
    <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
15 daniel-mar 1046
</Project>