From 4e6a09d486ed462ee4cf38c3735a12d530dc09d4 Mon Sep 17 00:00:00 2001 From: auth12 <67507608+auth12@users.noreply.github.com> Date: Sun, 19 Jul 2020 11:45:43 -0700 Subject: Added asmjit. Fixed solution file. --- client/wolfssl/wolfssl.vcxproj | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'client/wolfssl/wolfssl.vcxproj') diff --git a/client/wolfssl/wolfssl.vcxproj b/client/wolfssl/wolfssl.vcxproj index ded8687..a541c8a 100644 --- a/client/wolfssl/wolfssl.vcxproj +++ b/client/wolfssl/wolfssl.vcxproj @@ -43,13 +43,13 @@ StaticLibrary - v110 + v142 Unicode true DynamicLibrary - v110 + v142 Unicode true @@ -61,28 +61,28 @@ DynamicLibrary - v110 + v142 Unicode true StaticLibrary - v110 + v142 Unicode DynamicLibrary - v110 + v142 Unicode StaticLibrary - v110 + v142 Unicode DynamicLibrary - v110 + v142 Unicode @@ -115,7 +115,7 @@ $(SolutionDir)lib\$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\obj\ + $(SolutionDir)obj\$(ProjectName)\$(Platform)\$(Configuration)\ $(SolutionDir)$(Configuration)\ @@ -250,7 +250,7 @@ true ./;./IDE/WIN;%(AdditionalIncludeDirectories) WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;CYASSL_USER_SETTINGS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded true -- cgit v1.2.3