Subversion Repositories spacemission

Rev

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