From 2b6c622d48bb76619bbba89f94d4f7669a6eef5e Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 13 Jan 2019 19:12:32 -0600 Subject: Update to latest Cpp.Build.props for locating latest Win10 SDK. Remove unused Microsoft.VisualStudio.Setup.Configuration.Native package. --- src/ca/packages.config | 1 - src/ca/precomp.h | 1 - src/ca/sqlca.vcxproj | 9 --------- 3 files changed, 11 deletions(-) (limited to 'src/ca') 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 7a5074b3..08454d3a 100644 --- a/src/ca/precomp.h +++ b/src/ca/precomp.h @@ -12,7 +12,6 @@ #include #define MAXUINT USHRT_MAX -#include #include "wcautil.h" #include "fileutil.h" diff --git a/src/ca/sqlca.vcxproj b/src/ca/sqlca.vcxproj index b1f7dafa..f8292706 100644 --- a/src/ca/sqlca.vcxproj +++ b/src/ca/sqlca.vcxproj @@ -24,19 +24,11 @@ Unicode sqlca.def WiX Toolset Sql CustomAction - $([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0')) - - - - - - - msi.lib @@ -74,7 +66,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}. - -- cgit v1.2.3-55-g6feb