From 11f33bf61ebe93b54cf0a9901f118852896a1f88 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Thu, 16 Aug 2018 17:39:42 -0400 Subject: Update to latest MSBuild NuGet package and Windows 10 SDK for CA --- src/ca/vsca.vcxproj | 1 + src/wixlib/packages.config | 2 +- src/wixlib/vs.wixproj | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ca/vsca.vcxproj b/src/ca/vsca.vcxproj index c52840bf..f80b7215 100644 --- a/src/ca/vsca.vcxproj +++ b/src/ca/vsca.vcxproj @@ -24,6 +24,7 @@ Unicode vsca.def WiX Toolset VS CustomAction + $([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0')) diff --git a/src/wixlib/packages.config b/src/wixlib/packages.config index 45e5c7b1..f3d424e1 100644 --- a/src/wixlib/packages.config +++ b/src/wixlib/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/src/wixlib/vs.wixproj b/src/wixlib/vs.wixproj index 3cbd18e2..f283e6ef 100644 --- a/src/wixlib/vs.wixproj +++ b/src/wixlib/vs.wixproj @@ -1,7 +1,7 @@ - + {14345C9D-8AF8-435A-BB1B-E067CE7EB321} @@ -51,7 +51,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file -- cgit v1.2.3-55-g6feb