|
68 | 68 | <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> |
69 | 69 | </PropertyGroup> |
70 | 70 | <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> |
72 | 72 | <BT_BuildType>Debug</BT_BuildType> |
73 | 73 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
74 | 74 | <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> |
76 | 75 | <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
77 | 76 | <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
78 | 77 | <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44> |
79 | 78 | <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150> |
| 79 | + <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon> |
80 | 80 | </PropertyGroup> |
81 | 81 | <PropertyGroup Condition="'$(Base_Win64)'!=''"> |
82 | 82 | <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44> |
|
86 | 86 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
87 | 87 | <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> |
88 | 88 | <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> |
89 | 92 | </PropertyGroup> |
90 | 93 | <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
91 | 94 | <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
|
111 | 114 | <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''"> |
112 | 115 | <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
113 | 116 | <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> |
114 | 119 | </PropertyGroup> |
115 | 120 | <ItemGroup> |
116 | 121 | <DelphiCompile Include="$(MainSource)"> |
|
0 commit comments