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_vp6/nsvdec_vp6.vcxproj | 172 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 Src/nsvdec_vp6/nsvdec_vp6.vcxproj (limited to 'Src/nsvdec_vp6/nsvdec_vp6.vcxproj') diff --git a/Src/nsvdec_vp6/nsvdec_vp6.vcxproj b/Src/nsvdec_vp6/nsvdec_vp6.vcxproj new file mode 100644 index 00000000..664fec72 --- /dev/null +++ b/Src/nsvdec_vp6/nsvdec_vp6.vcxproj @@ -0,0 +1,172 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + 17.0 + {C45BA56F-496D-42B8-BDD3-B1AF323EC130} + 10.0.19041.0 + + + + DynamicLibrary + v142 + false + MultiByte + + + DynamicLibrary + v142 + false + MultiByte + + + + + + + + + + + + + + + <_ProjectFileVersion>17.0.32505.173 + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + false + $(IncludePath) + $(LibraryPath) + + + $(Configuration)\ + $(Configuration)\ + false + $(IncludePath) + $(LibraryPath) + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\nsvdec_vp6___Win32_Debug_Winamp/nsvdec_vp6.tlb + + + + Disabled + ..\Wasabi;..\libvp6\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;NSVDEC_vp6_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + .\nsvdec_vp6___Win32_Debug_Winamp/nsvdec_vp6.pch + .\nsvdec_vp6___Win32_Debug_Winamp/ + .\nsvdec_vp6___Win32_Debug_Winamp/ + .\nsvdec_vp6___Win32_Debug_Winamp/ + Level3 + true + EditAndContinue + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + odbc32.lib;odbccp32.lib;winmm.lib;s_cconv.lib;s_cpuid.lib;s_dxv.lib;s_preproc.lib;s_vp60d.lib;s_vpppd.lib;s_vputil.lib;s_vpxblit.lib;on2_mem.lib;msvcrt.lib;libcpmt.lib;%(AdditionalDependencies) + $(OutDir)nsvdec_vp6.dll + true + ..\libvp6\lib\$(PlatformShortName)_$(Configuration)\;%(AdditionalLibraryDirectories) + true + $(OutDir)$(ProjectName).pdb + false + + $(IntDir)nsvdec_vp6.lib + MachineX86 + false + + + xcopy /Y /D $(OutDir)*.dll ..\..\..\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\ + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/nsvdec_vp6.tlb + + + + MinSpace + OnlyExplicitInline + Size + true + ..\Wasabi;..\libvp6\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;NSVDEC_vp6_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + + .\Release/nsvdec_vp6.pch + .\Release/ + $(IntDir) + .\Release/ + Level3 + true + None + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + winmm.lib;s_cpuid.lib;s_dxv.lib;s_vp60d.lib;s_vpppd.lib;s_vputil.lib;s_vpxblit.lib;on2_mem.lib;%(AdditionalDependencies) + $(OutDir)nsvdec_vp6.dll + true + ..\libvp6\lib\$(PlatformShortName)_$(Configuration)\;%(AdditionalLibraryDirectories) + msvcprt.lib;%(IgnoreSpecificDefaultLibraries) + false + $(OutDir)$(ProjectName).pdb + true + true + false + + $(IntDir)nsvdec_vp6.lib + MachineX86 + false + + + xcopy /Y /D $(OutDir)*.dll ..\..\..\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\ + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;NSVDEC_vp6_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;NSVDEC_vp6_EXPORTS + + + + + + \ No newline at end of file -- cgit