|
5 | 5 | <FrameworkType>VCL</FrameworkType> |
6 | 6 | <Base>True</Base> |
7 | 7 | <Config Condition="'$(Config)'==''">Release</Config> |
8 | | - <Platform Condition="'$(Platform)'==''">Win64</Platform> |
| 8 | + <Platform Condition="'$(Platform)'==''">Win32</Platform> |
9 | 9 | <TargetedPlatforms>3</TargetedPlatforms> |
10 | 10 | <AppType>Application</AppType> |
11 | 11 | <MainSource>AutoGetItVCL.dpr</MainSource> |
|
127 | 127 | <DCC_DebugInformation>0</DCC_DebugInformation> |
128 | 128 | </PropertyGroup> |
129 | 129 | <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
130 | | - <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
131 | 130 | <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> |
132 | 131 | <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> |
134 | 135 | </PropertyGroup> |
135 | 136 | <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''"> |
136 | 137 | <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> |
137 | 142 | </PropertyGroup> |
138 | 143 | <ItemGroup> |
139 | 144 | <DelphiCompile Include="$(MainSource)"> |
|
0 commit comments