aboutsummaryrefslogtreecommitdiff
path: root/src/Cpp.Build.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-10 10:05:37 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-10 10:21:39 +1000
commitcff40371860cded7924b0010a26c9e8dc779cb0f (patch)
tree597d43815f4a6499cc7e6c58be313cc33a239b01 /src/Cpp.Build.props
parent87527d58d18fa719dc7a5ce512369485d907cba4 (diff)
downloadwix-cff40371860cded7924b0010a26c9e8dc779cb0f.tar.gz
wix-cff40371860cded7924b0010a26c9e8dc779cb0f.tar.bz2
wix-cff40371860cded7924b0010a26c9e8dc779cb0f.zip
Update dependencies.
Diffstat (limited to 'src/Cpp.Build.props')
-rw-r--r--src/Cpp.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props
index 0e00132b..44a042c7 100644
--- a/src/Cpp.Build.props
+++ b/src/Cpp.Build.props
@@ -8,7 +8,7 @@
8 <OutDir>$(OutputPath)$(Platform)\</OutDir> 8 <OutDir>$(OutputPath)$(Platform)\</OutDir>
9 </PropertyGroup> 9 </PropertyGroup>
10 10
11 <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='' AND '$(VisualStudioVersion)'=='15.0'"> 11 <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='' AND '$(VisualStudioVersion)'>='15.0'">
12 <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> 12 <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
13 </PropertyGroup> 13 </PropertyGroup>
14 14