From 92f54db2406108864742bd1dd1a828171b1542bc Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 19 Jul 2020 14:12:59 +1000 Subject: Make NBGV version resource information go into 1033. --- src/Cpp.Build.props | 4 ++++ src/stub/stub.vcxproj | 3 +++ 2 files changed, 7 insertions(+) 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 @@ Win32 $(BaseIntermediateOutputPath)$(Configuration)\$(Platform)\ $(OutputPath)$(Platform)\ + + + $(Company) + $(Copyright) 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 @@ v142 Unicode Native component of WixToolset.Burn + + 1033 + Burn -- cgit v1.2.3-55-g6feb