|
@@ -10,6 +10,7 @@
|
|
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
|
|
<TargetedPlatforms>1</TargetedPlatforms>
|
|
|
<AppType>Application</AppType>
|
|
|
+ <ProjectName Condition="'$(ProjectName)'==''">ShadedTerrainC</ProjectName>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
|
<Base>true</Base>
|
|
@@ -24,6 +25,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)'=='Debug' or '$(Cfg_1)'!=''">
|
|
|
<Cfg_1>true</Cfg_1>
|
|
|
<CfgParent>Base</CfgParent>
|
|
@@ -41,6 +47,12 @@
|
|
|
<Cfg_1>true</Cfg_1>
|
|
|
<Base>true</Base>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64x)'!=''">
|
|
|
+ <Cfg_1_Win64x>true</Cfg_1_Win64x>
|
|
|
+ <CfgParent>Cfg_1</CfgParent>
|
|
|
+ <Cfg_1>true</Cfg_1>
|
|
|
+ <Base>true</Base>
|
|
|
+ </PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
|
|
|
<Cfg_2>true</Cfg_2>
|
|
|
<CfgParent>Base</CfgParent>
|
|
@@ -58,6 +70,12 @@
|
|
|
<Cfg_2>true</Cfg_2>
|
|
|
<Base>true</Base>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64x)'!=''">
|
|
|
+ <Cfg_2_Win64x>true</Cfg_2_Win64x>
|
|
|
+ <CfgParent>Cfg_2</CfgParent>
|
|
|
+ <Cfg_2>true</Cfg_2>
|
|
|
+ <Base>true</Base>
|
|
|
+ </PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Base)'!=''">
|
|
|
<SanitizedProjectName>ShadedTerrainC</SanitizedProjectName>
|
|
|
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
|
@@ -86,6 +104,9 @@
|
|
|
<FinalOutputDir>.</FinalOutputDir>
|
|
|
<TASM_AdditionalSwitches> /w2</TASM_AdditionalSwitches>
|
|
|
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
|
|
|
+ <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
|
|
|
+ <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
|
|
|
+ <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
|
|
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
|
@@ -109,6 +130,14 @@
|
|
|
<UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
|
|
|
<UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Base_Win64x)'!=''">
|
|
|
+ <DCC_Namespace>Winapi;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>
|
|
|
+ <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
|
|
+ </PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
|
|
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
|
|
|
<DCC_AdditionalSwitches> -M -V</DCC_AdditionalSwitches>
|
|
@@ -133,6 +162,9 @@
|
|
|
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
|
|
|
<BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Cfg_1_Win64x)'!=''">
|
|
|
+ <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
|
|
+ </PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
|
|
<BCC_OptimizationLevel>Level2</BCC_OptimizationLevel>
|
|
|
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
|
|
@@ -148,6 +180,9 @@
|
|
|
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
|
|
<BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Cfg_2_Win64x)'!=''">
|
|
|
+ <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<CppCompile Include="fShadedTerrainC.cpp">
|
|
|
<BuildOrder>2</BuildOrder>
|
|
@@ -244,6 +279,7 @@
|
|
|
<Platforms>
|
|
|
<Platform value="Win32">True</Platform>
|
|
|
<Platform value="Win64">False</Platform>
|
|
|
+ <Platform value="Win64x">False</Platform>
|
|
|
</Platforms>
|
|
|
<Deployment Version="4">
|
|
|
<DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
|
|
@@ -967,6 +1003,9 @@
|
|
|
<Platform Name="Win64">
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Win64x">
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="ProjectiOSDeviceDebug">
|
|
|
<Platform Name="iOSDevice32">
|
|
@@ -1037,6 +1076,10 @@
|
|
|
<RemoteDir>Assets</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Win64x">
|
|
|
+ <RemoteDir>Assets</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="UWP_CppLogo44">
|
|
|
<Platform Name="Win32">
|
|
@@ -1047,6 +1090,10 @@
|
|
|
<RemoteDir>Assets</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
|
+ <Platform Name="Win64x">
|
|
|
+ <RemoteDir>Assets</RemoteDir>
|
|
|
+ <Operation>1</Operation>
|
|
|
+ </Platform>
|
|
|
</DeployClass>
|
|
|
<DeployClass Name="iOS_AppStore1024">
|
|
|
<Platform Name="iOSDevice64">
|
|
@@ -1260,6 +1307,7 @@
|
|
|
<ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
|
|
|
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
|
|
|
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
|
|
|
+ <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
|
|
|
</Deployment>
|
|
|
</BorlandProject>
|
|
|
<ProjectFileVersion>12</ProjectFileVersion>
|