Subversion Repositories spacemission

Rev

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

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