diff options
Diffstat (limited to '')
-rw-r--r-- | src/Directory.Build.props | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 8969b436..da099c3d 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props | |||
@@ -17,6 +17,11 @@ | |||
17 | <BaseIntermediateOutputPath>$(BaseOutputPath)obj\$(ProjectName)\</BaseIntermediateOutputPath> | 17 | <BaseIntermediateOutputPath>$(BaseOutputPath)obj\$(ProjectName)\</BaseIntermediateOutputPath> |
18 | <OutputPath>$(BaseOutputPath)$(Configuration)\</OutputPath> | 18 | <OutputPath>$(BaseOutputPath)$(Configuration)\</OutputPath> |
19 | 19 | ||
20 | <!-- This is C++-specific but used from managed projects to pick up native build artifacts. --> | ||
21 | <WixNativeSdkLibraryToolset>v141</WixNativeSdkLibraryToolset> | ||
22 | <PlatformToolset Condition=" '$(ConfigurationType)' == 'StaticLibrary' ">$(WixNativeSdkLibraryToolset)</PlatformToolset> | ||
23 | <PlatformToolset Condition=" '$(PlatformToolset)' == '' ">v143</PlatformToolset> | ||
24 | |||
20 | <Authors>WiX Toolset Team</Authors> | 25 | <Authors>WiX Toolset Team</Authors> |
21 | <Company>WiX Toolset</Company> | 26 | <Company>WiX Toolset</Company> |
22 | <Copyright>Copyright (c) .NET Foundation and contributors. All rights reserved.</Copyright> | 27 | <Copyright>Copyright (c) .NET Foundation and contributors. All rights reserved.</Copyright> |