Skip to content

Commit 07bc52a

Browse files
committed
Win64 is now the default platform; removed/replaced old icons; improved high DPI awareness
1 parent 1d22275 commit 07bc52a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Demos/Demo27/Demo27.dproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
6969
</PropertyGroup>
7070
<PropertyGroup Condition="'$(Base_Win32)'!=''">
71-
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
71+
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
7272
<BT_BuildType>Debug</BT_BuildType>
7373
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
7474
<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>
@@ -77,6 +77,7 @@
7777
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
7878
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
7979
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
80+
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
8081
</PropertyGroup>
8182
<PropertyGroup Condition="'$(Base_Win64)'!=''">
8283
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
@@ -87,6 +88,9 @@
8788
<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>
8889
<VerInfo_Locale>1033</VerInfo_Locale>
8990
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
91+
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
92+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
93+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
9094
</PropertyGroup>
9195
<PropertyGroup Condition="'$(Cfg_1)'!=''">
9296
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
@@ -112,6 +116,9 @@
112116
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
113117
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
114118
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
119+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
120+
<VerInfo_Locale>1033</VerInfo_Locale>
121+
<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>
115122
</PropertyGroup>
116123
<ItemGroup>
117124
<DelphiCompile Include="$(MainSource)">

0 commit comments

Comments
 (0)