Luxophia

Форк
0
/
MarchingCubes.dproj 
1225 строк · 69.6 Кб
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
3
        <ProjectGuid>{8D17DC50-098D-4221-A153-F4F040C53ED2}</ProjectGuid>
4
        <ProjectVersion>20.1</ProjectVersion>
5
        <FrameworkType>FMX</FrameworkType>
6
        <MainSource>MarchingCubes.dpr</MainSource>
7
        <Base>True</Base>
8
        <Config Condition="'$(Config)'==''">Debug</Config>
9
        <Platform Condition="'$(Platform)'==''">Win64</Platform>
10
        <TargetedPlatforms>3</TargetedPlatforms>
11
        <AppType>Application</AppType>
12
        <ProjectName Condition="'$(ProjectName)'==''">MarchingCubes</ProjectName>
13
    </PropertyGroup>
14
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
15
        <Base>true</Base>
16
    </PropertyGroup>
17
    <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
18
        <Base_Android>true</Base_Android>
19
        <CfgParent>Base</CfgParent>
20
        <Base>true</Base>
21
    </PropertyGroup>
22
    <PropertyGroup Condition="('$(Platform)'=='Android64' and '$(Base)'=='true') or '$(Base_Android64)'!=''">
23
        <Base_Android64>true</Base_Android64>
24
        <CfgParent>Base</CfgParent>
25
        <Base>true</Base>
26
    </PropertyGroup>
27
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
28
        <Base_Win32>true</Base_Win32>
29
        <CfgParent>Base</CfgParent>
30
        <Base>true</Base>
31
    </PropertyGroup>
32
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
33
        <Base_Win64>true</Base_Win64>
34
        <CfgParent>Base</CfgParent>
35
        <Base>true</Base>
36
    </PropertyGroup>
37
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
38
        <Cfg_1>true</Cfg_1>
39
        <CfgParent>Base</CfgParent>
40
        <Base>true</Base>
41
    </PropertyGroup>
42
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
43
        <Cfg_1_Win32>true</Cfg_1_Win32>
44
        <CfgParent>Cfg_1</CfgParent>
45
        <Cfg_1>true</Cfg_1>
46
        <Base>true</Base>
47
    </PropertyGroup>
48
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
49
        <Cfg_1_Win64>true</Cfg_1_Win64>
50
        <CfgParent>Cfg_1</CfgParent>
51
        <Cfg_1>true</Cfg_1>
52
        <Base>true</Base>
53
    </PropertyGroup>
54
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
55
        <Cfg_2>true</Cfg_2>
56
        <CfgParent>Base</CfgParent>
57
        <Base>true</Base>
58
    </PropertyGroup>
59
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
60
        <Cfg_2_Win32>true</Cfg_2_Win32>
61
        <CfgParent>Cfg_2</CfgParent>
62
        <Cfg_2>true</Cfg_2>
63
        <Base>true</Base>
64
    </PropertyGroup>
65
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
66
        <Cfg_2_Win64>true</Cfg_2_Win64>
67
        <CfgParent>Cfg_2</CfgParent>
68
        <Cfg_2>true</Cfg_2>
69
        <Base>true</Base>
70
    </PropertyGroup>
71
    <PropertyGroup Condition="'$(Base)'!=''">
72
        <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
73
        <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
74
        <DCC_E>false</DCC_E>
75
        <DCC_N>false</DCC_N>
76
        <DCC_S>false</DCC_S>
77
        <DCC_F>false</DCC_F>
78
        <DCC_K>false</DCC_K>
79
        <DCC_UsePackage>RESTComponents;FireDAC;FireDACSqliteDriver;soaprtl;FireDACIBDriver;soapmidas;FireDACCommon;RESTBackendComponents;soapserver;CloudService;FireDACCommonDriver;inet;$(DCC_UsePackage)</DCC_UsePackage>
80
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
81
        <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
82
        <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
83
        <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
84
        <AUP_CAMERA>true</AUP_CAMERA>
85
        <AUP_INTERNET>true</AUP_INTERNET>
86
        <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
87
        <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
88
        <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
89
        <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
90
        <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
91
        <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
92
        <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
93
        <SanitizedProjectName>MarchingCubes</SanitizedProjectName>
94
    </PropertyGroup>
95
    <PropertyGroup Condition="'$(Base_Android)'!=''">
96
        <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
97
        <BT_BuildType>Debug</BT_BuildType>
98
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
99
        <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
100
        <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
101
        <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
102
        <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
103
        <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
104
        <Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192>
105
        <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
106
        <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
107
        <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
108
        <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
109
        <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
110
        <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
111
        <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
112
        <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
113
        <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
114
        <EnabledSysJars>activity-1.7.2.dex.jar;annotation-experimental-1.3.0.dex.jar;annotation-jvm-1.6.0.dex.jar;annotations-13.0.dex.jar;appcompat-1.2.0.dex.jar;appcompat-resources-1.2.0.dex.jar;billing-6.0.1.dex.jar;biometric-1.1.0.dex.jar;browser-1.4.0.dex.jar;cloud-messaging.dex.jar;collection-1.1.0.dex.jar;concurrent-futures-1.1.0.dex.jar;core-1.10.1.dex.jar;core-common-2.2.0.dex.jar;core-ktx-1.10.1.dex.jar;core-runtime-2.2.0.dex.jar;cursoradapter-1.0.0.dex.jar;customview-1.0.0.dex.jar;documentfile-1.0.0.dex.jar;drawerlayout-1.0.0.dex.jar;error_prone_annotations-2.9.0.dex.jar;exifinterface-1.3.6.dex.jar;firebase-annotations-16.2.0.dex.jar;firebase-common-20.3.1.dex.jar;firebase-components-17.1.0.dex.jar;firebase-datatransport-18.1.7.dex.jar;firebase-encoders-17.0.0.dex.jar;firebase-encoders-json-18.0.0.dex.jar;firebase-encoders-proto-16.0.0.dex.jar;firebase-iid-interop-17.1.0.dex.jar;firebase-installations-17.1.3.dex.jar;firebase-installations-interop-17.1.0.dex.jar;firebase-measurement-connector-19.0.0.dex.jar;firebase-messaging-23.1.2.dex.jar;fmx.dex.jar;fragment-1.2.5.dex.jar;google-play-licensing.dex.jar;interpolator-1.0.0.dex.jar;javax.inject-1.dex.jar;kotlin-stdlib-1.8.22.dex.jar;kotlin-stdlib-common-1.8.22.dex.jar;kotlin-stdlib-jdk7-1.8.22.dex.jar;kotlin-stdlib-jdk8-1.8.22.dex.jar;kotlinx-coroutines-android-1.6.4.dex.jar;kotlinx-coroutines-core-jvm-1.6.4.dex.jar;legacy-support-core-utils-1.0.0.dex.jar;lifecycle-common-2.6.1.dex.jar;lifecycle-livedata-2.6.1.dex.jar;lifecycle-livedata-core-2.6.1.dex.jar;lifecycle-runtime-2.6.1.dex.jar;lifecycle-service-2.6.1.dex.jar;lifecycle-viewmodel-2.6.1.dex.jar;lifecycle-viewmodel-savedstate-2.6.1.dex.jar;listenablefuture-1.0.dex.jar;loader-1.0.0.dex.jar;localbroadcastmanager-1.0.0.dex.jar;okio-jvm-3.4.0.dex.jar;play-services-ads-22.2.0.dex.jar;play-services-ads-base-22.2.0.dex.jar;play-services-ads-identifier-18.0.0.dex.jar;play-services-ads-lite-22.2.0.dex.jar;play-services-appset-16.0.1.dex.jar;play-services-base-18.1.0.dex.jar;play-services-basement-18.1.0.dex.jar;play-services-cloud-messaging-17.0.1.dex.jar;play-services-location-21.0.1.dex.jar;play-services-maps-18.1.0.dex.jar;play-services-measurement-base-20.1.2.dex.jar;play-services-measurement-sdk-api-20.1.2.dex.jar;play-services-stats-17.0.2.dex.jar;play-services-tasks-18.0.2.dex.jar;print-1.0.0.dex.jar;profileinstaller-1.3.0.dex.jar;room-common-2.2.5.dex.jar;room-runtime-2.2.5.dex.jar;savedstate-1.2.1.dex.jar;sqlite-2.1.0.dex.jar;sqlite-framework-2.1.0.dex.jar;startup-runtime-1.1.1.dex.jar;tracing-1.0.0.dex.jar;transport-api-3.0.0.dex.jar;transport-backend-cct-3.1.8.dex.jar;transport-runtime-3.1.8.dex.jar;user-messaging-platform-2.0.0.dex.jar;vectordrawable-1.1.0.dex.jar;vectordrawable-animated-1.1.0.dex.jar;versionedparcelable-1.1.1.dex.jar;viewpager-1.0.0.dex.jar;work-runtime-2.7.0.dex.jar</EnabledSysJars>
115
    </PropertyGroup>
116
    <PropertyGroup Condition="'$(Base_Android64)'!=''">
117
        <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
118
        <BT_BuildType>Debug</BT_BuildType>
119
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
120
        <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
121
        <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
122
        <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
123
        <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
124
        <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
125
        <Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192>
126
        <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
127
        <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
128
        <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
129
        <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
130
        <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
131
        <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
132
        <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
133
        <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
134
        <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
135
        <EnabledSysJars>activity-1.7.2.dex.jar;annotation-experimental-1.3.0.dex.jar;annotation-jvm-1.6.0.dex.jar;annotations-13.0.dex.jar;appcompat-1.2.0.dex.jar;appcompat-resources-1.2.0.dex.jar;billing-6.0.1.dex.jar;biometric-1.1.0.dex.jar;browser-1.4.0.dex.jar;cloud-messaging.dex.jar;collection-1.1.0.dex.jar;concurrent-futures-1.1.0.dex.jar;core-1.10.1.dex.jar;core-common-2.2.0.dex.jar;core-ktx-1.10.1.dex.jar;core-runtime-2.2.0.dex.jar;cursoradapter-1.0.0.dex.jar;customview-1.0.0.dex.jar;documentfile-1.0.0.dex.jar;drawerlayout-1.0.0.dex.jar;error_prone_annotations-2.9.0.dex.jar;exifinterface-1.3.6.dex.jar;firebase-annotations-16.2.0.dex.jar;firebase-common-20.3.1.dex.jar;firebase-components-17.1.0.dex.jar;firebase-datatransport-18.1.7.dex.jar;firebase-encoders-17.0.0.dex.jar;firebase-encoders-json-18.0.0.dex.jar;firebase-encoders-proto-16.0.0.dex.jar;firebase-iid-interop-17.1.0.dex.jar;firebase-installations-17.1.3.dex.jar;firebase-installations-interop-17.1.0.dex.jar;firebase-measurement-connector-19.0.0.dex.jar;firebase-messaging-23.1.2.dex.jar;fmx.dex.jar;fragment-1.2.5.dex.jar;google-play-licensing.dex.jar;interpolator-1.0.0.dex.jar;javax.inject-1.dex.jar;kotlin-stdlib-1.8.22.dex.jar;kotlin-stdlib-common-1.8.22.dex.jar;kotlin-stdlib-jdk7-1.8.22.dex.jar;kotlin-stdlib-jdk8-1.8.22.dex.jar;kotlinx-coroutines-android-1.6.4.dex.jar;kotlinx-coroutines-core-jvm-1.6.4.dex.jar;legacy-support-core-utils-1.0.0.dex.jar;lifecycle-common-2.6.1.dex.jar;lifecycle-livedata-2.6.1.dex.jar;lifecycle-livedata-core-2.6.1.dex.jar;lifecycle-runtime-2.6.1.dex.jar;lifecycle-service-2.6.1.dex.jar;lifecycle-viewmodel-2.6.1.dex.jar;lifecycle-viewmodel-savedstate-2.6.1.dex.jar;listenablefuture-1.0.dex.jar;loader-1.0.0.dex.jar;localbroadcastmanager-1.0.0.dex.jar;okio-jvm-3.4.0.dex.jar;play-services-ads-22.2.0.dex.jar;play-services-ads-base-22.2.0.dex.jar;play-services-ads-identifier-18.0.0.dex.jar;play-services-ads-lite-22.2.0.dex.jar;play-services-appset-16.0.1.dex.jar;play-services-base-18.1.0.dex.jar;play-services-basement-18.1.0.dex.jar;play-services-cloud-messaging-17.0.1.dex.jar;play-services-location-21.0.1.dex.jar;play-services-maps-18.1.0.dex.jar;play-services-measurement-base-20.1.2.dex.jar;play-services-measurement-sdk-api-20.1.2.dex.jar;play-services-stats-17.0.2.dex.jar;play-services-tasks-18.0.2.dex.jar;print-1.0.0.dex.jar;profileinstaller-1.3.0.dex.jar;room-common-2.2.5.dex.jar;room-runtime-2.2.5.dex.jar;savedstate-1.2.1.dex.jar;sqlite-2.1.0.dex.jar;sqlite-framework-2.1.0.dex.jar;startup-runtime-1.1.1.dex.jar;tracing-1.0.0.dex.jar;transport-api-3.0.0.dex.jar;transport-backend-cct-3.1.8.dex.jar;transport-runtime-3.1.8.dex.jar;user-messaging-platform-2.0.0.dex.jar;vectordrawable-1.1.0.dex.jar;vectordrawable-animated-1.1.0.dex.jar;versionedparcelable-1.1.1.dex.jar;viewpager-1.0.0.dex.jar;work-runtime-2.7.0.dex.jar</EnabledSysJars>
136
    </PropertyGroup>
137
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
138
        <DCC_UsePackage>DBXSqliteDriver;bindcompdbx;IndyIPCommon;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;tethering;svnui;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;vclimg;TeeDB;vcltouch;vcldb;bindcompfmx;svn;Intraweb;FireDACPgDriver;ibmonitor;inetdb;FMXTee;DbxCommonDriver;FmxTeeUI;ibxpress;fmx;fmxdae;xmlrtl;ibxbindings;fmxobj;vclwinx;vclib;rtl;Tee;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;IndyIPClient;bindcompvcl;TeeUI;VCLRESTComponents;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;dsnapxml;FireDACMySQLDriver;dbrtl;inetdbxpress;IndyProtocols;FireDACCommonODBC;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
139
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
140
        <BT_BuildType>Debug</BT_BuildType>
141
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
142
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
143
        <VerInfo_Locale>1033</VerInfo_Locale>
144
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
145
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
146
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
147
    </PropertyGroup>
148
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
149
        <DCC_UsePackage>DBXSqliteDriver;bindcompdbx;IndyIPCommon;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;tethering;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;vclimg;TeeDB;vcltouch;vcldb;bindcompfmx;Intraweb;FireDACPgDriver;ibmonitor;inetdb;FMXTee;DbxCommonDriver;FmxTeeUI;ibxpress;fmx;fmxdae;xmlrtl;ibxbindings;fmxobj;vclwinx;vclib;rtl;Tee;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;IndyIPClient;bindcompvcl;TeeUI;VCLRESTComponents;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;dsnapxml;FireDACMySQLDriver;dbrtl;inetdbxpress;IndyProtocols;FireDACCommonODBC;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
150
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
151
        <BT_BuildType>Debug</BT_BuildType>
152
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
153
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
154
        <VerInfo_Locale>1033</VerInfo_Locale>
155
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
156
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
157
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
158
    </PropertyGroup>
159
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
160
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
161
        <DCC_DebugDCUs>true</DCC_DebugDCUs>
162
        <DCC_Optimize>false</DCC_Optimize>
163
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
164
        <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
165
        <DCC_RemoteDebug>true</DCC_RemoteDebug>
166
    </PropertyGroup>
167
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
168
        <DCC_RemoteDebug>false</DCC_RemoteDebug>
169
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
170
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
171
    </PropertyGroup>
172
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
173
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
174
        <DCC_UnitSearchPath>..\_LIBRARY;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
175
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
176
        <VerInfo_Locale>1033</VerInfo_Locale>
177
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
178
    </PropertyGroup>
179
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
180
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
181
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
182
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
183
        <DCC_DebugInformation>0</DCC_DebugInformation>
184
    </PropertyGroup>
185
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
186
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
187
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
188
    </PropertyGroup>
189
    <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
190
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
191
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
192
    </PropertyGroup>
193
    <ItemGroup>
194
        <DelphiCompile Include="$(MainSource)">
195
            <MainSource>MainSource</MainSource>
196
        </DelphiCompile>
197
        <DCCReference Include="Main.pas">
198
            <Form>Form1</Form>
199
            <FormType>fmx</FormType>
200
        </DCCReference>
201
        <BuildConfiguration Include="Base">
202
            <Key>Base</Key>
203
        </BuildConfiguration>
204
        <BuildConfiguration Include="Debug">
205
            <Key>Cfg_1</Key>
206
            <CfgParent>Base</CfgParent>
207
        </BuildConfiguration>
208
        <BuildConfiguration Include="Release">
209
            <Key>Cfg_2</Key>
210
            <CfgParent>Base</CfgParent>
211
        </BuildConfiguration>
212
    </ItemGroup>
213
    <ProjectExtensions>
214
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
215
        <Borland.ProjectType>Application</Borland.ProjectType>
216
        <BorlandProject>
217
            <Delphi.Personality>
218
                <Source>
219
                    <Source Name="MainSource">MarchingCubes.dpr</Source>
220
                </Source>
221
                <Excluded_Packages>
222
                    <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
223
                    <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
224
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
225
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
226
                </Excluded_Packages>
227
            </Delphi.Personality>
228
            <Deployment Version="4">
229
                <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule"/>
230
                <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
231
                    <Platform Name="iOSSimulator">
232
                        <Overwrite>true</Overwrite>
233
                    </Platform>
234
                </DeployFile>
235
                <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
236
                    <Platform Name="iOSSimulator">
237
                        <Overwrite>true</Overwrite>
238
                    </Platform>
239
                </DeployFile>
240
                <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule"/>
241
                <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
242
                    <Platform Name="OSX32">
243
                        <Overwrite>true</Overwrite>
244
                    </Platform>
245
                </DeployFile>
246
                <DeployFile LocalName="Win32\Debug\MarchingCubes.exe" Configuration="Debug" Class="ProjectOutput"/>
247
                <DeployFile LocalName="Win64\Debug\MarchingCubes.exe" Configuration="Debug" Class="ProjectOutput"/>
248
                <DeployFile LocalName="Win64\Debug\MarchingCubes.exe" Configuration="Debug" Class="ProjectOutput">
249
                    <Platform Name="Win64">
250
                        <RemoteName>MarchingCubes.exe</RemoteName>
251
                        <Overwrite>true</Overwrite>
252
                    </Platform>
253
                </DeployFile>
254
                <DeployFile LocalName="Win64\Debug\MarchingCubes.rsm" Configuration="Debug" Class="DebugSymbols"/>
255
                <DeployFile LocalName="Win64\Debug\MarchingCubes.rsm" Configuration="Debug" Class="DebugSymbols">
256
                    <Platform Name="Win64">
257
                        <RemoteName>MarchingCubes.rsm</RemoteName>
258
                        <Overwrite>true</Overwrite>
259
                    </Platform>
260
                </DeployFile>
261
                <DeployClass Name="AdditionalDebugSymbols">
262
                    <Platform Name="iOSSimulator">
263
                        <Operation>1</Operation>
264
                    </Platform>
265
                    <Platform Name="OSX32">
266
                        <RemoteDir>Contents\MacOS</RemoteDir>
267
                        <Operation>1</Operation>
268
                    </Platform>
269
                    <Platform Name="Win32">
270
                        <Operation>0</Operation>
271
                    </Platform>
272
                </DeployClass>
273
                <DeployClass Name="AndroidClasses">
274
                    <Platform Name="Android">
275
                        <RemoteDir>classes</RemoteDir>
276
                        <Operation>64</Operation>
277
                    </Platform>
278
                    <Platform Name="Android64">
279
                        <RemoteDir>classes</RemoteDir>
280
                        <Operation>64</Operation>
281
                    </Platform>
282
                </DeployClass>
283
                <DeployClass Name="AndroidFileProvider">
284
                    <Platform Name="Android">
285
                        <RemoteDir>res\xml</RemoteDir>
286
                        <Operation>1</Operation>
287
                    </Platform>
288
                    <Platform Name="Android64">
289
                        <RemoteDir>res\xml</RemoteDir>
290
                        <Operation>1</Operation>
291
                    </Platform>
292
                </DeployClass>
293
                <DeployClass Name="AndroidLibnativeArmeabiFile">
294
                    <Platform Name="Android">
295
                        <RemoteDir>library\lib\armeabi</RemoteDir>
296
                        <Operation>1</Operation>
297
                    </Platform>
298
                    <Platform Name="Android64">
299
                        <RemoteDir>library\lib\armeabi</RemoteDir>
300
                        <Operation>1</Operation>
301
                    </Platform>
302
                </DeployClass>
303
                <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
304
                    <Platform Name="Android64">
305
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
306
                        <Operation>1</Operation>
307
                    </Platform>
308
                </DeployClass>
309
                <DeployClass Name="AndroidLibnativeMipsFile">
310
                    <Platform Name="Android">
311
                        <RemoteDir>library\lib\mips</RemoteDir>
312
                        <Operation>1</Operation>
313
                    </Platform>
314
                    <Platform Name="Android64">
315
                        <RemoteDir>library\lib\mips</RemoteDir>
316
                        <Operation>1</Operation>
317
                    </Platform>
318
                </DeployClass>
319
                <DeployClass Name="AndroidServiceOutput">
320
                    <Platform Name="Android">
321
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
322
                        <Operation>1</Operation>
323
                    </Platform>
324
                    <Platform Name="Android64">
325
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
326
                        <Operation>1</Operation>
327
                    </Platform>
328
                </DeployClass>
329
                <DeployClass Name="AndroidServiceOutput_Android32">
330
                    <Platform Name="Android64">
331
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
332
                        <Operation>1</Operation>
333
                    </Platform>
334
                </DeployClass>
335
                <DeployClass Name="AndroidSplashImageDef">
336
                    <Platform Name="Android">
337
                        <RemoteDir>res\drawable</RemoteDir>
338
                        <Operation>1</Operation>
339
                    </Platform>
340
                    <Platform Name="Android64">
341
                        <RemoteDir>res\drawable</RemoteDir>
342
                        <Operation>1</Operation>
343
                    </Platform>
344
                </DeployClass>
345
                <DeployClass Name="AndroidSplashImageDefV21">
346
                    <Platform Name="Android">
347
                        <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
348
                        <Operation>1</Operation>
349
                    </Platform>
350
                    <Platform Name="Android64">
351
                        <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
352
                        <Operation>1</Operation>
353
                    </Platform>
354
                </DeployClass>
355
                <DeployClass Name="AndroidSplashStyles">
356
                    <Platform Name="Android">
357
                        <RemoteDir>res\values</RemoteDir>
358
                        <Operation>1</Operation>
359
                    </Platform>
360
                    <Platform Name="Android64">
361
                        <RemoteDir>res\values</RemoteDir>
362
                        <Operation>1</Operation>
363
                    </Platform>
364
                </DeployClass>
365
                <DeployClass Name="AndroidSplashStylesV21">
366
                    <Platform Name="Android">
367
                        <RemoteDir>res\values-v21</RemoteDir>
368
                        <Operation>1</Operation>
369
                    </Platform>
370
                    <Platform Name="Android64">
371
                        <RemoteDir>res\values-v21</RemoteDir>
372
                        <Operation>1</Operation>
373
                    </Platform>
374
                </DeployClass>
375
                <DeployClass Name="AndroidSplashStylesV31">
376
                    <Platform Name="Android">
377
                        <RemoteDir>res\values-v31</RemoteDir>
378
                        <Operation>1</Operation>
379
                    </Platform>
380
                    <Platform Name="Android64">
381
                        <RemoteDir>res\values-v31</RemoteDir>
382
                        <Operation>1</Operation>
383
                    </Platform>
384
                </DeployClass>
385
                <DeployClass Name="Android_AdaptiveIcon">
386
                    <Platform Name="Android">
387
                        <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
388
                        <Operation>1</Operation>
389
                    </Platform>
390
                    <Platform Name="Android64">
391
                        <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
392
                        <Operation>1</Operation>
393
                    </Platform>
394
                </DeployClass>
395
                <DeployClass Name="Android_AdaptiveIconBackground">
396
                    <Platform Name="Android">
397
                        <RemoteDir>res\drawable</RemoteDir>
398
                        <Operation>1</Operation>
399
                    </Platform>
400
                    <Platform Name="Android64">
401
                        <RemoteDir>res\drawable</RemoteDir>
402
                        <Operation>1</Operation>
403
                    </Platform>
404
                </DeployClass>
405
                <DeployClass Name="Android_AdaptiveIconForeground">
406
                    <Platform Name="Android">
407
                        <RemoteDir>res\drawable</RemoteDir>
408
                        <Operation>1</Operation>
409
                    </Platform>
410
                    <Platform Name="Android64">
411
                        <RemoteDir>res\drawable</RemoteDir>
412
                        <Operation>1</Operation>
413
                    </Platform>
414
                </DeployClass>
415
                <DeployClass Name="Android_AdaptiveIconMonochrome">
416
                    <Platform Name="Android">
417
                        <RemoteDir>res\drawable</RemoteDir>
418
                        <Operation>1</Operation>
419
                    </Platform>
420
                    <Platform Name="Android64">
421
                        <RemoteDir>res\drawable</RemoteDir>
422
                        <Operation>1</Operation>
423
                    </Platform>
424
                </DeployClass>
425
                <DeployClass Name="Android_AdaptiveIconV33">
426
                    <Platform Name="Android">
427
                        <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
428
                        <Operation>1</Operation>
429
                    </Platform>
430
                    <Platform Name="Android64">
431
                        <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
432
                        <Operation>1</Operation>
433
                    </Platform>
434
                </DeployClass>
435
                <DeployClass Name="Android_Colors">
436
                    <Platform Name="Android">
437
                        <RemoteDir>res\values</RemoteDir>
438
                        <Operation>1</Operation>
439
                    </Platform>
440
                    <Platform Name="Android64">
441
                        <RemoteDir>res\values</RemoteDir>
442
                        <Operation>1</Operation>
443
                    </Platform>
444
                </DeployClass>
445
                <DeployClass Name="Android_ColorsDark">
446
                    <Platform Name="Android">
447
                        <RemoteDir>res\values-night-v21</RemoteDir>
448
                        <Operation>1</Operation>
449
                    </Platform>
450
                    <Platform Name="Android64">
451
                        <RemoteDir>res\values-night-v21</RemoteDir>
452
                        <Operation>1</Operation>
453
                    </Platform>
454
                </DeployClass>
455
                <DeployClass Name="Android_DefaultAppIcon">
456
                    <Platform Name="Android">
457
                        <RemoteDir>res\drawable</RemoteDir>
458
                        <Operation>1</Operation>
459
                    </Platform>
460
                    <Platform Name="Android64">
461
                        <RemoteDir>res\drawable</RemoteDir>
462
                        <Operation>1</Operation>
463
                    </Platform>
464
                </DeployClass>
465
                <DeployClass Name="Android_LauncherIcon144">
466
                    <Platform Name="Android">
467
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
468
                        <Operation>1</Operation>
469
                    </Platform>
470
                    <Platform Name="Android64">
471
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
472
                        <Operation>1</Operation>
473
                    </Platform>
474
                </DeployClass>
475
                <DeployClass Name="Android_LauncherIcon192">
476
                    <Platform Name="Android">
477
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
478
                        <Operation>1</Operation>
479
                    </Platform>
480
                    <Platform Name="Android64">
481
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
482
                        <Operation>1</Operation>
483
                    </Platform>
484
                </DeployClass>
485
                <DeployClass Name="Android_LauncherIcon36">
486
                    <Platform Name="Android">
487
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
488
                        <Operation>1</Operation>
489
                    </Platform>
490
                    <Platform Name="Android64">
491
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
492
                        <Operation>1</Operation>
493
                    </Platform>
494
                </DeployClass>
495
                <DeployClass Name="Android_LauncherIcon48">
496
                    <Platform Name="Android">
497
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
498
                        <Operation>1</Operation>
499
                    </Platform>
500
                    <Platform Name="Android64">
501
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
502
                        <Operation>1</Operation>
503
                    </Platform>
504
                </DeployClass>
505
                <DeployClass Name="Android_LauncherIcon72">
506
                    <Platform Name="Android">
507
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
508
                        <Operation>1</Operation>
509
                    </Platform>
510
                    <Platform Name="Android64">
511
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
512
                        <Operation>1</Operation>
513
                    </Platform>
514
                </DeployClass>
515
                <DeployClass Name="Android_LauncherIcon96">
516
                    <Platform Name="Android">
517
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
518
                        <Operation>1</Operation>
519
                    </Platform>
520
                    <Platform Name="Android64">
521
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
522
                        <Operation>1</Operation>
523
                    </Platform>
524
                </DeployClass>
525
                <DeployClass Name="Android_NotificationIcon24">
526
                    <Platform Name="Android">
527
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
528
                        <Operation>1</Operation>
529
                    </Platform>
530
                    <Platform Name="Android64">
531
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
532
                        <Operation>1</Operation>
533
                    </Platform>
534
                </DeployClass>
535
                <DeployClass Name="Android_NotificationIcon36">
536
                    <Platform Name="Android">
537
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
538
                        <Operation>1</Operation>
539
                    </Platform>
540
                    <Platform Name="Android64">
541
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
542
                        <Operation>1</Operation>
543
                    </Platform>
544
                </DeployClass>
545
                <DeployClass Name="Android_NotificationIcon48">
546
                    <Platform Name="Android">
547
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
548
                        <Operation>1</Operation>
549
                    </Platform>
550
                    <Platform Name="Android64">
551
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
552
                        <Operation>1</Operation>
553
                    </Platform>
554
                </DeployClass>
555
                <DeployClass Name="Android_NotificationIcon72">
556
                    <Platform Name="Android">
557
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
558
                        <Operation>1</Operation>
559
                    </Platform>
560
                    <Platform Name="Android64">
561
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
562
                        <Operation>1</Operation>
563
                    </Platform>
564
                </DeployClass>
565
                <DeployClass Name="Android_NotificationIcon96">
566
                    <Platform Name="Android">
567
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
568
                        <Operation>1</Operation>
569
                    </Platform>
570
                    <Platform Name="Android64">
571
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
572
                        <Operation>1</Operation>
573
                    </Platform>
574
                </DeployClass>
575
                <DeployClass Name="Android_SplashImage426">
576
                    <Platform Name="Android">
577
                        <RemoteDir>res\drawable-small</RemoteDir>
578
                        <Operation>1</Operation>
579
                    </Platform>
580
                    <Platform Name="Android64">
581
                        <RemoteDir>res\drawable-small</RemoteDir>
582
                        <Operation>1</Operation>
583
                    </Platform>
584
                </DeployClass>
585
                <DeployClass Name="Android_SplashImage470">
586
                    <Platform Name="Android">
587
                        <RemoteDir>res\drawable-normal</RemoteDir>
588
                        <Operation>1</Operation>
589
                    </Platform>
590
                    <Platform Name="Android64">
591
                        <RemoteDir>res\drawable-normal</RemoteDir>
592
                        <Operation>1</Operation>
593
                    </Platform>
594
                </DeployClass>
595
                <DeployClass Name="Android_SplashImage640">
596
                    <Platform Name="Android">
597
                        <RemoteDir>res\drawable-large</RemoteDir>
598
                        <Operation>1</Operation>
599
                    </Platform>
600
                    <Platform Name="Android64">
601
                        <RemoteDir>res\drawable-large</RemoteDir>
602
                        <Operation>1</Operation>
603
                    </Platform>
604
                </DeployClass>
605
                <DeployClass Name="Android_SplashImage960">
606
                    <Platform Name="Android">
607
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
608
                        <Operation>1</Operation>
609
                    </Platform>
610
                    <Platform Name="Android64">
611
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
612
                        <Operation>1</Operation>
613
                    </Platform>
614
                </DeployClass>
615
                <DeployClass Name="Android_Strings">
616
                    <Platform Name="Android">
617
                        <RemoteDir>res\values</RemoteDir>
618
                        <Operation>1</Operation>
619
                    </Platform>
620
                    <Platform Name="Android64">
621
                        <RemoteDir>res\values</RemoteDir>
622
                        <Operation>1</Operation>
623
                    </Platform>
624
                </DeployClass>
625
                <DeployClass Name="Android_VectorizedNotificationIcon">
626
                    <Platform Name="Android">
627
                        <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
628
                        <Operation>1</Operation>
629
                    </Platform>
630
                    <Platform Name="Android64">
631
                        <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
632
                        <Operation>1</Operation>
633
                    </Platform>
634
                </DeployClass>
635
                <DeployClass Name="Android_VectorizedSplash">
636
                    <Platform Name="Android">
637
                        <RemoteDir>res\drawable</RemoteDir>
638
                        <Operation>1</Operation>
639
                    </Platform>
640
                    <Platform Name="Android64">
641
                        <RemoteDir>res\drawable</RemoteDir>
642
                        <Operation>1</Operation>
643
                    </Platform>
644
                </DeployClass>
645
                <DeployClass Name="Android_VectorizedSplashDark">
646
                    <Platform Name="Android">
647
                        <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
648
                        <Operation>1</Operation>
649
                    </Platform>
650
                    <Platform Name="Android64">
651
                        <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
652
                        <Operation>1</Operation>
653
                    </Platform>
654
                </DeployClass>
655
                <DeployClass Name="Android_VectorizedSplashV31">
656
                    <Platform Name="Android">
657
                        <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
658
                        <Operation>1</Operation>
659
                    </Platform>
660
                    <Platform Name="Android64">
661
                        <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
662
                        <Operation>1</Operation>
663
                    </Platform>
664
                </DeployClass>
665
                <DeployClass Name="Android_VectorizedSplashV31Dark">
666
                    <Platform Name="Android">
667
                        <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
668
                        <Operation>1</Operation>
669
                    </Platform>
670
                    <Platform Name="Android64">
671
                        <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
672
                        <Operation>1</Operation>
673
                    </Platform>
674
                </DeployClass>
675
                <DeployClass Name="DebugSymbols">
676
                    <Platform Name="iOSSimulator">
677
                        <Operation>1</Operation>
678
                    </Platform>
679
                    <Platform Name="OSX32">
680
                        <RemoteDir>Contents\MacOS</RemoteDir>
681
                        <Operation>1</Operation>
682
                    </Platform>
683
                    <Platform Name="Win32">
684
                        <Operation>0</Operation>
685
                    </Platform>
686
                </DeployClass>
687
                <DeployClass Name="DependencyFramework">
688
                    <Platform Name="OSX32">
689
                        <RemoteDir>Contents\MacOS</RemoteDir>
690
                        <Operation>1</Operation>
691
                        <Extensions>.framework</Extensions>
692
                    </Platform>
693
                    <Platform Name="OSX64">
694
                        <RemoteDir>Contents\MacOS</RemoteDir>
695
                        <Operation>1</Operation>
696
                        <Extensions>.framework</Extensions>
697
                    </Platform>
698
                    <Platform Name="OSXARM64">
699
                        <RemoteDir>Contents\MacOS</RemoteDir>
700
                        <Operation>1</Operation>
701
                        <Extensions>.framework</Extensions>
702
                    </Platform>
703
                    <Platform Name="Win32">
704
                        <Operation>0</Operation>
705
                    </Platform>
706
                </DeployClass>
707
                <DeployClass Name="DependencyModule">
708
                    <Platform Name="iOSDevice32">
709
                        <Operation>1</Operation>
710
                        <Extensions>.dylib</Extensions>
711
                    </Platform>
712
                    <Platform Name="iOSDevice64">
713
                        <Operation>1</Operation>
714
                        <Extensions>.dylib</Extensions>
715
                    </Platform>
716
                    <Platform Name="iOSSimARM64">
717
                        <Operation>1</Operation>
718
                        <Extensions>.dylib</Extensions>
719
                    </Platform>
720
                    <Platform Name="OSX32">
721
                        <RemoteDir>Contents\MacOS</RemoteDir>
722
                        <Operation>1</Operation>
723
                        <Extensions>.dylib</Extensions>
724
                    </Platform>
725
                    <Platform Name="OSX64">
726
                        <RemoteDir>Contents\MacOS</RemoteDir>
727
                        <Operation>1</Operation>
728
                        <Extensions>.dylib</Extensions>
729
                    </Platform>
730
                    <Platform Name="OSXARM64">
731
                        <RemoteDir>Contents\MacOS</RemoteDir>
732
                        <Operation>1</Operation>
733
                        <Extensions>.dylib</Extensions>
734
                    </Platform>
735
                    <Platform Name="Win32">
736
                        <Operation>0</Operation>
737
                        <Extensions>.dll;.bpl</Extensions>
738
                    </Platform>
739
                </DeployClass>
740
                <DeployClass Required="true" Name="DependencyPackage">
741
                    <Platform Name="iOSDevice32">
742
                        <Operation>1</Operation>
743
                        <Extensions>.dylib</Extensions>
744
                    </Platform>
745
                    <Platform Name="iOSDevice64">
746
                        <Operation>1</Operation>
747
                        <Extensions>.dylib</Extensions>
748
                    </Platform>
749
                    <Platform Name="iOSSimARM64">
750
                        <Operation>1</Operation>
751
                        <Extensions>.dylib</Extensions>
752
                    </Platform>
753
                    <Platform Name="OSX32">
754
                        <RemoteDir>Contents\MacOS</RemoteDir>
755
                        <Operation>1</Operation>
756
                        <Extensions>.dylib</Extensions>
757
                    </Platform>
758
                    <Platform Name="OSX64">
759
                        <RemoteDir>Contents\MacOS</RemoteDir>
760
                        <Operation>1</Operation>
761
                        <Extensions>.dylib</Extensions>
762
                    </Platform>
763
                    <Platform Name="OSXARM64">
764
                        <RemoteDir>Contents\MacOS</RemoteDir>
765
                        <Operation>1</Operation>
766
                        <Extensions>.dylib</Extensions>
767
                    </Platform>
768
                    <Platform Name="Win32">
769
                        <Operation>0</Operation>
770
                        <Extensions>.bpl</Extensions>
771
                    </Platform>
772
                </DeployClass>
773
                <DeployClass Name="File">
774
                    <Platform Name="Android">
775
                        <Operation>0</Operation>
776
                    </Platform>
777
                    <Platform Name="Android64">
778
                        <Operation>0</Operation>
779
                    </Platform>
780
                    <Platform Name="iOSDevice32">
781
                        <Operation>0</Operation>
782
                    </Platform>
783
                    <Platform Name="iOSDevice64">
784
                        <Operation>0</Operation>
785
                    </Platform>
786
                    <Platform Name="iOSSimARM64">
787
                        <Operation>0</Operation>
788
                    </Platform>
789
                    <Platform Name="OSX32">
790
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
791
                        <Operation>0</Operation>
792
                    </Platform>
793
                    <Platform Name="OSX64">
794
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
795
                        <Operation>0</Operation>
796
                    </Platform>
797
                    <Platform Name="OSXARM64">
798
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
799
                        <Operation>0</Operation>
800
                    </Platform>
801
                    <Platform Name="Win32">
802
                        <Operation>0</Operation>
803
                    </Platform>
804
                </DeployClass>
805
                <DeployClass Name="ProjectAndroidManifest">
806
                    <Platform Name="Android">
807
                        <Operation>1</Operation>
808
                    </Platform>
809
                    <Platform Name="Android64">
810
                        <Operation>1</Operation>
811
                    </Platform>
812
                </DeployClass>
813
                <DeployClass Name="ProjectOSXDebug">
814
                    <Platform Name="OSX64">
815
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
816
                        <Operation>1</Operation>
817
                    </Platform>
818
                    <Platform Name="OSXARM64">
819
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
820
                        <Operation>1</Operation>
821
                    </Platform>
822
                </DeployClass>
823
                <DeployClass Name="ProjectOSXEntitlements">
824
                    <Platform Name="OSX32">
825
                        <RemoteDir>..\</RemoteDir>
826
                        <Operation>1</Operation>
827
                    </Platform>
828
                    <Platform Name="OSX64">
829
                        <RemoteDir>..\</RemoteDir>
830
                        <Operation>1</Operation>
831
                    </Platform>
832
                    <Platform Name="OSXARM64">
833
                        <RemoteDir>..\</RemoteDir>
834
                        <Operation>1</Operation>
835
                    </Platform>
836
                </DeployClass>
837
                <DeployClass Name="ProjectOSXInfoPList">
838
                    <Platform Name="OSX32">
839
                        <RemoteDir>Contents</RemoteDir>
840
                        <Operation>1</Operation>
841
                    </Platform>
842
                    <Platform Name="OSX64">
843
                        <RemoteDir>Contents</RemoteDir>
844
                        <Operation>1</Operation>
845
                    </Platform>
846
                    <Platform Name="OSXARM64">
847
                        <RemoteDir>Contents</RemoteDir>
848
                        <Operation>1</Operation>
849
                    </Platform>
850
                </DeployClass>
851
                <DeployClass Name="ProjectOSXResource">
852
                    <Platform Name="OSX32">
853
                        <RemoteDir>Contents\Resources</RemoteDir>
854
                        <Operation>1</Operation>
855
                    </Platform>
856
                    <Platform Name="OSX64">
857
                        <RemoteDir>Contents\Resources</RemoteDir>
858
                        <Operation>1</Operation>
859
                    </Platform>
860
                    <Platform Name="OSXARM64">
861
                        <RemoteDir>Contents\Resources</RemoteDir>
862
                        <Operation>1</Operation>
863
                    </Platform>
864
                </DeployClass>
865
                <DeployClass Required="true" Name="ProjectOutput">
866
                    <Platform Name="Android">
867
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
868
                        <Operation>1</Operation>
869
                    </Platform>
870
                    <Platform Name="Android64">
871
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
872
                        <Operation>1</Operation>
873
                    </Platform>
874
                    <Platform Name="iOSDevice32">
875
                        <Operation>1</Operation>
876
                    </Platform>
877
                    <Platform Name="iOSDevice64">
878
                        <Operation>1</Operation>
879
                    </Platform>
880
                    <Platform Name="iOSSimARM64">
881
                        <Operation>1</Operation>
882
                    </Platform>
883
                    <Platform Name="Linux64">
884
                        <Operation>1</Operation>
885
                    </Platform>
886
                    <Platform Name="OSX32">
887
                        <RemoteDir>Contents\MacOS</RemoteDir>
888
                        <Operation>1</Operation>
889
                    </Platform>
890
                    <Platform Name="OSX64">
891
                        <RemoteDir>Contents\MacOS</RemoteDir>
892
                        <Operation>1</Operation>
893
                    </Platform>
894
                    <Platform Name="OSXARM64">
895
                        <RemoteDir>Contents\MacOS</RemoteDir>
896
                        <Operation>1</Operation>
897
                    </Platform>
898
                    <Platform Name="Win32">
899
                        <Operation>0</Operation>
900
                    </Platform>
901
                </DeployClass>
902
                <DeployClass Name="ProjectOutput_Android32">
903
                    <Platform Name="Android64">
904
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
905
                        <Operation>1</Operation>
906
                    </Platform>
907
                </DeployClass>
908
                <DeployClass Name="ProjectUWPManifest">
909
                    <Platform Name="Win32">
910
                        <Operation>1</Operation>
911
                    </Platform>
912
                    <Platform Name="Win64">
913
                        <Operation>1</Operation>
914
                    </Platform>
915
                    <Platform Name="Win64x">
916
                        <Operation>1</Operation>
917
                    </Platform>
918
                </DeployClass>
919
                <DeployClass Name="ProjectiOSDeviceDebug">
920
                    <Platform Name="iOSDevice32">
921
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
922
                        <Operation>1</Operation>
923
                    </Platform>
924
                    <Platform Name="iOSDevice64">
925
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
926
                        <Operation>1</Operation>
927
                    </Platform>
928
                    <Platform Name="iOSSimARM64">
929
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
930
                        <Operation>1</Operation>
931
                    </Platform>
932
                </DeployClass>
933
                <DeployClass Name="ProjectiOSEntitlements">
934
                    <Platform Name="iOSDevice32">
935
                        <RemoteDir>..\</RemoteDir>
936
                        <Operation>1</Operation>
937
                    </Platform>
938
                    <Platform Name="iOSDevice64">
939
                        <RemoteDir>..\</RemoteDir>
940
                        <Operation>1</Operation>
941
                    </Platform>
942
                    <Platform Name="iOSSimARM64">
943
                        <RemoteDir>..\</RemoteDir>
944
                        <Operation>1</Operation>
945
                    </Platform>
946
                </DeployClass>
947
                <DeployClass Name="ProjectiOSInfoPList">
948
                    <Platform Name="iOSDevice32">
949
                        <Operation>1</Operation>
950
                    </Platform>
951
                    <Platform Name="iOSDevice64">
952
                        <Operation>1</Operation>
953
                    </Platform>
954
                    <Platform Name="iOSSimARM64">
955
                        <Operation>1</Operation>
956
                    </Platform>
957
                </DeployClass>
958
                <DeployClass Name="ProjectiOSLaunchScreen">
959
                    <Platform Name="iOSDevice64">
960
                        <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
961
                        <Operation>64</Operation>
962
                    </Platform>
963
                    <Platform Name="iOSSimARM64">
964
                        <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
965
                        <Operation>64</Operation>
966
                    </Platform>
967
                </DeployClass>
968
                <DeployClass Name="ProjectiOSResource">
969
                    <Platform Name="iOSDevice32">
970
                        <Operation>1</Operation>
971
                    </Platform>
972
                    <Platform Name="iOSDevice64">
973
                        <Operation>1</Operation>
974
                    </Platform>
975
                    <Platform Name="iOSSimARM64">
976
                        <Operation>1</Operation>
977
                    </Platform>
978
                </DeployClass>
979
                <DeployClass Name="UWP_DelphiLogo150">
980
                    <Platform Name="Win32">
981
                        <RemoteDir>Assets</RemoteDir>
982
                        <Operation>1</Operation>
983
                    </Platform>
984
                    <Platform Name="Win64">
985
                        <RemoteDir>Assets</RemoteDir>
986
                        <Operation>1</Operation>
987
                    </Platform>
988
                </DeployClass>
989
                <DeployClass Name="UWP_DelphiLogo44">
990
                    <Platform Name="Win32">
991
                        <RemoteDir>Assets</RemoteDir>
992
                        <Operation>1</Operation>
993
                    </Platform>
994
                    <Platform Name="Win64">
995
                        <RemoteDir>Assets</RemoteDir>
996
                        <Operation>1</Operation>
997
                    </Platform>
998
                </DeployClass>
999
                <DeployClass Name="iOS_AppStore1024">
1000
                    <Platform Name="iOSDevice64">
1001
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1002
                        <Operation>1</Operation>
1003
                    </Platform>
1004
                    <Platform Name="iOSSimARM64">
1005
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1006
                        <Operation>1</Operation>
1007
                    </Platform>
1008
                </DeployClass>
1009
                <DeployClass Name="iPad_AppIcon152">
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="iPad_AppIcon167">
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="iPad_Launch2x">
1030
                    <Platform Name="iOSDevice64">
1031
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
1032
                        <Operation>1</Operation>
1033
                    </Platform>
1034
                    <Platform Name="iOSSimARM64">
1035
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
1036
                        <Operation>1</Operation>
1037
                    </Platform>
1038
                </DeployClass>
1039
                <DeployClass Name="iPad_LaunchDark2x">
1040
                    <Platform Name="iOSDevice64">
1041
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
1042
                        <Operation>1</Operation>
1043
                    </Platform>
1044
                    <Platform Name="iOSSimARM64">
1045
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
1046
                        <Operation>1</Operation>
1047
                    </Platform>
1048
                </DeployClass>
1049
                <DeployClass Name="iPad_Notification40">
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="iPad_Setting58">
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
                <DeployClass Name="iPad_SpotLight80">
1070
                    <Platform Name="iOSDevice64">
1071
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1072
                        <Operation>1</Operation>
1073
                    </Platform>
1074
                    <Platform Name="iOSSimARM64">
1075
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1076
                        <Operation>1</Operation>
1077
                    </Platform>
1078
                </DeployClass>
1079
                <DeployClass Name="iPhone_AppIcon120">
1080
                    <Platform Name="iOSDevice64">
1081
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1082
                        <Operation>1</Operation>
1083
                    </Platform>
1084
                    <Platform Name="iOSSimARM64">
1085
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1086
                        <Operation>1</Operation>
1087
                    </Platform>
1088
                </DeployClass>
1089
                <DeployClass Name="iPhone_AppIcon180">
1090
                    <Platform Name="iOSDevice64">
1091
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1092
                        <Operation>1</Operation>
1093
                    </Platform>
1094
                    <Platform Name="iOSSimARM64">
1095
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1096
                        <Operation>1</Operation>
1097
                    </Platform>
1098
                </DeployClass>
1099
                <DeployClass Name="iPhone_Launch2x">
1100
                    <Platform Name="iOSDevice64">
1101
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
1102
                        <Operation>1</Operation>
1103
                    </Platform>
1104
                    <Platform Name="iOSSimARM64">
1105
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
1106
                        <Operation>1</Operation>
1107
                    </Platform>
1108
                </DeployClass>
1109
                <DeployClass Name="iPhone_Launch3x">
1110
                    <Platform Name="iOSDevice64">
1111
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
1112
                        <Operation>1</Operation>
1113
                    </Platform>
1114
                    <Platform Name="iOSSimARM64">
1115
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
1116
                        <Operation>1</Operation>
1117
                    </Platform>
1118
                </DeployClass>
1119
                <DeployClass Name="iPhone_LaunchDark2x">
1120
                    <Platform Name="iOSDevice64">
1121
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
1122
                        <Operation>1</Operation>
1123
                    </Platform>
1124
                    <Platform Name="iOSSimARM64">
1125
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
1126
                        <Operation>1</Operation>
1127
                    </Platform>
1128
                </DeployClass>
1129
                <DeployClass Name="iPhone_LaunchDark3x">
1130
                    <Platform Name="iOSDevice64">
1131
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
1132
                        <Operation>1</Operation>
1133
                    </Platform>
1134
                    <Platform Name="iOSSimARM64">
1135
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
1136
                        <Operation>1</Operation>
1137
                    </Platform>
1138
                </DeployClass>
1139
                <DeployClass Name="iPhone_Notification40">
1140
                    <Platform Name="iOSDevice64">
1141
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1142
                        <Operation>1</Operation>
1143
                    </Platform>
1144
                    <Platform Name="iOSSimARM64">
1145
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1146
                        <Operation>1</Operation>
1147
                    </Platform>
1148
                </DeployClass>
1149
                <DeployClass Name="iPhone_Notification60">
1150
                    <Platform Name="iOSDevice64">
1151
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1152
                        <Operation>1</Operation>
1153
                    </Platform>
1154
                    <Platform Name="iOSSimARM64">
1155
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1156
                        <Operation>1</Operation>
1157
                    </Platform>
1158
                </DeployClass>
1159
                <DeployClass Name="iPhone_Setting58">
1160
                    <Platform Name="iOSDevice64">
1161
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1162
                        <Operation>1</Operation>
1163
                    </Platform>
1164
                    <Platform Name="iOSSimARM64">
1165
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1166
                        <Operation>1</Operation>
1167
                    </Platform>
1168
                </DeployClass>
1169
                <DeployClass Name="iPhone_Setting87">
1170
                    <Platform Name="iOSDevice64">
1171
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1172
                        <Operation>1</Operation>
1173
                    </Platform>
1174
                    <Platform Name="iOSSimARM64">
1175
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1176
                        <Operation>1</Operation>
1177
                    </Platform>
1178
                </DeployClass>
1179
                <DeployClass Name="iPhone_Spotlight120">
1180
                    <Platform Name="iOSDevice64">
1181
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1182
                        <Operation>1</Operation>
1183
                    </Platform>
1184
                    <Platform Name="iOSSimARM64">
1185
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1186
                        <Operation>1</Operation>
1187
                    </Platform>
1188
                </DeployClass>
1189
                <DeployClass Name="iPhone_Spotlight80">
1190
                    <Platform Name="iOSDevice64">
1191
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1192
                        <Operation>1</Operation>
1193
                    </Platform>
1194
                    <Platform Name="iOSSimARM64">
1195
                        <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
1196
                        <Operation>1</Operation>
1197
                    </Platform>
1198
                </DeployClass>
1199
                <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
1200
                <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
1201
                <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
1202
                <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
1203
                <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
1204
                <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
1205
                <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
1206
                <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
1207
                <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
1208
                <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
1209
                <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
1210
                <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
1211
                <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
1212
            </Deployment>
1213
            <Platforms>
1214
                <Platform value="Android">False</Platform>
1215
                <Platform value="Android64">False</Platform>
1216
                <Platform value="Win32">True</Platform>
1217
                <Platform value="Win64">True</Platform>
1218
            </Platforms>
1219
        </BorlandProject>
1220
        <ProjectFileVersion>12</ProjectFileVersion>
1221
    </ProjectExtensions>
1222
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
1223
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
1224
    <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
1225
</Project>
1226

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

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

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

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