MathgeomGLS

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

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.