diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-19 14:12:59 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-07-19 19:16:11 +1000 |
commit | 92f54db2406108864742bd1dd1a828171b1542bc (patch) | |
tree | 4d79cce1da19dbd940bf53ded3107bdb5f3e88a7 | |
parent | 655a166adbd56ea7036b2001258ede77f58baee0 (diff) | |
download | wix-92f54db2406108864742bd1dd1a828171b1542bc.tar.gz wix-92f54db2406108864742bd1dd1a828171b1542bc.tar.bz2 wix-92f54db2406108864742bd1dd1a828171b1542bc.zip |
Make NBGV version resource information go into 1033.
-rw-r--r-- | src/Cpp.Build.props | 4 | ||||
-rw-r--r-- | src/stub/stub.vcxproj | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props index 44a042c7..ebbf9f71 100644 --- a/src/Cpp.Build.props +++ b/src/Cpp.Build.props | |||
@@ -6,6 +6,10 @@ | |||
6 | <Platform Condition=" '$(Platform)' == '' OR '$(Platform)' == 'AnyCPU' ">Win32</Platform> | 6 | <Platform Condition=" '$(Platform)' == '' OR '$(Platform)' == 'AnyCPU' ">Win32</Platform> |
7 | <IntDir>$(BaseIntermediateOutputPath)$(Configuration)\$(Platform)\</IntDir> | 7 | <IntDir>$(BaseIntermediateOutputPath)$(Configuration)\$(Platform)\</IntDir> |
8 | <OutDir>$(OutputPath)$(Platform)\</OutDir> | 8 | <OutDir>$(OutputPath)$(Platform)\</OutDir> |
9 | |||
10 | <!-- NBGV properties --> | ||
11 | <AssemblyCompany>$(Company)</AssemblyCompany> | ||
12 | <AssemblyCopyright>$(Copyright)</AssemblyCopyright> | ||
9 | </PropertyGroup> | 13 | </PropertyGroup> |
10 | 14 | ||
11 | <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='' AND '$(VisualStudioVersion)'>='15.0'"> | 15 | <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='' AND '$(VisualStudioVersion)'>='15.0'"> |
diff --git a/src/stub/stub.vcxproj b/src/stub/stub.vcxproj index d5644161..e6083aa5 100644 --- a/src/stub/stub.vcxproj +++ b/src/stub/stub.vcxproj | |||
@@ -34,6 +34,9 @@ | |||
34 | <PlatformToolset>v142</PlatformToolset> | 34 | <PlatformToolset>v142</PlatformToolset> |
35 | <CharacterSet>Unicode</CharacterSet> | 35 | <CharacterSet>Unicode</CharacterSet> |
36 | <Description>Native component of WixToolset.Burn</Description> | 36 | <Description>Native component of WixToolset.Burn</Description> |
37 | <!-- NBGV properties --> | ||
38 | <AssemblyLanguage>1033</AssemblyLanguage> | ||
39 | <AssemblyProduct>Burn</AssemblyProduct> | ||
37 | </PropertyGroup> | 40 | </PropertyGroup> |
38 | 41 | ||
39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |