Skip to content

Commit f9263ae

Browse files
committed
added default icons; enabled RuntimeThemes; set DPI awareness
1 parent 375d172 commit f9263ae

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Demos/Demo26/Demo26.dproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@
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>
75-
<VerInfo_Locale>1033</VerInfo_Locale>
7675
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
7776
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
7877
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
7978
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
79+
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
8080
</PropertyGroup>
8181
<PropertyGroup Condition="'$(Base_Win64)'!=''">
8282
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
@@ -86,6 +86,9 @@
8686
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
8787
<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>
8888
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
89+
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
90+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
91+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
8992
</PropertyGroup>
9093
<PropertyGroup Condition="'$(Cfg_1)'!=''">
9194
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
@@ -111,6 +114,8 @@
111114
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
112115
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
113116
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
117+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
118+
<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>
114119
</PropertyGroup>
115120
<ItemGroup>
116121
<DelphiCompile Include="$(MainSource)">

0 commit comments

Comments
 (0)