From c3f4c7ac8348351851043997223111a2d34f43c4 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Fri, 6 Mar 2026 08:12:45 +0100 Subject: [PATCH] Add Styx: Blades Of Greed project --- StyxBladesOfGreed/StyxBladesOfGreed.vcxproj | 198 ++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 StyxBladesOfGreed/StyxBladesOfGreed.vcxproj diff --git a/StyxBladesOfGreed/StyxBladesOfGreed.vcxproj b/StyxBladesOfGreed/StyxBladesOfGreed.vcxproj new file mode 100644 index 0000000..c92b00e --- /dev/null +++ b/StyxBladesOfGreed/StyxBladesOfGreed.vcxproj @@ -0,0 +1,198 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {DAF131AF-FEE6-43DC-BDCD-A56404EA651A} + Styx Blades of Greed + 10.0 + Styx Blades of Greed + + + + DynamicLibrary + true + v143 + Unicode + true + + + DynamicLibrary + false + v143 + true + Unicode + + + DynamicLibrary + true + v143 + Unicode + true + + + DynamicLibrary + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + .addon + StyxBladesOfGreedUI + + + .addon + StyxBladesOfGreedUI + + + .addon + StyxBladesOfGreedUI + + + .addon + StyxBladesOfGreedUI + + + + 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 + MinSpace + AnySuitable + Size + true + true + 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 + true + stdcpp20 + MinSpace + AnySuitable + Size + true + true + + + Windows + true + false + UseFastLinkTimeCodeGeneration + + + + + + + + + + + \ No newline at end of file