MathgeomGLS

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

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

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

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

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