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