This repository was archived by the owner on Jun 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ To compile use:
1717Delphi XE2+ (there is Community Edition of Delphi what is completely free https://www.embarcadero.com/products/delphi/starter )
1818
1919and these additional components:
20+
2021A) JEDI Visual Component Library 3.5
2122http://jvcl.delphi-jedi.org/
2223http://jvcl.sourceforge.net/daily/
Original file line number Diff line number Diff line change 8585 <Icon_MainIcon>Truice_Icon.ico</Icon_MainIcon>
8686 <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
8787 <VerInfo_Locale>1033</VerInfo_Locale>
88- <Manifest_File>None </Manifest_File>
88+ <Manifest_File>$(BDS)\bin\default_app.manifest </Manifest_File>
8989 <VerInfo_Keys>CompanyName=;FileVersion=2.1.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
9090 <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
9191 <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
92+ <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
93+ <AppEnableHighDPI>true</AppEnableHighDPI>
9294 </PropertyGroup>
9395 <PropertyGroup Condition="'$(Base_Win64)'!=''">
9496 <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
9597 <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
9698 <Icon_MainIcon>Truice_Icon.ico</Icon_MainIcon>
97- <Manifest_File>None</Manifest_File>
99+ <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
100+ <VerInfo_Release>3</VerInfo_Release>
101+ <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
102+ <AppEnableHighDPI>true</AppEnableHighDPI>
98103 </PropertyGroup>
99104 <PropertyGroup Condition="'$(Cfg_1)'!=''">
100105 <DCC_UnitSearchPath>D:\Apps\AlphaControls;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
You can’t perform that action at this time.
0 commit comments