From 712f95d3324d02310dd468e7bfd1e1b0df432e77 Mon Sep 17 00:00:00 2001 From: Aaron Clauson Date: Tue, 29 Sep 2020 13:48:28 +0100 Subject: Update msvc build to use new vcpkg manifest The vcpkg tool has introduced a proper way to use manifests, https://devblogs.microsoft.com/cppblog/vcpkg-accelerate-your-team-development-environment-with-binary-caching-and-manifests/. This PR replaces the custom text file mechanism with the new manifest approach. It is planned that vckpg manifests will include the ability to version dependencies in the future. Dependency versions would solve a number of issues that currently require workarounds with the appveyor CI. Set vcpkg manifest version to 1 to avoid any perception it's related to any release or other version numbering. --- build_msvc/common.init.vcxproj | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'build_msvc/common.init.vcxproj') diff --git a/build_msvc/common.init.vcxproj b/build_msvc/common.init.vcxproj index a080fd2aa4..ed227519ae 100644 --- a/build_msvc/common.init.vcxproj +++ b/build_msvc/common.init.vcxproj @@ -9,6 +9,15 @@ true + + true + true + true + true + true + $(Configuration) + + $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion) $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion) -- cgit v1.2.3