Skip to content

Commit 4d9fa9f

Browse files
version 1.1
1 parent 85537d4 commit 4d9fa9f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

AutoGetItVCL.dproj

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<FrameworkType>VCL</FrameworkType>
66
<Base>True</Base>
77
<Config Condition="'$(Config)'==''">Release</Config>
8-
<Platform Condition="'$(Platform)'==''">Win64</Platform>
8+
<Platform Condition="'$(Platform)'==''">Win32</Platform>
99
<TargetedPlatforms>3</TargetedPlatforms>
1010
<AppType>Application</AppType>
1111
<MainSource>AutoGetItVCL.dpr</MainSource>
@@ -127,13 +127,18 @@
127127
<DCC_DebugInformation>0</DCC_DebugInformation>
128128
</PropertyGroup>
129129
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
130-
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
131130
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
132131
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
133-
<VerInfo_Locale>1033</VerInfo_Locale>
132+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.1.0.0;InternalName=AutoGetIt;LegalCopyright=;LegalTrademarks=;OriginalFilename=AutoGetItVCL.exe;ProgramID=com.corneliusconcepts.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.1;Comments=</VerInfo_Keys>
133+
<VerInfo_MinorVer>1</VerInfo_MinorVer>
134+
<Icon_MainIcon>$(ProjectName).Artwork\Windows\AppIcon.ico</Icon_MainIcon>
134135
</PropertyGroup>
135136
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
136137
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
138+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
139+
<VerInfo_MinorVer>1</VerInfo_MinorVer>
140+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.1.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=AutoGetItVCL.exe;ProgramID=com.corneliusconcepts.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.1;Comments=</VerInfo_Keys>
141+
<Icon_MainIcon>$(ProjectName).Artwork\Windows\AppIcon.ico</Icon_MainIcon>
137142
</PropertyGroup>
138143
<ItemGroup>
139144
<DelphiCompile Include="$(MainSource)">

0 commit comments

Comments
 (0)