Subversion Repositories spacemission

Rev

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