From a0fef4136a4e90d255e2fae82e5efb0ef3058dcf Mon Sep 17 00:00:00 2001 From: LunaMoo Date: Sun, 5 Apr 2020 16:56:08 +0200 Subject: [PATCH] Fix SDK requirements of Atlas and Zim tools. --- ext/native/tools/atlastool/atlastool.vcxproj | 2 +- ext/native/tools/zimtool/zimtool.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/native/tools/atlastool/atlastool.vcxproj b/ext/native/tools/atlastool/atlastool.vcxproj index 20c96b3f1a..60613f1c54 100644 --- a/ext/native/tools/atlastool/atlastool.vcxproj +++ b/ext/native/tools/atlastool/atlastool.vcxproj @@ -28,7 +28,7 @@ {FBE46262-7C2C-400C-92F9-F8A9E72594DD} Win32Proj AtlasTool - 10.0.17763.0 + $(LatestTargetPlatformVersion) diff --git a/ext/native/tools/zimtool/zimtool.vcxproj b/ext/native/tools/zimtool/zimtool.vcxproj index 6414d863f9..3c9e0d3c2d 100644 --- a/ext/native/tools/zimtool/zimtool.vcxproj +++ b/ext/native/tools/zimtool/zimtool.vcxproj @@ -28,7 +28,7 @@ {B7DED405-40A2-48F8-9382-538F10D442F1} Win32Proj ZimTool - 10.0.17763.0 + $(LatestTargetPlatformVersion)