From c435344731cfbfa4882d3afa9e82d4f86b49effe Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 13 Jan 2019 19:18:15 -0600 Subject: Update to latest Cpp.Build.props for locating latest Win10 SDK. Remove unused Microsoft.VisualStudio.Setup.Configuration.Native package. --- src/ca/iisca.vcxproj | 9 --------- src/ca/packages.config | 1 - src/ca/precomp.h | 1 - 3 files changed, 11 deletions(-) (limited to 'src/ca') diff --git a/src/ca/iisca.vcxproj b/src/ca/iisca.vcxproj index 08ac4444..2807447e 100644 --- a/src/ca/iisca.vcxproj +++ b/src/ca/iisca.vcxproj @@ -24,19 +24,11 @@ Unicode iisca.def WiX Toolset Iis CustomAction - $([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0')) - - - - - - - crypt32.lib;msi.lib;Ws2_32.lib @@ -140,7 +132,6 @@ 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}. - diff --git a/src/ca/packages.config b/src/ca/packages.config index b74ff5d0..b87f9ab4 100644 --- a/src/ca/packages.config +++ b/src/ca/packages.config @@ -1,6 +1,5 @@  - \ No newline at end of file diff --git a/src/ca/precomp.h b/src/ca/precomp.h index efddb5f2..c797ce82 100644 --- a/src/ca/precomp.h +++ b/src/ca/precomp.h @@ -18,7 +18,6 @@ #include // IIS 7 config #define MAXUINT USHRT_MAX -#include #include "wcautil.h" #include "wcawow64.h" -- cgit v1.2.3-55-g6feb