|
@@ -7,7 +7,7 @@
|
|
|
<TargetedPlatforms>1</TargetedPlatforms>
|
|
|
<AppType>Application</AppType>
|
|
|
<FrameworkType>VCL</FrameworkType>
|
|
|
- <ProjectVersion>18.5</ProjectVersion>
|
|
|
+ <ProjectVersion>19.0</ProjectVersion>
|
|
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
@@ -79,8 +79,9 @@
|
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
|
|
- <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
|
|
+ <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>
|
|
|
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
|
|
+ <BT_BuildType>Debug</BT_BuildType>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
|
|
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
|
@@ -90,7 +91,7 @@
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
|
|
|
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
|
|
- <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
|
|
|
+ <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
|
|
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
|
@@ -104,6 +105,7 @@
|
|
|
<VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
|
|
|
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
+ <BT_BuildType>Debug</BT_BuildType>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
@@ -113,7 +115,7 @@
|
|
|
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
|
|
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
- <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
|
|
|
+ <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<DelphiCompile Include="$(MainSource)">
|
|
@@ -191,12 +193,20 @@
|
|
|
<RemoteDir>classes</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>classes</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="AndroidFileProvider">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\xml</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\xml</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="AndroidGDBServer">
|
|
|
<Platform Name="Android">
|
|
@@ -209,96 +219,242 @@
|
|
|
<RemoteDir>library\lib\armeabi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>library\lib\armeabi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
+ <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="AndroidLibnativeMipsFile">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>library\lib\mips</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>library\lib\mips</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="AndroidServiceOutput">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>library\lib\arm64-v8a</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
+ <DeployClass Name="AndroidServiceOutput_Android32">
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="AndroidSplashImageDef">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="AndroidSplashStyles">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\values</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\values</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="AndroidSplashStylesV21">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\values-v21</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\values-v21</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
+ <DeployClass Name="Android_Colors">
|
|
|
+ <Platform Name="Android">
|
|
|
+ <RemoteDir>res\values</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\values</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_DefaultAppIcon">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_LauncherIcon144">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable-xxhdpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_LauncherIcon36">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-ldpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable-ldpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_LauncherIcon48">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-mdpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable-mdpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_LauncherIcon72">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-hdpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable-hdpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_LauncherIcon96">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-xhdpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable-xhdpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
+ <DeployClass Name="Android_NotificationIcon24">
|
|
|
+ <Platform Name="Android">
|
|
|
+ <RemoteDir>res\drawable-mdpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable-mdpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
+ <DeployClass Name="Android_NotificationIcon36">
|
|
|
+ <Platform Name="Android">
|
|
|
+ <RemoteDir>res\drawable-hdpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable-hdpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
+ <DeployClass Name="Android_NotificationIcon48">
|
|
|
+ <Platform Name="Android">
|
|
|
+ <RemoteDir>res\drawable-xhdpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable-xhdpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
+ <DeployClass Name="Android_NotificationIcon72">
|
|
|
+ <Platform Name="Android">
|
|
|
+ <RemoteDir>res\drawable-xxhdpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable-xxhdpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
+ <DeployClass Name="Android_NotificationIcon96">
|
|
|
+ <Platform Name="Android">
|
|
|
+ <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_SplashImage426">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-small</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable-small</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_SplashImage470">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-normal</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable-normal</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_SplashImage640">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-large</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable-large</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_SplashImage960">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-xlarge</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\drawable-xlarge</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
+ <DeployClass Name="Android_Strings">
|
|
|
+ <Platform Name="Android">
|
|
|
+ <RemoteDir>res\values</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>res\values</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="DebugSymbols">
|
|
|
<Platform Name="iOSSimulator">
|
|
@@ -387,6 +543,9 @@
|
|
|
<Platform Name="Android">
|
|
|
<Operation>0</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <Operation>0</Operation>
|
|
|
+ </Platform>
|
|
|
<Platform Name="iOSDevice32">
|
|
|
<Operation>0</Operation>
|
|
|
</Platform>
|
|
@@ -441,6 +600,16 @@
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
</DeployClass>
|
|
|
+ <DeployClass Name="iPad_Launch2x">
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
<DeployClass Name="iPad_Launch768">
|
|
|
<Platform Name="iOSDevice32">
|
|
|
<Operation>1</Operation>
|
|
@@ -452,6 +621,26 @@
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
</DeployClass>
|
|
|
+ <DeployClass Name="iPad_LaunchDark2x">
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
+ <DeployClass Name="iPhone_Launch2x">
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
<DeployClass Name="iPhone_Launch320">
|
|
|
<Platform Name="iOSDevice32">
|
|
|
<Operation>1</Operation>
|
|
@@ -463,6 +652,16 @@
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
</DeployClass>
|
|
|
+ <DeployClass Name="iPhone_Launch3x">
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
<DeployClass Name="iPhone_Launch640">
|
|
|
<Platform Name="iOSDevice32">
|
|
|
<Operation>1</Operation>
|
|
@@ -485,10 +684,33 @@
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
</DeployClass>
|
|
|
+ <DeployClass Name="iPhone_LaunchDark2x">
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
+ <DeployClass Name="iPhone_LaunchDark3x">
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
<DeployClass Name="ProjectAndroidManifest">
|
|
|
<Platform Name="Android">
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="ProjectiOSDeviceDebug">
|
|
|
<Platform Name="iOSDevice32">
|
|
@@ -529,6 +751,16 @@
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
</DeployClass>
|
|
|
+ <DeployClass Name="ProjectiOSLaunchScreen">
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
|
|
|
+ <Operation>64</Operation>
|
|
|
+ </Platform>
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
|
|
|
+ <Operation>64</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
<DeployClass Name="ProjectiOSResource">
|
|
|
<Platform Name="iOSDevice32">
|
|
|
<Operation>1</Operation>
|
|
@@ -581,6 +813,10 @@
|
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>library\lib\arm64-v8a</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
<Platform Name="iOSDevice32">
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
@@ -605,6 +841,12 @@
|
|
|
<Operation>0</Operation>
|
|
|
</Platform>
|
|
|
</DeployClass>
|
|
|
+ <DeployClass Name="ProjectOutput_Android32">
|
|
|
+ <Platform Name="Android64">
|
|
|
+ <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
<DeployClass Name="ProjectUWPManifest">
|
|
|
<Platform Name="Win32">
|
|
|
<Operation>1</Operation>
|
|
@@ -642,6 +884,7 @@
|
|
|
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
|
|
|
<ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
|
|
|
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
|
|
|
+ <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
|
|
|
</Deployment>
|
|
|
</BorlandProject>
|
|
|
<ProjectFileVersion>12</ProjectFileVersion>
|