From 8f36a78a71c28b309de05b1c25f2eb524df84b4a Mon Sep 17 00:00:00 2001 From: John Safranek Date: Mon, 1 Oct 2018 10:37:45 -0700 Subject: [PATCH] Exclude the version resource from the static library builds. It triggers a linker warning for Win32 builds and it isn't used in the static builds. --- wolfssl.vcxproj | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/wolfssl.vcxproj b/wolfssl.vcxproj index 86d6c0364..f5bdbf5da 100644 --- a/wolfssl.vcxproj +++ b/wolfssl.vcxproj @@ -353,9 +353,14 @@ - + + true + true + true + true + - + \ No newline at end of file