Subversion Repositories spacemission

Rev

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