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/nsid3v2/nsid3v2.vcxproj | 194 ++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 Src/replicant/nsid3v2/nsid3v2.vcxproj (limited to 'Src/replicant/nsid3v2/nsid3v2.vcxproj') diff --git a/Src/replicant/nsid3v2/nsid3v2.vcxproj b/Src/replicant/nsid3v2/nsid3v2.vcxproj new file mode 100644 index 00000000..506667e4 --- /dev/null +++ b/Src/replicant/nsid3v2/nsid3v2.vcxproj @@ -0,0 +1,194 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {32025DF9-ACB0-435E-8D51-743719818799} + nsid3v2 + + + + 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 + 4267;%(DisableSpecificWarnings) + + + $(ProjectDir)x86_Debug\$(ProjectName).lib + + + + + Disabled + ..;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebug + Level3 + EditAndContinue + 4267;%(DisableSpecificWarnings) + + + $(ProjectDir)x64_Debug\$(ProjectName).lib + + + + + MaxSpeed + true + ..;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level3 + ProgramDatabase + 4267;%(DisableSpecificWarnings) + + + $(ProjectDir)x86_Release\$(ProjectName).lib + + + + + MaxSpeed + true + ..;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level3 + ProgramDatabase + 4267;%(DisableSpecificWarnings) + + + $(ProjectDir)x64_Release\$(ProjectName).lib + + + + + {efc75a79-269f-44fc-bac5-d7d4fd4ec92c} + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit