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/Wasabi/bfc/bfc.vcxproj | 304 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 304 insertions(+) create mode 100644 Src/Wasabi/bfc/bfc.vcxproj (limited to 'Src/Wasabi/bfc/bfc.vcxproj') diff --git a/Src/Wasabi/bfc/bfc.vcxproj b/Src/Wasabi/bfc/bfc.vcxproj new file mode 100644 index 00000000..08e1c2aa --- /dev/null +++ b/Src/Wasabi/bfc/bfc.vcxproj @@ -0,0 +1,304 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {D0EC862E-DDDD-4F4F-934F-B75DC9062DC1} + bfc + 10.0.19041.0 + + + + StaticLibrary + v142 + Unicode + + + StaticLibrary + v142 + Unicode + + + StaticLibrary + v142 + Unicode + + + StaticLibrary + v142 + Unicode + + + + + + + + + + + + + + + + + + + true + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + $(IncludePath) + $(LibraryPath) + + + true + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + false + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + $(IncludePath) + $(LibraryPath) + + + false + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + false + + + + + false + Debug + x86-windows-static-md + + + + + false + x86-windows-static-md + + + + + false + x86-windows-static-md + Debug + + + + + false + x86-windows-static-md + + + + Disabled + .;..;../..;%(AdditionalIncludeDirectories) + _UNICODE;UNICODE;_LIB;_WIN32_WINNT=0x0601;WINVER=0x0601;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebugDLL + true + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + false + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + Disabled + .;..;../..;%(AdditionalIncludeDirectories) + _UNICODE;UNICODE;_LIB;_WIN32_WINNT=0x0601;WINVER=0x0601;_CRT_SECURE_NO_WARNINGS;WIN64;_DEBUG;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebugDLL + true + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + false + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + MinSpace + Size + .;..;../..;%(AdditionalIncludeDirectories) + _UNICODE;UNICODE;_LIB;_WIN32_WINNT=0x0601;WINVER=0x0601;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;%(PreprocessorDefinitions) + true + true + MultiThreadedDLL + false + true + Level3 + None + 4996;%(DisableSpecificWarnings) + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + MinSpace + Size + .;..;../..;%(AdditionalIncludeDirectories) + _UNICODE;UNICODE;_LIB;_WIN32_WINNT=0x0601;WINVER=0x0601;_CRT_SECURE_NO_WARNINGS;WIN64;NDEBUG;%(PreprocessorDefinitions) + true + true + MultiThreadedDLL + false + true + Level3 + None + 4996;%(DisableSpecificWarnings) + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit