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/nsapev2/nsapev2.vcxproj | 172 ++++++++++++++++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 Src/replicant/nsapev2/nsapev2.vcxproj (limited to 'Src/replicant/nsapev2/nsapev2.vcxproj') diff --git a/Src/replicant/nsapev2/nsapev2.vcxproj b/Src/replicant/nsapev2/nsapev2.vcxproj new file mode 100644 index 00000000..cf514039 --- /dev/null +++ b/Src/replicant/nsapev2/nsapev2.vcxproj @@ -0,0 +1,172 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {BF92BB16-012A-43F4-BC67-30D6D5187598} + nsapev2 + + + + 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 + Size + true + ..;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + + + $(ProjectDir)x86_Release\$(ProjectName).lib + + + + + MinSpace + Size + true + ..;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + + + $(ProjectDir)x64_Release\$(ProjectName).lib + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit