Subversion Repositories spacemission

Rev

Rev 97 | Details | Compare with Previous | Last modification | View Log | RSS feed

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