MathgeomGLS

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

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

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

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

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