|
@@ -9,6 +9,7 @@
|
|
|
<FrameworkType>VCL</FrameworkType>
|
|
|
<ProjectVersion>20.1</ProjectVersion>
|
|
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
|
|
+ <ProjectName Condition="'$(ProjectName)'==''">GR32_RT</ProjectName>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
|
<Base>true</Base>
|
|
@@ -23,6 +24,11 @@
|
|
|
<CfgParent>Base</CfgParent>
|
|
|
<Base>true</Base>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Base)'=='true') or '$(Base_Win64x)'!=''">
|
|
|
+ <Base_Win64x>true</Base_Win64x>
|
|
|
+ <CfgParent>Base</CfgParent>
|
|
|
+ <Base>true</Base>
|
|
|
+ </PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
|
|
<Cfg_1>true</Cfg_1>
|
|
|
<CfgParent>Base</CfgParent>
|
|
@@ -85,6 +91,13 @@
|
|
|
<VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
|
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Base_Win64x)'!=''">
|
|
|
+ <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
|
|
+ <BT_BuildType>Debug</BT_BuildType>
|
|
|
+ <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
+ <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>
|
|
|
+ <VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
+ </PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
|
|
<DCC_DebugInformation>0</DCC_DebugInformation>
|
|
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
|
@@ -225,6 +238,7 @@
|
|
|
<Platforms>
|
|
|
<Platform value="Win32">True</Platform>
|
|
|
<Platform value="Win64">True</Platform>
|
|
|
+ <Platform value="Win64x">False</Platform>
|
|
|
</Platforms>
|
|
|
<Deployment Version="4">
|
|
|
<DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\GR32_RT.bpl" Configuration="Release" Class="ProjectOutput"/>
|
|
@@ -815,6 +829,9 @@
|
|
|
<Platform Name="Win64">
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Win64x">
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="ProjectiOSDeviceDebug">
|
|
|
<Platform Name="iOSDevice32">
|
|
@@ -1076,6 +1093,7 @@
|
|
|
<ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME)"/>
|
|
|
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
|
|
|
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
|
|
|
+ <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
|
|
|
</Deployment>
|
|
|
</BorlandProject>
|
|
|
<ProjectFileVersion>12</ProjectFileVersion>
|