From 2b77ae5cbccedc66694c2a6a43a5f608f16f862a Mon Sep 17 00:00:00 2001 From: Rainer Schuetze Date: Sun, 6 Jan 2019 16:03:37 +0100 Subject: select Windows SDK automatically --- src/cv2pdb.vcxproj | 8 ++++++++ src/dumplines.vcxproj | 8 ++++++++ src/dviewhelper/dviewhelper.vcxproj | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/src/cv2pdb.vcxproj b/src/cv2pdb.vcxproj index af3b87b..47db26d 100644 --- a/src/cv2pdb.vcxproj +++ b/src/cv2pdb.vcxproj @@ -22,6 +22,14 @@ {5E2BD27D-446A-4C99-9829-135F7C000D90} cv2pdb Win32Proj + + $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v10.0@InstallationFolder) + $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0@InstallationFolder) + $(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) + + $(WindowsTargetPlatformVersion_10).0 + $(WindowsTargetPlatformVersion_10) diff --git a/src/dumplines.vcxproj b/src/dumplines.vcxproj index b5dccdd..3460678 100644 --- a/src/dumplines.vcxproj +++ b/src/dumplines.vcxproj @@ -14,6 +14,14 @@ {6434537D-446A-4C99-9829-135F7C000D90} dumpLines Win32Proj + + $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v10.0@InstallationFolder) + $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0@InstallationFolder) + $(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) + + $(WindowsTargetPlatformVersion_10).0 + $(WindowsTargetPlatformVersion_10) diff --git a/src/dviewhelper/dviewhelper.vcxproj b/src/dviewhelper/dviewhelper.vcxproj index 0891430..8f9cb2a 100644 --- a/src/dviewhelper/dviewhelper.vcxproj +++ b/src/dviewhelper/dviewhelper.vcxproj @@ -13,6 +13,14 @@ {E4424774-A7A0-4502-8626-2723904D70EA} Win32Proj + + $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v10.0@InstallationFolder) + $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0@InstallationFolder) + $(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) + + $(WindowsTargetPlatformVersion_10).0 + $(WindowsTargetPlatformVersion_10) -- cgit v0.12