diff --git a/example/example.vcxproj b/example/example.vcxproj new file mode 100644 index 0000000..403fbce --- /dev/null +++ b/example/example.vcxproj @@ -0,0 +1,172 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + 16.0 + Win32Proj + {c1eb59bf-cc8e-40c9-b21e-418cf8f0928a} + example + 10.0 + + + + DynamicLibrary + true + v142 + Unicode + + + DynamicLibrary + false + v142 + true + Unicode + + + DynamicLibrary + true + v142 + Unicode + + + DynamicLibrary + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + false + + + + Level3 + true + WIN32;_DEBUG;EXAMPLE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Use + pch.h + + + Windows + true + false + + + + + Level3 + true + true + true + WIN32;NDEBUG;EXAMPLE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Use + pch.h + + + Windows + true + true + true + false + + + + + Level3 + true + _DEBUG;EXAMPLE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Use + pch.h + + + Windows + true + false + + + + + TurnOffAllWarnings + true + true + true + %(PreprocessorDefinitions) + true + NotUsing + + + false + MultiThreaded + false + + + NotSet + true + true + false + false + kernel32.lib;user32.lib;minicrt.lib + true + dll_main + + + + + + \ No newline at end of file