Subversion Repositories spacemission

Rev

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