|
@@ -7,7 +7,7 @@
|
|
|
<TargetedPlatforms>1</TargetedPlatforms>
|
|
|
<AppType>Application</AppType>
|
|
|
<FrameworkType>VCL</FrameworkType>
|
|
|
- <ProjectVersion>18.4</ProjectVersion>
|
|
|
+ <ProjectVersion>18.6</ProjectVersion>
|
|
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
@@ -83,7 +83,7 @@
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
|
|
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
|
|
- <AppEnableHighDPI>true</AppEnableHighDPI>
|
|
|
+ <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
|
|
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
|
@@ -92,18 +92,18 @@
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
|
|
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
|
|
- <AppEnableHighDPI>true</AppEnableHighDPI>
|
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
|
|
|
+ <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<DelphiCompile Include="$(MainSource)">
|
|
|
<MainSource>MainSource</MainSource>
|
|
|
</DelphiCompile>
|
|
|
<DCCReference Include="..\core\URandomHash.pas"/>
|
|
|
- <DCCReference Include="URandomHashTests.Delphi.pas"/>
|
|
|
<DCCReference Include="UPCSafeBoxRootHashTests.pas"/>
|
|
|
+ <DCCReference Include="URandomHash.Tests.Delphi.pas"/>
|
|
|
<None Include="PascalCoinUnitTests.dpr"/>
|
|
|
<BuildConfiguration Include="Debug">
|
|
|
<Key>Cfg_2</Key>
|
|
@@ -143,7 +143,7 @@
|
|
|
</DeployFile>
|
|
|
<DeployFile LocalName="PascalCoinUnitTests.exe" Configuration="Debug" Class="ProjectOutput">
|
|
|
<Platform Name="Win32">
|
|
|
- <RemoteName>RandomHash_Tests.exe</RemoteName>
|
|
|
+ <RemoteName>PascalCoinUnitTests.exe</RemoteName>
|
|
|
<Overwrite>true</Overwrite>
|
|
|
</Platform>
|
|
|
</DeployFile>
|
|
@@ -156,7 +156,6 @@
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
<Platform Name="Win32">
|
|
|
- <RemoteDir>Contents\MacOS</RemoteDir>
|
|
|
<Operation>0</Operation>
|
|
|
</Platform>
|
|
|
</DeployClass>
|
|
@@ -166,6 +165,12 @@
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
</DeployClass>
|
|
|
+ <DeployClass Name="AndroidFileProvider">
|
|
|
+ <Platform Name="Android">
|
|
|
+ <RemoteDir>res\xml</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
<DeployClass Name="AndroidGDBServer">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
@@ -202,6 +207,12 @@
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
</DeployClass>
|
|
|
+ <DeployClass Name="AndroidSplashStylesV21">
|
|
|
+ <Platform Name="Android">
|
|
|
+ <RemoteDir>res\values-v21</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
<DeployClass Name="Android_DefaultAppIcon">
|
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable</RemoteDir>
|
|
@@ -280,6 +291,11 @@
|
|
|
<Operation>1</Operation>
|
|
|
<Extensions>.framework</Extensions>
|
|
|
</Platform>
|
|
|
+ <Platform Name="OSX64">
|
|
|
+ <RemoteDir>Contents\MacOS</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ <Extensions>.framework</Extensions>
|
|
|
+ </Platform>
|
|
|
<Platform Name="Win32">
|
|
|
<Operation>0</Operation>
|
|
|
</Platform>
|
|
@@ -302,6 +318,11 @@
|
|
|
<Operation>1</Operation>
|
|
|
<Extensions>.dylib</Extensions>
|
|
|
</Platform>
|
|
|
+ <Platform Name="OSX64">
|
|
|
+ <RemoteDir>Contents\MacOS</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ <Extensions>.dylib</Extensions>
|
|
|
+ </Platform>
|
|
|
<Platform Name="Win32">
|
|
|
<Operation>0</Operation>
|
|
|
<Extensions>.dll;.bpl</Extensions>
|
|
@@ -325,6 +346,11 @@
|
|
|
<Operation>1</Operation>
|
|
|
<Extensions>.dylib</Extensions>
|
|
|
</Platform>
|
|
|
+ <Platform Name="OSX64">
|
|
|
+ <RemoteDir>Contents\MacOS</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ <Extensions>.dylib</Extensions>
|
|
|
+ </Platform>
|
|
|
<Platform Name="Win32">
|
|
|
<Operation>0</Operation>
|
|
|
<Extensions>.bpl</Extensions>
|
|
@@ -347,6 +373,10 @@
|
|
|
<RemoteDir>Contents\Resources\StartUp\</RemoteDir>
|
|
|
<Operation>0</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="OSX64">
|
|
|
+ <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
|
|
|
+ <Operation>0</Operation>
|
|
|
+ </Platform>
|
|
|
<Platform Name="Win32">
|
|
|
<Operation>0</Operation>
|
|
|
</Platform>
|
|
@@ -483,23 +513,41 @@
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
</DeployClass>
|
|
|
+ <DeployClass Name="ProjectOSXDebug">
|
|
|
+ <Platform Name="OSX64">
|
|
|
+ <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
+ </DeployClass>
|
|
|
<DeployClass Name="ProjectOSXEntitlements">
|
|
|
<Platform Name="OSX32">
|
|
|
<RemoteDir>..\</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="OSX64">
|
|
|
+ <RemoteDir>..\</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="ProjectOSXInfoPList">
|
|
|
<Platform Name="OSX32">
|
|
|
<RemoteDir>Contents</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="OSX64">
|
|
|
+ <RemoteDir>Contents</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="ProjectOSXResource">
|
|
|
<Platform Name="OSX32">
|
|
|
<RemoteDir>Contents\Resources</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="OSX64">
|
|
|
+ <RemoteDir>Contents\Resources</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Required="true" Name="ProjectOutput">
|
|
|
<Platform Name="Android">
|
|
@@ -522,6 +570,10 @@
|
|
|
<RemoteDir>Contents\MacOS</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="OSX64">
|
|
|
+ <RemoteDir>Contents\MacOS</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
<Platform Name="Win32">
|
|
|
<Operation>0</Operation>
|
|
|
</Platform>
|
|
@@ -561,6 +613,7 @@
|
|
|
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
|
|
|
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
|
|
|
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
|
|
|
+ <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
|
|
|
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
|
|
|
</Deployment>
|
|
|
</BorlandProject>
|