Subversion Repositories spacemission

Rev

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