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/f263/f263.vcxproj | 256 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 256 insertions(+) create mode 100644 Src/f263/f263.vcxproj (limited to 'Src/f263/f263.vcxproj') diff --git a/Src/f263/f263.vcxproj b/Src/f263/f263.vcxproj new file mode 100644 index 00000000..53ae5d16 --- /dev/null +++ b/Src/f263/f263.vcxproj @@ -0,0 +1,256 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + f263 + {133EA77F-540F-4BEC-B276-31F0A5A26056} + f263 + 10.0.19041.0 + + + + StaticLibrary + v142 + Unicode + + + StaticLibrary + v142 + Unicode + + + DynamicLibrary + v142 + Unicode + + + DynamicLibrary + v142 + Unicode + + + + + + + + + + + + + + + + + + + true + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + .lib + $(IncludePath) + $(LibraryPath) + + + true + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + .w5s + + + false + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + .lib + $(IncludePath) + $(LibraryPath) + + + false + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + .w5s + + + + Disabled + ../Wasabi;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;F263_EXPORTS;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebug + true + true + Level3 + EditAndContinue + + + $(OutDir)$(ProjectName)$(TargetExt) + true + $(ProjectDir)x86_Debug\$(ProjectName).pdb + Windows + false + $(ProjectDir)x86_Debug\$(ProjectName).lib + MachineX86 + false + %(AdditionalLibraryDirectories) + + + + + + + + + + + Disabled + ../Wasabi;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;F263_EXPORTS;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebug + true + true + Level3 + EditAndContinue + + + $(OutDir)$(ProjectName).w5s + true + $(ProjectDir)x64_Release\$(ProjectName).pdb + Windows + false + $(ProjectDir)x64_Release\$(ProjectName).lib + false + %(AdditionalLibraryDirectories) + + + xcopy /Y /D $(OutDir)*.w5s ..\..\..\Winamp_$(PlatformShortName)_$(Configuration)\System\ + Post build event: 'xcopy /Y /D $(OutDir)*.w5s ..\..\..\Winamp_$(PlatformShortName)_$(Configuration)\System\' + + + + + MinSpace + Size + ../Wasabi;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;F263_EXPORTS;%(PreprocessorDefinitions) + true + true + MultiThreaded + false + true + true + Level3 + ProgramDatabase + 4244;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName)$(TargetExt) + false + $(ProjectDir)x86_Release\$(ProjectName).pdb + Windows + true + true + false + $(ProjectDir)x86_Release\$(ProjectName).lib + false + %(AdditionalLibraryDirectories) + + + + + + + + + + + MinSpace + Size + ../Wasabi;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;F263_EXPORTS;%(PreprocessorDefinitions) + true + true + MultiThreaded + false + true + true + Level3 + ProgramDatabase + 4244;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName).w5s + false + $(ProjectDir)x64_Release\$(ProjectName).pdb + Windows + true + true + false + $(ProjectDir)x64_Release\$(ProjectName).lib + false + %(AdditionalLibraryDirectories) + + + xcopy /Y /D $(OutDir)*.w5s ..\..\..\Winamp_$(PlatformShortName)_$(Configuration)\System\ + Post build event: 'xcopy /Y /D $(OutDir)*.w5s ..\..\..\Winamp_$(PlatformShortName)_$(Configuration)\System\' + + + + + {d0ec862e-dddd-4f4f-934f-b75dc9062dc1} + + + {3e0bfa8a-b86a-42e9-a33f-ec294f823f7f} + + + {e110cf48-9ca7-492b-bea5-98fd87a7284d} + true + true + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit