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_static.vcxproj | 215 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 Src/f263/f263_static.vcxproj (limited to 'Src/f263/f263_static.vcxproj') diff --git a/Src/f263/f263_static.vcxproj b/Src/f263/f263_static.vcxproj new file mode 100644 index 00000000..d8f02e6e --- /dev/null +++ b/Src/f263/f263_static.vcxproj @@ -0,0 +1,215 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {E110CF48-9CA7-492B-BEA5-98FD87A7284D} + f263_static + 10.0.19041.0 + + + + StaticLibrary + v142 + Unicode + + + StaticLibrary + v142 + Unicode + + + StaticLibrary + v142 + Unicode + + + StaticLibrary + v142 + Unicode + + + + + + + + + + + + + + + + + + + true + $(PlatformShortName)_$(Configuration)_static\ + $(PlatformShortName)_$(Configuration)_static\ + $(IncludePath) + $(LibraryPath) + + + true + $(PlatformShortName)_$(Configuration)_static\ + $(PlatformShortName)_$(Configuration)_static\ + + + false + $(PlatformShortName)_$(Configuration)_static\ + $(PlatformShortName)_$(Configuration)_static\ + $(IncludePath) + $(LibraryPath) + + + false + $(PlatformShortName)_$(Configuration)_static\ + $(PlatformShortName)_$(Configuration)_static\ + + + Debug + x86-windows-static-md + + + x86-windows-static-md + Debug + + + x86-windows-static-md + + + x86-windows-static-md + + + + Disabled + ../Wasabi;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebugDLL + true + Level3 + ProgramDatabase + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + Disabled + ../Wasabi;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebugDLL + true + Level3 + ProgramDatabase + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + MinSpace + AnySuitable + true + Size + ../Wasabi;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + true + MultiThreadedDLL + false + true + true + Level3 + None + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + MinSpace + AnySuitable + true + Size + ../Wasabi;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + true + MultiThreadedDLL + false + true + true + Level3 + None + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit