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/nsid3v1/nsid3v1.vcxproj | 171 ++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 Src/replicant/nsid3v1/nsid3v1.vcxproj (limited to 'Src/replicant/nsid3v1/nsid3v1.vcxproj') diff --git a/Src/replicant/nsid3v1/nsid3v1.vcxproj b/Src/replicant/nsid3v1/nsid3v1.vcxproj new file mode 100644 index 00000000..9e8b6721 --- /dev/null +++ b/Src/replicant/nsid3v1/nsid3v1.vcxproj @@ -0,0 +1,171 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {1BF331E2-00BE-4ACC-B491-8C5DA35FA716} + nsid3v1 + + + + 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 + + + + + {efc75a79-269f-44fc-bac5-d7d4fd4ec92c} + true + true + + + + + + + + + + + + + + + \ No newline at end of file -- cgit