From 0a87c88509c909a2101d516322a7b97b0397d529 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 3 Aug 2017 19:13:29 -0400 Subject: [PATCH] ANother AppVeyor attempt Take 1 in this series --- TestScripts/change-version.sh | 0 TestScripts/cryptest.vcxproj | 5 +++++ TestScripts/cryptlib.vcxproj | 6 ++++++ cryptest.vcxproj | 7 ++++++- cryptlib.vcxproj | 8 +++++++- 5 files changed, 24 insertions(+), 2 deletions(-) mode change 100644 => 100755 TestScripts/change-version.sh diff --git a/TestScripts/change-version.sh b/TestScripts/change-version.sh old mode 100644 new mode 100755 diff --git a/TestScripts/cryptest.vcxproj b/TestScripts/cryptest.vcxproj index a961cfeb..c8cab38e 100644 --- a/TestScripts/cryptest.vcxproj +++ b/TestScripts/cryptest.vcxproj @@ -34,6 +34,11 @@ x64 + + + + $(DefaultPlatformToolset) + {09cdac08-e6ae-48a9-8de7-0fbc779eebde} cryptest diff --git a/TestScripts/cryptlib.vcxproj b/TestScripts/cryptlib.vcxproj index 287ca5a6..5e6dd47f 100644 --- a/TestScripts/cryptlib.vcxproj +++ b/TestScripts/cryptlib.vcxproj @@ -34,12 +34,18 @@ x64 + + + + $(DefaultPlatformToolset) + {c39f4b46-6e89-4074-902e-ca57073044d2} cryptlib $(DefaultPlatformToolset) StaticLibrary + diff --git a/cryptest.vcxproj b/cryptest.vcxproj index 4ff99b48..98325eb7 100644 --- a/cryptest.vcxproj +++ b/cryptest.vcxproj @@ -34,10 +34,15 @@ x64 + + + + v100 + {09cdac08-e6ae-48a9-8de7-0fbc779eebde} cryptest - v100 + $(DefaultPlatformToolset) Application diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj index 25a36079..eb4e76d9 100644 --- a/cryptlib.vcxproj +++ b/cryptlib.vcxproj @@ -34,12 +34,18 @@ x64 + + + + v100 + {c39f4b46-6e89-4074-902e-ca57073044d2} cryptlib - v100 + $(DefaultPlatformToolset) StaticLibrary +