From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/replicant/nswasabi/nswasabi.vcxproj | 159 ++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 Src/replicant/nswasabi/nswasabi.vcxproj (limited to 'Src/replicant/nswasabi/nswasabi.vcxproj') diff --git a/Src/replicant/nswasabi/nswasabi.vcxproj b/Src/replicant/nswasabi/nswasabi.vcxproj new file mode 100644 index 00000000..d9d33094 --- /dev/null +++ b/Src/replicant/nswasabi/nswasabi.vcxproj @@ -0,0 +1,159 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {E4A6C250-B426-4328-945A-303865086F4C} + nswasabi + + + + StaticLibrary + v142 + Unicode + + + StaticLibrary + v142 + Unicode + + + StaticLibrary + v142 + Unicode + + + StaticLibrary + v142 + Unicode + + + + + + + + + + + + + + + + + + + true + x86_Debug\ + x86_Debug\ + + + true + x64_Debug\ + x64_Debug\ + + + false + x86_Release\ + x86_Release\ + + + false + x64_Release\ + x64_Release\ + + + + Disabled + ..;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebug + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + + + $(ProjectDir)x86_Debug\$(ProjectName).lib + + + + + Disabled + ..;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebug + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + + + $(ProjectDir)x64_Debug\$(ProjectName).lib + + + + + MinSpace + true + Size + ..;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + true + MultiThreaded + false + Level3 + ProgramDatabase + + + $(ProjectDir)x86_Release\$(ProjectName).lib + + + + + MinSpace + true + Size + ..;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + true + MultiThreaded + false + Level3 + ProgramDatabase + + + $(ProjectDir)x64_Release\$(ProjectName).lib + + + + + + + + + + + + \ No newline at end of file -- cgit