Subversion Repositories spacemission

Rev

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