Subversion Repositories spacemission

Rev

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