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/nsmp3/nsmp3.vcxproj | 159 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 Src/replicant/nsmp3/nsmp3.vcxproj (limited to 'Src/replicant/nsmp3/nsmp3.vcxproj') diff --git a/Src/replicant/nsmp3/nsmp3.vcxproj b/Src/replicant/nsmp3/nsmp3.vcxproj new file mode 100644 index 00000000..246e2114 --- /dev/null +++ b/Src/replicant/nsmp3/nsmp3.vcxproj @@ -0,0 +1,159 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {422DBC5C-A877-4023-8918-4CDF8068DDA1} + nsmp3 + + + + 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 + + + $(ProjectDir)x86_Debug\$(ProjectName).lib + + + + + Disabled + ..;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebug + Level3 + EditAndContinue + + + $(ProjectDir)x64_Debug\$(ProjectName).lib + + + + + MaxSpeed + true + ..;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level3 + ProgramDatabase + + + $(ProjectDir)x86_Release\$(ProjectName).lib + + + + + MaxSpeed + true + ..;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level3 + ProgramDatabase + + + $(ProjectDir)x64_Release\$(ProjectName).lib + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit