From 2ebff460ebacd74f73fdde63c0ce2b48c041440b Mon Sep 17 00:00:00 2001 From: Aaron Peapell Date: Mon, 15 Mar 2021 19:13:11 +1100 Subject: [PATCH] proj --- vendor/g3log/g3log.vcxproj | 163 +++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 vendor/g3log/g3log.vcxproj diff --git a/vendor/g3log/g3log.vcxproj b/vendor/g3log/g3log.vcxproj new file mode 100644 index 0000000..c45d606 --- /dev/null +++ b/vendor/g3log/g3log.vcxproj @@ -0,0 +1,163 @@ + + + + + Debug + x64 + + + Release + x64 + + + Dist + x64 + + + + {81AD640F-EDC1-8CC0-B643-3020221789F1} + true + Win32Proj + g3log + 10.0 + + + + StaticLibrary + true + Unicode + v142 + + + StaticLibrary + false + Unicode + v142 + + + StaticLibrary + false + Unicode + v142 + + + + + + + + + + + + + + + + $(SolutionDir)bin\$(Configuration)\ + $(SolutionDir)bin\int\$(Configuration)\$(ProjectName)\ + $(ProjectName) + .lib + + + $(SolutionDir)bin\$(Configuration)\ + $(SolutionDir)bin\int\$(Configuration)\$(ProjectName)\ + $(ProjectName) + .lib + + + ..\..\bin\lib\Dist\ + ..\..\bin\lib\int\Dist\g3log\ + g3log + .lib + + + + NotUsing + Level3 + 4100;4201;4307;%(DisableSpecificWarnings) + _CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN;_WIN32_WINNT=0x601;_DEBUG;%(PreprocessorDefinitions) + src;%(AdditionalIncludeDirectories) + EditAndContinue + Disabled + MultiThreadedDebugDLL + Fast + AdvancedVectorExtensions2 + stdcpp17 + + + Windows + true + + + + + NotUsing + Level3 + 4100;4201;4307;%(DisableSpecificWarnings) + _CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN;_WIN32_WINNT=0x601;NDEBUG;%(PreprocessorDefinitions) + src;%(AdditionalIncludeDirectories) + Disabled + MultiThreadedDLL + Fast + AdvancedVectorExtensions2 + stdcpp17 + + + Windows + + + + + NotUsing + Level3 + 4100;4201;4307;%(DisableSpecificWarnings) + _CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN;_WIN32_WINNT=0x601;NDEBUG;%(PreprocessorDefinitions) + src;%(AdditionalIncludeDirectories) + Disabled + MultiThreadedDLL + Fast + AdvancedVectorExtensions2 + stdcpp17 + + + Windows + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file