Subversion Repositories spacemission

Rev

Rev 27 | Rev 40 | 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>{32c160e6-f499-4896-b557-825a5c8617f1}</ProjectGuid>
4
        <MainSource>SpaceMission.dpr</MainSource>
5
        <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
        <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7
        <DCC_DependencyCheckOutputName>SpaceMission.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>SpaceMission</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=Ein spannendes Weltraumspiel...;FileVersion=1.1.0.0;InternalName=SpaceMission 1.1;LegalCopyright=© Copyright 2001 - 2006 ViaThinkSoft;LegalTrademarks=Keine;OriginalFilename=SpaceMission.exe;ProductName=SpaceMission 1.1;ProductVersion=1.1.0.0;Homepage=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>SpaceMission_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>SpaceMission_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;VCL_PJVERSIONINFO;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
83
        <DCC_ResourcePath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO;$(DCC_ResourcePath)</DCC_ResourcePath>
84
        <DCC_ObjPath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO;$(DCC_ObjPath)</DCC_ObjPath>
85
        <DCC_IncludePath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO;$(DCC_IncludePath)</DCC_IncludePath>
86
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
87
        <DCC_Description>SpaceMission 1.1</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;VCL_PJVERSIONINFO;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
96
        <DCC_ResourcePath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO;$(DCC_ResourcePath)</DCC_ResourcePath>
97
        <DCC_ObjPath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO;$(DCC_ObjPath)</DCC_ObjPath>
98
        <DCC_IncludePath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO;$(DCC_IncludePath)</DCC_IncludePath>
99
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
100
        <DCC_Description>SpaceMission 1.1</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">Ein spannendes Weltraumspiel...</VersionInfoKeys>
133
                    <VersionInfoKeys Name="FileVersion">1.1.0.0</VersionInfoKeys>
134
                    <VersionInfoKeys Name="InternalName">SpaceMission 1.1</VersionInfoKeys>
135
                    <VersionInfoKeys Name="LegalCopyright">© Copyright 2001 - 2006 ViaThinkSoft</VersionInfoKeys>
136
                    <VersionInfoKeys Name="LegalTrademarks">Keine</VersionInfoKeys>
137
                    <VersionInfoKeys Name="OriginalFilename">SpaceMission.exe</VersionInfoKeys>
138
                    <VersionInfoKeys Name="ProductName">SpaceMission 1.1</VersionInfoKeys>
139
                    <VersionInfoKeys Name="ProductVersion">1.1.0.0</VersionInfoKeys>
140
                    <VersionInfoKeys Name="Homepage">www.viathinksoft.de</VersionInfoKeys>
141
                    <VersionInfoKeys Name="Projektleiter">Daniel Marschall - www.daniel-marschall.de</VersionInfoKeys>
142
                </VersionInfoKeys>
143
                <Source>
144
                    <Source Name="MainSource">SpaceMission.dpr</Source>
145
                </Source>
146
            </Delphi.Personality>
147
            <Platforms>
148
                <Platform value="Win32">True</Platform>
149
                <Platform value="Win64">False</Platform>
150
            </Platforms>
151
            <Deployment Version="4">
152
                <DeployFile LocalName="SpaceMission.exe" Configuration="Debug" Class="ProjectOutput">
153
                    <Platform Name="Win32">
154
                        <RemoteName>SpaceMission.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="AndroidGDBServer">
187
                    <Platform Name="Android">
188
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
189
                        <Operation>1</Operation>
190
                    </Platform>
191
                </DeployClass>
192
                <DeployClass Name="AndroidLibnativeArmeabiFile">
193
                    <Platform Name="Android">
194
                        <RemoteDir>library\lib\armeabi</RemoteDir>
195
                        <Operation>1</Operation>
196
                    </Platform>
197
                    <Platform Name="Android64">
198
                        <RemoteDir>library\lib\armeabi</RemoteDir>
199
                        <Operation>1</Operation>
200
                    </Platform>
201
                </DeployClass>
202
                <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
203
                    <Platform Name="Android64">
204
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
205
                        <Operation>1</Operation>
206
                    </Platform>
207
                </DeployClass>
208
                <DeployClass Name="AndroidLibnativeMipsFile">
209
                    <Platform Name="Android">
210
                        <RemoteDir>library\lib\mips</RemoteDir>
211
                        <Operation>1</Operation>
212
                    </Platform>
213
                    <Platform Name="Android64">
214
                        <RemoteDir>library\lib\mips</RemoteDir>
215
                        <Operation>1</Operation>
216
                    </Platform>
217
                </DeployClass>
218
                <DeployClass Name="AndroidServiceOutput">
219
                    <Platform Name="Android">
220
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
221
                        <Operation>1</Operation>
222
                    </Platform>
223
                    <Platform Name="Android64">
224
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
225
                        <Operation>1</Operation>
226
                    </Platform>
227
                </DeployClass>
228
                <DeployClass Name="AndroidServiceOutput_Android32">
229
                    <Platform Name="Android64">
230
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
231
                        <Operation>1</Operation>
232
                    </Platform>
233
                </DeployClass>
234
                <DeployClass Name="AndroidSplashImageDef">
235
                    <Platform Name="Android">
236
                        <RemoteDir>res\drawable</RemoteDir>
237
                        <Operation>1</Operation>
238
                    </Platform>
239
                    <Platform Name="Android64">
240
                        <RemoteDir>res\drawable</RemoteDir>
241
                        <Operation>1</Operation>
242
                    </Platform>
243
                </DeployClass>
27 daniel-mar 244
                <DeployClass Name="AndroidSplashImageDefV21">
245
                    <Platform Name="Android">
246
                        <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
247
                        <Operation>1</Operation>
248
                    </Platform>
249
                    <Platform Name="Android64">
250
                        <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
251
                        <Operation>1</Operation>
252
                    </Platform>
253
                </DeployClass>
15 daniel-mar 254
                <DeployClass Name="AndroidSplashStyles">
255
                    <Platform Name="Android">
256
                        <RemoteDir>res\values</RemoteDir>
257
                        <Operation>1</Operation>
258
                    </Platform>
259
                    <Platform Name="Android64">
260
                        <RemoteDir>res\values</RemoteDir>
261
                        <Operation>1</Operation>
262
                    </Platform>
263
                </DeployClass>
264
                <DeployClass Name="AndroidSplashStylesV21">
265
                    <Platform Name="Android">
266
                        <RemoteDir>res\values-v21</RemoteDir>
267
                        <Operation>1</Operation>
268
                    </Platform>
269
                    <Platform Name="Android64">
270
                        <RemoteDir>res\values-v21</RemoteDir>
271
                        <Operation>1</Operation>
272
                    </Platform>
273
                </DeployClass>
27 daniel-mar 274
                <DeployClass Name="AndroidSplashStylesV31">
275
                    <Platform Name="Android">
276
                        <RemoteDir>res\values-v31</RemoteDir>
277
                        <Operation>1</Operation>
278
                    </Platform>
279
                    <Platform Name="Android64">
280
                        <RemoteDir>res\values-v31</RemoteDir>
281
                        <Operation>1</Operation>
282
                    </Platform>
283
                </DeployClass>
284
                <DeployClass Name="Android_AdaptiveIcon">
285
                    <Platform Name="Android">
286
                        <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
287
                        <Operation>1</Operation>
288
                    </Platform>
289
                    <Platform Name="Android64">
290
                        <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
291
                        <Operation>1</Operation>
292
                    </Platform>
293
                </DeployClass>
294
                <DeployClass Name="Android_AdaptiveIconBackground">
295
                    <Platform Name="Android">
296
                        <RemoteDir>res\drawable</RemoteDir>
297
                        <Operation>1</Operation>
298
                    </Platform>
299
                    <Platform Name="Android64">
300
                        <RemoteDir>res\drawable</RemoteDir>
301
                        <Operation>1</Operation>
302
                    </Platform>
303
                </DeployClass>
304
                <DeployClass Name="Android_AdaptiveIconForeground">
305
                    <Platform Name="Android">
306
                        <RemoteDir>res\drawable</RemoteDir>
307
                        <Operation>1</Operation>
308
                    </Platform>
309
                    <Platform Name="Android64">
310
                        <RemoteDir>res\drawable</RemoteDir>
311
                        <Operation>1</Operation>
312
                    </Platform>
313
                </DeployClass>
314
                <DeployClass Name="Android_AdaptiveIconMonochrome">
315
                    <Platform Name="Android">
316
                        <RemoteDir>res\drawable</RemoteDir>
317
                        <Operation>1</Operation>
318
                    </Platform>
319
                    <Platform Name="Android64">
320
                        <RemoteDir>res\drawable</RemoteDir>
321
                        <Operation>1</Operation>
322
                    </Platform>
323
                </DeployClass>
324
                <DeployClass Name="Android_AdaptiveIconV33">
325
                    <Platform Name="Android">
326
                        <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
327
                        <Operation>1</Operation>
328
                    </Platform>
329
                    <Platform Name="Android64">
330
                        <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
331
                        <Operation>1</Operation>
332
                    </Platform>
333
                </DeployClass>
15 daniel-mar 334
                <DeployClass Name="Android_Colors">
335
                    <Platform Name="Android">
336
                        <RemoteDir>res\values</RemoteDir>
337
                        <Operation>1</Operation>
338
                    </Platform>
339
                    <Platform Name="Android64">
340
                        <RemoteDir>res\values</RemoteDir>
341
                        <Operation>1</Operation>
342
                    </Platform>
343
                </DeployClass>
27 daniel-mar 344
                <DeployClass Name="Android_ColorsDark">
345
                    <Platform Name="Android">
346
                        <RemoteDir>res\values-night-v21</RemoteDir>
347
                        <Operation>1</Operation>
348
                    </Platform>
349
                    <Platform Name="Android64">
350
                        <RemoteDir>res\values-night-v21</RemoteDir>
351
                        <Operation>1</Operation>
352
                    </Platform>
353
                </DeployClass>
15 daniel-mar 354
                <DeployClass Name="Android_DefaultAppIcon">
355
                    <Platform Name="Android">
356
                        <RemoteDir>res\drawable</RemoteDir>
357
                        <Operation>1</Operation>
358
                    </Platform>
359
                    <Platform Name="Android64">
360
                        <RemoteDir>res\drawable</RemoteDir>
361
                        <Operation>1</Operation>
362
                    </Platform>
363
                </DeployClass>
364
                <DeployClass Name="Android_LauncherIcon144">
365
                    <Platform Name="Android">
366
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
367
                        <Operation>1</Operation>
368
                    </Platform>
369
                    <Platform Name="Android64">
370
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
371
                        <Operation>1</Operation>
372
                    </Platform>
373
                </DeployClass>
374
                <DeployClass Name="Android_LauncherIcon192">
375
                    <Platform Name="Android">
376
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
377
                        <Operation>1</Operation>
378
                    </Platform>
379
                    <Platform Name="Android64">
380
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
381
                        <Operation>1</Operation>
382
                    </Platform>
383
                </DeployClass>
384
                <DeployClass Name="Android_LauncherIcon36">
385
                    <Platform Name="Android">
386
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
387
                        <Operation>1</Operation>
388
                    </Platform>
389
                    <Platform Name="Android64">
390
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
391
                        <Operation>1</Operation>
392
                    </Platform>
393
                </DeployClass>
394
                <DeployClass Name="Android_LauncherIcon48">
395
                    <Platform Name="Android">
396
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
397
                        <Operation>1</Operation>
398
                    </Platform>
399
                    <Platform Name="Android64">
400
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
401
                        <Operation>1</Operation>
402
                    </Platform>
403
                </DeployClass>
404
                <DeployClass Name="Android_LauncherIcon72">
405
                    <Platform Name="Android">
406
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
407
                        <Operation>1</Operation>
408
                    </Platform>
409
                    <Platform Name="Android64">
410
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
411
                        <Operation>1</Operation>
412
                    </Platform>
413
                </DeployClass>
414
                <DeployClass Name="Android_LauncherIcon96">
415
                    <Platform Name="Android">
416
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
417
                        <Operation>1</Operation>
418
                    </Platform>
419
                    <Platform Name="Android64">
420
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
421
                        <Operation>1</Operation>
422
                    </Platform>
423
                </DeployClass>
424
                <DeployClass Name="Android_NotificationIcon24">
425
                    <Platform Name="Android">
426
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
427
                        <Operation>1</Operation>
428
                    </Platform>
429
                    <Platform Name="Android64">
430
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
431
                        <Operation>1</Operation>
432
                    </Platform>
433
                </DeployClass>
434
                <DeployClass Name="Android_NotificationIcon36">
435
                    <Platform Name="Android">
436
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
437
                        <Operation>1</Operation>
438
                    </Platform>
439
                    <Platform Name="Android64">
440
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
441
                        <Operation>1</Operation>
442
                    </Platform>
443
                </DeployClass>
444
                <DeployClass Name="Android_NotificationIcon48">
445
                    <Platform Name="Android">
446
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
447
                        <Operation>1</Operation>
448
                    </Platform>
449
                    <Platform Name="Android64">
450
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
451
                        <Operation>1</Operation>
452
                    </Platform>
453
                </DeployClass>
454
                <DeployClass Name="Android_NotificationIcon72">
455
                    <Platform Name="Android">
456
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
457
                        <Operation>1</Operation>
458
                    </Platform>
459
                    <Platform Name="Android64">
460
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
461
                        <Operation>1</Operation>
462
                    </Platform>
463
                </DeployClass>
464
                <DeployClass Name="Android_NotificationIcon96">
465
                    <Platform Name="Android">
466
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
467
                        <Operation>1</Operation>
468
                    </Platform>
469
                    <Platform Name="Android64">
470
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
471
                        <Operation>1</Operation>
472
                    </Platform>
473
                </DeployClass>
474
                <DeployClass Name="Android_SplashImage426">
475
                    <Platform Name="Android">
476
                        <RemoteDir>res\drawable-small</RemoteDir>
477
                        <Operation>1</Operation>
478
                    </Platform>
479
                    <Platform Name="Android64">
480
                        <RemoteDir>res\drawable-small</RemoteDir>
481
                        <Operation>1</Operation>
482
                    </Platform>
483
                </DeployClass>
484
                <DeployClass Name="Android_SplashImage470">
485
                    <Platform Name="Android">
486
                        <RemoteDir>res\drawable-normal</RemoteDir>
487
                        <Operation>1</Operation>
488
                    </Platform>
489
                    <Platform Name="Android64">
490
                        <RemoteDir>res\drawable-normal</RemoteDir>
491
                        <Operation>1</Operation>
492
                    </Platform>
493
                </DeployClass>
494
                <DeployClass Name="Android_SplashImage640">
495
                    <Platform Name="Android">
496
                        <RemoteDir>res\drawable-large</RemoteDir>
497
                        <Operation>1</Operation>
498
                    </Platform>
499
                    <Platform Name="Android64">
500
                        <RemoteDir>res\drawable-large</RemoteDir>
501
                        <Operation>1</Operation>
502
                    </Platform>
503
                </DeployClass>
504
                <DeployClass Name="Android_SplashImage960">
505
                    <Platform Name="Android">
506
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
507
                        <Operation>1</Operation>
508
                    </Platform>
509
                    <Platform Name="Android64">
510
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
511
                        <Operation>1</Operation>
512
                    </Platform>
513
                </DeployClass>
514
                <DeployClass Name="Android_Strings">
515
                    <Platform Name="Android">
516
                        <RemoteDir>res\values</RemoteDir>
517
                        <Operation>1</Operation>
518
                    </Platform>
519
                    <Platform Name="Android64">
520
                        <RemoteDir>res\values</RemoteDir>
521
                        <Operation>1</Operation>
522
                    </Platform>
523
                </DeployClass>
27 daniel-mar 524
                <DeployClass Name="Android_VectorizedNotificationIcon">
525
                    <Platform Name="Android">
526
                        <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
527
                        <Operation>1</Operation>
528
                    </Platform>
529
                    <Platform Name="Android64">
530
                        <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
531
                        <Operation>1</Operation>
532
                    </Platform>
533
                </DeployClass>
534
                <DeployClass Name="Android_VectorizedSplash">
535
                    <Platform Name="Android">
536
                        <RemoteDir>res\drawable</RemoteDir>
537
                        <Operation>1</Operation>
538
                    </Platform>
539
                    <Platform Name="Android64">
540
                        <RemoteDir>res\drawable</RemoteDir>
541
                        <Operation>1</Operation>
542
                    </Platform>
543
                </DeployClass>
544
                <DeployClass Name="Android_VectorizedSplashDark">
545
                    <Platform Name="Android">
546
                        <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
547
                        <Operation>1</Operation>
548
                    </Platform>
549
                    <Platform Name="Android64">
550
                        <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
551
                        <Operation>1</Operation>
552
                    </Platform>
553
                </DeployClass>
554
                <DeployClass Name="Android_VectorizedSplashV31">
555
                    <Platform Name="Android">
556
                        <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
557
                        <Operation>1</Operation>
558
                    </Platform>
559
                    <Platform Name="Android64">
560
                        <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
561
                        <Operation>1</Operation>
562
                    </Platform>
563
                </DeployClass>
564
                <DeployClass Name="Android_VectorizedSplashV31Dark">
565
                    <Platform Name="Android">
566
                        <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
567
                        <Operation>1</Operation>
568
                    </Platform>
569
                    <Platform Name="Android64">
570
                        <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
571
                        <Operation>1</Operation>
572
                    </Platform>
573
                </DeployClass>
15 daniel-mar 574
                <DeployClass Name="DebugSymbols">
575
                    <Platform Name="iOSSimulator">
576
                        <Operation>1</Operation>
577
                    </Platform>
578
                    <Platform Name="OSX32">
579
                        <Operation>1</Operation>
580
                    </Platform>
581
                    <Platform Name="Win32">
582
                        <Operation>0</Operation>
583
                    </Platform>
584
                </DeployClass>
585
                <DeployClass Name="DependencyFramework">
586
                    <Platform Name="OSX32">
587
                        <Operation>1</Operation>
588
                        <Extensions>.framework</Extensions>
589
                    </Platform>
590
                    <Platform Name="OSX64">
591
                        <Operation>1</Operation>
592
                        <Extensions>.framework</Extensions>
593
                    </Platform>
594
                    <Platform Name="OSXARM64">
595
                        <Operation>1</Operation>
596
                        <Extensions>.framework</Extensions>
597
                    </Platform>
598
                    <Platform Name="Win32">
599
                        <Operation>0</Operation>
600
                    </Platform>
601
                </DeployClass>
602
                <DeployClass Name="DependencyModule">
603
                    <Platform Name="OSX32">
604
                        <Operation>1</Operation>
605
                        <Extensions>.dylib</Extensions>
606
                    </Platform>
607
                    <Platform Name="OSX64">
608
                        <Operation>1</Operation>
609
                        <Extensions>.dylib</Extensions>
610
                    </Platform>
611
                    <Platform Name="OSXARM64">
612
                        <Operation>1</Operation>
613
                        <Extensions>.dylib</Extensions>
614
                    </Platform>
615
                    <Platform Name="Win32">
616
                        <Operation>0</Operation>
617
                        <Extensions>.dll;.bpl</Extensions>
618
                    </Platform>
619
                </DeployClass>
620
                <DeployClass Required="true" Name="DependencyPackage">
621
                    <Platform Name="iOSDevice32">
622
                        <Operation>1</Operation>
623
                        <Extensions>.dylib</Extensions>
624
                    </Platform>
625
                    <Platform Name="iOSDevice64">
626
                        <Operation>1</Operation>
627
                        <Extensions>.dylib</Extensions>
628
                    </Platform>
629
                    <Platform Name="iOSSimARM64">
630
                        <Operation>1</Operation>
631
                        <Extensions>.dylib</Extensions>
632
                    </Platform>
633
                    <Platform Name="OSX32">
634
                        <Operation>1</Operation>
635
                        <Extensions>.dylib</Extensions>
636
                    </Platform>
637
                    <Platform Name="OSX64">
638
                        <Operation>1</Operation>
639
                        <Extensions>.dylib</Extensions>
640
                    </Platform>
641
                    <Platform Name="OSXARM64">
642
                        <Operation>1</Operation>
643
                        <Extensions>.dylib</Extensions>
644
                    </Platform>
645
                    <Platform Name="Win32">
646
                        <Operation>0</Operation>
647
                        <Extensions>.bpl</Extensions>
648
                    </Platform>
649
                </DeployClass>
650
                <DeployClass Name="File">
651
                    <Platform Name="Android">
652
                        <Operation>0</Operation>
653
                    </Platform>
654
                    <Platform Name="Android64">
655
                        <Operation>0</Operation>
656
                    </Platform>
657
                    <Platform Name="iOSDevice32">
658
                        <Operation>0</Operation>
659
                    </Platform>
660
                    <Platform Name="iOSDevice64">
661
                        <Operation>0</Operation>
662
                    </Platform>
663
                    <Platform Name="iOSSimARM64">
664
                        <Operation>0</Operation>
665
                    </Platform>
666
                    <Platform Name="OSX32">
667
                        <Operation>0</Operation>
668
                    </Platform>
669
                    <Platform Name="OSX64">
670
                        <Operation>0</Operation>
671
                    </Platform>
672
                    <Platform Name="OSXARM64">
673
                        <Operation>0</Operation>
674
                    </Platform>
675
                    <Platform Name="Win32">
676
                        <Operation>0</Operation>
677
                    </Platform>
678
                </DeployClass>
679
                <DeployClass Name="ProjectAndroidManifest">
680
                    <Platform Name="Android">
681
                        <Operation>1</Operation>
682
                    </Platform>
683
                    <Platform Name="Android64">
684
                        <Operation>1</Operation>
685
                    </Platform>
686
                </DeployClass>
687
                <DeployClass Name="ProjectOSXDebug"/>
688
                <DeployClass Name="ProjectOSXEntitlements"/>
689
                <DeployClass Name="ProjectOSXInfoPList"/>
690
                <DeployClass Name="ProjectOSXResource">
691
                    <Platform Name="OSX32">
692
                        <RemoteDir>Contents\Resources</RemoteDir>
693
                        <Operation>1</Operation>
694
                    </Platform>
695
                    <Platform Name="OSX64">
696
                        <RemoteDir>Contents\Resources</RemoteDir>
697
                        <Operation>1</Operation>
698
                    </Platform>
699
                    <Platform Name="OSXARM64">
700
                        <RemoteDir>Contents\Resources</RemoteDir>
701
                        <Operation>1</Operation>
702
                    </Platform>
703
                </DeployClass>
704
                <DeployClass Required="true" Name="ProjectOutput">
705
                    <Platform Name="Android">
706
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
707
                        <Operation>1</Operation>
708
                    </Platform>
709
                    <Platform Name="Android64">
710
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
711
                        <Operation>1</Operation>
712
                    </Platform>
713
                    <Platform Name="iOSDevice32">
714
                        <Operation>1</Operation>
715
                    </Platform>
716
                    <Platform Name="iOSDevice64">
717
                        <Operation>1</Operation>
718
                    </Platform>
719
                    <Platform Name="iOSSimARM64">
720
                        <Operation>1</Operation>
721
                    </Platform>
722
                    <Platform Name="Linux64">
723
                        <Operation>1</Operation>
724
                    </Platform>
725
                    <Platform Name="OSX32">
726
                        <Operation>1</Operation>
727
                    </Platform>
728
                    <Platform Name="OSX64">
729
                        <Operation>1</Operation>
730
                    </Platform>
731
                    <Platform Name="OSXARM64">
732
                        <Operation>1</Operation>
733
                    </Platform>
734
                    <Platform Name="Win32">
735
                        <Operation>0</Operation>
736
                    </Platform>
737
                </DeployClass>
738
                <DeployClass Name="ProjectOutput_Android32">
739
                    <Platform Name="Android64">
740
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
741
                        <Operation>1</Operation>
742
                    </Platform>
743
                </DeployClass>
744
                <DeployClass Name="ProjectUWPManifest">
745
                    <Platform Name="Win32">
746
                        <Operation>1</Operation>
747
                    </Platform>
748
                    <Platform Name="Win64">
749
                        <Operation>1</Operation>
750
                    </Platform>
751
                </DeployClass>
752
                <DeployClass Name="ProjectiOSDeviceDebug">
753
                    <Platform Name="iOSDevice32">
754
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
755
                        <Operation>1</Operation>
756
                    </Platform>
757
                    <Platform Name="iOSDevice64">
758
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
759
                        <Operation>1</Operation>
760
                    </Platform>
761
                    <Platform Name="iOSSimARM64">
762
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
763
                        <Operation>1</Operation>
764
                    </Platform>
765
                </DeployClass>
766
                <DeployClass Name="ProjectiOSEntitlements"/>
767
                <DeployClass Name="ProjectiOSInfoPList"/>
768
                <DeployClass Name="ProjectiOSLaunchScreen"/>
769
                <DeployClass Name="ProjectiOSResource">
770
                    <Platform Name="iOSDevice32">
771
                        <Operation>1</Operation>
772
                    </Platform>
773
                    <Platform Name="iOSDevice64">
774
                        <Operation>1</Operation>
775
                    </Platform>
776
                    <Platform Name="iOSSimARM64">
777
                        <Operation>1</Operation>
778
                    </Platform>
779
                </DeployClass>
780
                <DeployClass Name="UWP_DelphiLogo150">
781
                    <Platform Name="Win32">
782
                        <RemoteDir>Assets</RemoteDir>
783
                        <Operation>1</Operation>
784
                    </Platform>
785
                    <Platform Name="Win64">
786
                        <RemoteDir>Assets</RemoteDir>
787
                        <Operation>1</Operation>
788
                    </Platform>
789
                </DeployClass>
790
                <DeployClass Name="UWP_DelphiLogo44">
791
                    <Platform Name="Win32">
792
                        <RemoteDir>Assets</RemoteDir>
793
                        <Operation>1</Operation>
794
                    </Platform>
795
                    <Platform Name="Win64">
796
                        <RemoteDir>Assets</RemoteDir>
797
                        <Operation>1</Operation>
798
                    </Platform>
799
                </DeployClass>
800
                <DeployClass Name="iOS_AppStore1024">
801
                    <Platform Name="iOSDevice64">
802
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
803
                        <Operation>1</Operation>
804
                    </Platform>
805
                    <Platform Name="iOSSimARM64">
806
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
807
                        <Operation>1</Operation>
808
                    </Platform>
809
                </DeployClass>
810
                <DeployClass Name="iPad_AppIcon152">
811
                    <Platform Name="iOSDevice64">
812
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
813
                        <Operation>1</Operation>
814
                    </Platform>
815
                    <Platform Name="iOSSimARM64">
816
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
817
                        <Operation>1</Operation>
818
                    </Platform>
819
                </DeployClass>
820
                <DeployClass Name="iPad_AppIcon167">
821
                    <Platform Name="iOSDevice64">
822
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
823
                        <Operation>1</Operation>
824
                    </Platform>
825
                    <Platform Name="iOSSimARM64">
826
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
827
                        <Operation>1</Operation>
828
                    </Platform>
829
                </DeployClass>
830
                <DeployClass Name="iPad_Launch2x">
831
                    <Platform Name="iOSDevice64">
832
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
833
                        <Operation>1</Operation>
834
                    </Platform>
835
                    <Platform Name="iOSSimARM64">
836
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
837
                        <Operation>1</Operation>
838
                    </Platform>
839
                </DeployClass>
840
                <DeployClass Name="iPad_LaunchDark2x">
841
                    <Platform Name="iOSDevice64">
842
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
843
                        <Operation>1</Operation>
844
                    </Platform>
845
                    <Platform Name="iOSSimARM64">
846
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
847
                        <Operation>1</Operation>
848
                    </Platform>
849
                </DeployClass>
850
                <DeployClass Name="iPad_Notification40">
851
                    <Platform Name="iOSDevice64">
852
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
853
                        <Operation>1</Operation>
854
                    </Platform>
855
                    <Platform Name="iOSSimARM64">
856
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
857
                        <Operation>1</Operation>
858
                    </Platform>
859
                </DeployClass>
860
                <DeployClass Name="iPad_Setting58">
861
                    <Platform Name="iOSDevice64">
862
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
863
                        <Operation>1</Operation>
864
                    </Platform>
865
                    <Platform Name="iOSSimARM64">
866
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
867
                        <Operation>1</Operation>
868
                    </Platform>
869
                </DeployClass>
870
                <DeployClass Name="iPad_SpotLight80">
871
                    <Platform Name="iOSDevice64">
872
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
873
                        <Operation>1</Operation>
874
                    </Platform>
875
                    <Platform Name="iOSSimARM64">
876
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
877
                        <Operation>1</Operation>
878
                    </Platform>
879
                </DeployClass>
880
                <DeployClass Name="iPhone_AppIcon120">
881
                    <Platform Name="iOSDevice64">
882
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
883
                        <Operation>1</Operation>
884
                    </Platform>
885
                    <Platform Name="iOSSimARM64">
886
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
887
                        <Operation>1</Operation>
888
                    </Platform>
889
                </DeployClass>
890
                <DeployClass Name="iPhone_AppIcon180">
891
                    <Platform Name="iOSDevice64">
892
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
893
                        <Operation>1</Operation>
894
                    </Platform>
895
                    <Platform Name="iOSSimARM64">
896
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
897
                        <Operation>1</Operation>
898
                    </Platform>
899
                </DeployClass>
900
                <DeployClass Name="iPhone_Launch2x">
901
                    <Platform Name="iOSDevice64">
902
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
903
                        <Operation>1</Operation>
904
                    </Platform>
905
                    <Platform Name="iOSSimARM64">
906
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
907
                        <Operation>1</Operation>
908
                    </Platform>
909
                </DeployClass>
910
                <DeployClass Name="iPhone_Launch3x">
911
                    <Platform Name="iOSDevice64">
912
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
913
                        <Operation>1</Operation>
914
                    </Platform>
915
                    <Platform Name="iOSSimARM64">
916
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
917
                        <Operation>1</Operation>
918
                    </Platform>
919
                </DeployClass>
920
                <DeployClass Name="iPhone_LaunchDark2x">
921
                    <Platform Name="iOSDevice64">
922
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
923
                        <Operation>1</Operation>
924
                    </Platform>
925
                    <Platform Name="iOSSimARM64">
926
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
927
                        <Operation>1</Operation>
928
                    </Platform>
929
                </DeployClass>
930
                <DeployClass Name="iPhone_LaunchDark3x">
931
                    <Platform Name="iOSDevice64">
932
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
933
                        <Operation>1</Operation>
934
                    </Platform>
935
                    <Platform Name="iOSSimARM64">
936
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
937
                        <Operation>1</Operation>
938
                    </Platform>
939
                </DeployClass>
940
                <DeployClass Name="iPhone_Notification40">
941
                    <Platform Name="iOSDevice64">
942
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
943
                        <Operation>1</Operation>
944
                    </Platform>
945
                    <Platform Name="iOSSimARM64">
946
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
947
                        <Operation>1</Operation>
948
                    </Platform>
949
                </DeployClass>
950
                <DeployClass Name="iPhone_Notification60">
951
                    <Platform Name="iOSDevice64">
952
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
953
                        <Operation>1</Operation>
954
                    </Platform>
955
                    <Platform Name="iOSSimARM64">
956
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
957
                        <Operation>1</Operation>
958
                    </Platform>
959
                </DeployClass>
960
                <DeployClass Name="iPhone_Setting58">
961
                    <Platform Name="iOSDevice64">
962
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
963
                        <Operation>1</Operation>
964
                    </Platform>
965
                    <Platform Name="iOSSimARM64">
966
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
967
                        <Operation>1</Operation>
968
                    </Platform>
969
                </DeployClass>
970
                <DeployClass Name="iPhone_Setting87">
971
                    <Platform Name="iOSDevice64">
972
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
973
                        <Operation>1</Operation>
974
                    </Platform>
975
                    <Platform Name="iOSSimARM64">
976
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
977
                        <Operation>1</Operation>
978
                    </Platform>
979
                </DeployClass>
980
                <DeployClass Name="iPhone_Spotlight120">
981
                    <Platform Name="iOSDevice64">
982
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
983
                        <Operation>1</Operation>
984
                    </Platform>
985
                    <Platform Name="iOSSimARM64">
986
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
987
                        <Operation>1</Operation>
988
                    </Platform>
989
                </DeployClass>
990
                <DeployClass Name="iPhone_Spotlight80">
991
                    <Platform Name="iOSDevice64">
992
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
993
                        <Operation>1</Operation>
994
                    </Platform>
995
                    <Platform Name="iOSSimARM64">
996
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
997
                        <Operation>1</Operation>
998
                    </Platform>
999
                </DeployClass>
1000
                <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
1001
                <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
1002
                <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
1003
                <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
1004
                <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
1005
                <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
1006
                <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
1007
                <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
1008
                <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME)"/>
1009
                <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
1010
                <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
1011
            </Deployment>
1012
        </BorlandProject>
1013
        <ProjectFileVersion>12</ProjectFileVersion>
1014
    </ProjectExtensions>
1015
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
1016
    <ItemGroup>
1017
        <DelphiCompile Include="$(MainSource)">
1018
            <MainSource>MainSource</MainSource>
1019
        </DelphiCompile>
1020
        <DCCReference Include="GamMain.pas">
1021
            <Form>MainForm</Form>
1022
        </DCCReference>
1023
        <DCCReference Include="GamSplash.pas">
1024
            <Form>SplashForm</Form>
1025
        </DCCReference>
1026
        <DCCReference Include="GamSpeicherung.pas">
1027
            <Form>SpeicherungForm</Form>
1028
        </DCCReference>
1029
        <DCCReference Include="ComInfo.pas">
1030
            <Form>InfoForm</Form>
1031
        </DCCReference>
1032
        <DCCReference Include="GamCheat.pas">
1033
            <Form>CheatForm</Form>
1034
        </DCCReference>
1035
        <DCCReference Include="ComLevelReader.pas"/>
1036
        <DCCReference Include="Global.pas"/>
1037
        <DCCReference Include="ComSaveGameReader.pas"/>
1038
        <BuildConfiguration Include="Base">
1039
            <Key>Base</Key>
1040
        </BuildConfiguration>
1041
        <BuildConfiguration Include="Release">
1042
            <Key>Cfg_1</Key>
1043
            <CfgParent>Base</CfgParent>
1044
        </BuildConfiguration>
1045
        <BuildConfiguration Include="Debug">
1046
            <Key>Cfg_2</Key>
1047
            <CfgParent>Base</CfgParent>
1048
        </BuildConfiguration>
1049
    </ItemGroup>
1050
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
1051
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
1052
    <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
1053
</Project>