From a5af7e9b7086fe9cf629d3d5cfd1cc832acd4109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sat, 29 Feb 2020 14:48:21 +0100 Subject: [PATCH] Atlastool/zimtool: Try not to require VS 2019. --- ext/native/tools/atlastool/atlastool.vcxproj | 4 ++-- ext/native/tools/zimtool/zimtool.vcxproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/native/tools/atlastool/atlastool.vcxproj b/ext/native/tools/atlastool/atlastool.vcxproj index 0eccc7f793..1140c691df 100644 --- a/ext/native/tools/atlastool/atlastool.vcxproj +++ b/ext/native/tools/atlastool/atlastool.vcxproj @@ -21,13 +21,13 @@ Application true - v142 + $(DefaultPlatformToolset) Unicode Application false - v142 + $(DefaultPlatformToolset) true Unicode diff --git a/ext/native/tools/zimtool/zimtool.vcxproj b/ext/native/tools/zimtool/zimtool.vcxproj index 6ce02840e5..b82cc0757d 100644 --- a/ext/native/tools/zimtool/zimtool.vcxproj +++ b/ext/native/tools/zimtool/zimtool.vcxproj @@ -21,13 +21,13 @@ Application true - v142 + $(DefaultPlatformToolset) Unicode Application false - v142 + $(DefaultPlatformToolset) true Unicode