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/nsvdec_vp3/nsvdec_vp3.vcxproj | 153 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 Src/nsvdec_vp3/nsvdec_vp3.vcxproj (limited to 'Src/nsvdec_vp3/nsvdec_vp3.vcxproj') diff --git a/Src/nsvdec_vp3/nsvdec_vp3.vcxproj b/Src/nsvdec_vp3/nsvdec_vp3.vcxproj new file mode 100644 index 00000000..4c3ee250 --- /dev/null +++ b/Src/nsvdec_vp3/nsvdec_vp3.vcxproj @@ -0,0 +1,153 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + 17.0 + {4EFBC948-5728-4231-AD63-635566D9D52C} + nsvdec_vp3 + Win32Proj + 10.0.19041.0 + + + + DynamicLibrary + v142 + MultiByte + true + + + DynamicLibrary + v142 + MultiByte + + + + + + + + + + + + + + + <_ProjectFileVersion>17.0.32203.90 + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + false + false + $(IncludePath) + $(LibraryPath) + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + false + false + $(IncludePath) + $(LibraryPath) + + + + Disabled + ../Wasabi;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;NSVDEC_VP3_EXPORTS;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebug + + Level3 + EditAndContinue + + + /ignore:4229 %(AdditionalOptions) + winmm.lib;msvcrt.lib;%(AdditionalDependencies) + $(OutDir)nsvdec_vp3.dll + true + $(OutDir)nsvdec_vp3.pdb + Windows + false + + $(OutDir)nsvdec_vp3.lib + MachineX86 + msvprt.lib;%(IgnoreSpecificDefaultLibraries) + + + xcopy /Y /D $(OutDir)nsvdec_vp3.dll ..\..\..\Winamp_$(PlatformShortName)_$(Configuration)\plugins\ + + + + + Full + true + Speed + true + ../Wasabi;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;NSVDEC_VP3_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + + Level3 + ProgramDatabase + + + /ignore:4229 %(AdditionalOptions) + winmm.lib;msvcrt.lib;%(AdditionalDependencies) + $(OutDir)nsvdec_vp3.dll + true + msvprt.lib;%(IgnoreSpecificDefaultLibraries) + false + $(OutDir)$(ProjectName).pdb + Windows + true + true + false + + $(OutDir)nsvdec_vp3.lib + MachineX86 + + + xcopy /Y /D $(OutDir)nsvdec_vp3.dll ..\..\..\Winamp_$(PlatformShortName)_$(Configuration)\plugins\ + + + + + + + + + + + + + true + + + true + + + true + + + + + + + + + \ No newline at end of file -- cgit