From 39e9f49c6908287f71d2f847f9f209c09584ac0a Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Fri, 21 Sep 2018 14:21:50 -0400 Subject: [PATCH] bugfix --- ExampleExtension/ExampleExtension.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ExampleExtension/ExampleExtension.vcxproj b/ExampleExtension/ExampleExtension.vcxproj index 8b81782..15fb007 100644 --- a/ExampleExtension/ExampleExtension.vcxproj +++ b/ExampleExtension/ExampleExtension.vcxproj @@ -90,6 +90,7 @@ true WIN32;_DEBUG;EXAMPLEEXTENSION_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true + /D_CRT_SECURE_NO_WARNINGS %(AdditionalOptions) Windows @@ -104,6 +105,7 @@ true _DEBUG;EXAMPLEEXTENSION_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true + /D_CRT_SECURE_NO_WARNINGS %(AdditionalOptions) Windows @@ -120,6 +122,7 @@ true WIN32;NDEBUG;EXAMPLEEXTENSION_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true + /D_CRT_SECURE_NO_WARNINGS %(AdditionalOptions) Windows @@ -138,6 +141,7 @@ true NDEBUG;EXAMPLEEXTENSION_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true + /D_CRT_SECURE_NO_WARNINGS %(AdditionalOptions) Windows