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/WAT/WAT.vcxproj | 255 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 255 insertions(+) create mode 100644 Src/WAT/WAT.vcxproj (limited to 'Src/WAT/WAT.vcxproj') diff --git a/Src/WAT/WAT.vcxproj b/Src/WAT/WAT.vcxproj new file mode 100644 index 00000000..0ca33a52 --- /dev/null +++ b/Src/WAT/WAT.vcxproj @@ -0,0 +1,255 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {c5714908-a71f-4644-bd95-aad8ee7914da} + WAT + 10.0.19041.0 + + + + StaticLibrary + true + v142 + Unicode + + + StaticLibrary + false + v142 + true + Unicode + + + StaticLibrary + true + v142 + Unicode + + + StaticLibrary + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + false + + + + + false + x86-windows-static-md + + + + + false + x86-windows-static-md + + + + + false + x86-windows-static-md + + + + + false + x86-windows-static-md + + + + Level3 + true + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + NotUsing + + + ProgramDatabase + false + true + ..\Wasabi;%(AdditionalIncludeDirectories) + MultiThreadedDebugDLL + $(IntDir)$(TargetName).pdb + + + + + true + + + %(AdditionalDependencies) + %(AdditionalLibraryDirectories) + + + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + NotUsing + + + None + true + ..\Wasabi;%(AdditionalIncludeDirectories) + MultiThreadedDLL + $(IntDir)$(TargetName).pdb + false + + + + + true + true + true + + + %(AdditionalDependencies) + %(AdditionalLibraryDirectories) + + + true + + + + + Level3 + true + _DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + NotUsing + + + ProgramDatabase + false + true + %(AdditionalIncludeDirectories) + $(IntDir)$(TargetName).pdb + MultiThreadedDebugDLL + + + + + true + + + %(AdditionalDependencies) + %(AdditionalLibraryDirectories) + + + true + + + + + Level3 + true + true + true + NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + NotUsing + + + None + true + %(AdditionalIncludeDirectories) + $(IntDir)$(TargetName).pdb + MultiThreadedDLL + false + + + + + true + true + true + + + %(AdditionalDependencies) + %(AdditionalLibraryDirectories) + + + true + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit