Make NBGV version resource information go into 1033.
Sean Hall committed
Jul 19, 2020 at 14:12 UTC
92f54db2406108864742bd1dd1a828171b1542bc
2 files changed
+7
src/Cpp.Build.props
+4
@@ -6,6 +6,10 @@
6
<Platform Condition=" '$(Platform)' == '' OR '$(Platform)' == 'AnyCPU' ">Win32</Platform>
7
<IntDir>$(BaseIntermediateOutputPath)$(Configuration)\$(Platform)\</IntDir>
8
<OutDir>$(OutputPath)$(Platform)\</OutDir>
9
+
10
+ <!-- NBGV properties -->
11
+ <AssemblyCompany>$(Company)</AssemblyCompany>
12
+ <AssemblyCopyright>$(Copyright)</AssemblyCopyright>
13
</PropertyGroup>
14
15
<PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='' AND '$(VisualStudioVersion)'>='15.0'">
src/stub/stub.vcxproj
+3
@@ -34,6 +34,9 @@
34
<PlatformToolset>v142</PlatformToolset>
35
<CharacterSet>Unicode</CharacterSet>
36
<Description>Native component of WixToolset.Burn</Description>
37
+ <!-- NBGV properties -->
38
+ <AssemblyLanguage>1033</AssemblyLanguage>
39
+ <AssemblyProduct>Burn</AssemblyProduct>
40
</PropertyGroup>
41
42
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />