From 4fedb2798b6b3a27b455fcc41de54854cbcbeb29 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Thu, 19 Feb 2026 21:56:51 +0100 Subject: [PATCH] Add Black Myth wukong project --- BlackMythWukong/BlackMythWukong.vcxproj | 198 ++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 BlackMythWukong/BlackMythWukong.vcxproj diff --git a/BlackMythWukong/BlackMythWukong.vcxproj b/BlackMythWukong/BlackMythWukong.vcxproj new file mode 100644 index 0000000..f79148e --- /dev/null +++ b/BlackMythWukong/BlackMythWukong.vcxproj @@ -0,0 +1,198 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {A0B73335-D352-4191-A22F-1F2E54736DCB} + Black Myth Wukong + 10.0 + Black Myth Wukong + + + + DynamicLibrary + true + v143 + Unicode + true + + + DynamicLibrary + false + v143 + true + Unicode + + + DynamicLibrary + true + v143 + Unicode + true + + + DynamicLibrary + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + .addon + BlackMythWukongUI + + + .addon + BlackMythWukongUI + + + .addon + BlackMythWukongUI + + + .addon + BlackMythWukongUI + + + + Level3 + true + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + stdcpp20 + true + MinSpace + AnySuitable + Size + false + true + true + + + Windows + true + false + UseFastLinkTimeCodeGeneration + + + + + Level3 + true + false + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + stdcpp20 + Full + Default + Size + false + false + true + + + Windows + true + false + UseFastLinkTimeCodeGeneration + + + + + Level3 + true + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + stdcpp20 + true + MinSpace + AnySuitable + Size + false + true + true + + + Windows + true + false + UseFastLinkTimeCodeGeneration + + + + + Level3 + true + false + true + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + false + stdcpp20 + Full + Default + Size + false + true + + + Windows + true + false + UseFastLinkTimeCodeGeneration + + + + + + + + + + + \ No newline at end of file