aboutsummaryrefslogtreecommitdiff
path: root/src/Cpp.Build.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-06 08:20:28 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-06 14:19:01 +1000
commit2b82ad224e45a6f9d052ae892ecbf85e436b0bdf (patch)
treed85350b3f83b3d993f4aa76979f6a2c8319cb936 /src/Cpp.Build.props
parent2b6c622d48bb76619bbba89f94d4f7669a6eef5e (diff)
downloadwix-2b82ad224e45a6f9d052ae892ecbf85e436b0bdf.tar.gz
wix-2b82ad224e45a6f9d052ae892ecbf85e436b0bdf.tar.bz2
wix-2b82ad224e45a6f9d052ae892ecbf85e436b0bdf.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