diff options
Diffstat (limited to 'src')
-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" /> |