diff options
author | Bob Arnson <bob@firegiant.com> | 2024-06-10 18:43:55 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-06-10 19:59:35 -0400 |
commit | eed1b5bbfb49d2425417bc342ecabe9edc206cdf (patch) | |
tree | 43765e211915264a22124b0e1e86a391051685c3 /src/Directory.vcxproj.props | |
parent | 4946477e98000db6769facea5c1cab8f50386b94 (diff) | |
download | wix-eed1b5bbfb49d2425417bc342ecabe9edc206cdf.tar.gz wix-eed1b5bbfb49d2425417bc342ecabe9edc206cdf.tar.bz2 wix-eed1b5bbfb49d2425417bc342ecabe9edc206cdf.zip |
Build native code with VC v143 toolset only.
v143 output is compatible back to VS2017 (at least).
Fixes https://github.com/wixtoolset/issues/issues/8211.
Diffstat (limited to 'src/Directory.vcxproj.props')
-rw-r--r-- | src/Directory.vcxproj.props | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Directory.vcxproj.props b/src/Directory.vcxproj.props index 9064973d..078309a2 100644 --- a/src/Directory.vcxproj.props +++ b/src/Directory.vcxproj.props | |||
@@ -10,9 +10,8 @@ | |||
10 | <OutDir>$(OutputPath)$(PlatformFolder)\</OutDir> | 10 | <OutDir>$(OutputPath)$(PlatformFolder)\</OutDir> |
11 | </PropertyGroup> | 11 | </PropertyGroup> |
12 | 12 | ||
13 | <!-- This is needed for v141 toolset, which doesn't understand `10.0` --> | ||
14 | <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'==''"> | 13 | <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'==''"> |
15 | <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> | 14 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
16 | </PropertyGroup> | 15 | </PropertyGroup> |
17 | 16 | ||
18 | <PropertyGroup Condition=" '$(CLRSupport)'!='true' "> | 17 | <PropertyGroup Condition=" '$(CLRSupport)'!='true' "> |