Subversion Repositories spacemission

Rev

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