diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-08 10:17:22 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-08 14:23:11 +1000 |
commit | 70be1d502423a22df7f28cc283761434d3a0eeaa (patch) | |
tree | 0d729b18841ab619cf4f26f5a79940c672b81f44 /src/Cpp.Build.props | |
parent | c239e0cc3a28a50c42c63b086ee62e17cf699104 (diff) | |
download | wix-70be1d502423a22df7f28cc283761434d3a0eeaa.tar.gz wix-70be1d502423a22df7f28cc283761434d3a0eeaa.tar.bz2 wix-70be1d502423a22df7f28cc283761434d3a0eeaa.zip |
Update dependencies.
Diffstat (limited to 'src/Cpp.Build.props')
-rw-r--r-- | src/Cpp.Build.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props index c6ced58e..827c071a 100644 --- a/src/Cpp.Build.props +++ b/src/Cpp.Build.props | |||
@@ -10,7 +10,7 @@ | |||
10 | <OutDir>$(OutputPath)$(NormalizedPlatform)\</OutDir> | 10 | <OutDir>$(OutputPath)$(NormalizedPlatform)\</OutDir> |
11 | </PropertyGroup> | 11 | </PropertyGroup> |
12 | 12 | ||
13 | <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='' AND '$(VisualStudioVersion)'=='15.0'"> | 13 | <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='' AND '$(VisualStudioVersion)'>='15.0'"> |
14 | <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> | 14 | <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> |
15 | </PropertyGroup> | 15 | </PropertyGroup> |
16 | 16 | ||