diff --git a/ExampleExtension/ExampleExtension.vcxproj b/ExampleExtension/ExampleExtension.vcxproj index fcccbb1..531f7c9 100644 --- a/ExampleExtension/ExampleExtension.vcxproj +++ b/ExampleExtension/ExampleExtension.vcxproj @@ -90,7 +90,6 @@ true WIN32;_DEBUG;EXAMPLEEXTENSION_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true - /D_CRT_SECURE_NO_WARNINGS %(AdditionalOptions) Windows @@ -105,7 +104,6 @@ true _DEBUG;EXAMPLEEXTENSION_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true - /D_CRT_SECURE_NO_WARNINGS %(AdditionalOptions) Windows @@ -122,7 +120,6 @@ true WIN32;NDEBUG;EXAMPLEEXTENSION_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true - /D_CRT_SECURE_NO_WARNINGS %(AdditionalOptions) Windows @@ -141,7 +138,6 @@ true NDEBUG;EXAMPLEEXTENSION_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true - /D_CRT_SECURE_NO_WARNINGS %(AdditionalOptions) Windows diff --git a/ExampleExtension/Extension.cpp b/ExampleExtension/Extension.cpp index 60199ad..99ac41b 100644 Binary files a/ExampleExtension/Extension.cpp and b/ExampleExtension/Extension.cpp differ diff --git a/ExampleExtension/Extension.h b/ExampleExtension/Extension.h index 4a15708..ab69a80 100644 Binary files a/ExampleExtension/Extension.h and b/ExampleExtension/Extension.h differ