From 56df245207e49510685d6fe2ce8e4b30cadcbb36 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Fri, 27 Feb 2026 22:25:28 +0100 Subject: [PATCH] Add Wicked Seed project --- Reshade Plugins Addons.sln | 20 ++++ WickedSeed/WickedSeed.vcxproj | 196 ++++++++++++++++++++++++++++++++++ 2 files changed, 216 insertions(+) create mode 100644 WickedSeed/WickedSeed.vcxproj diff --git a/Reshade Plugins Addons.sln b/Reshade Plugins Addons.sln index 2909aa3..287c716 100644 --- a/Reshade Plugins Addons.sln +++ b/Reshade Plugins Addons.sln @@ -108,6 +108,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Black Myth Wukong", "BlackM EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Paragnosia", "Paragnosia\Paragnosia.vcxproj", "{65A1A7B0-4332-4578-9B7D-41318CBF6DBC}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mafia The Old Country", "MafiaTheOldCountry\MafiaTheOldCountry.vcxproj", "{1D100EB8-0798-4A3B-8BF8-DEFC4ED8B975}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Wicked Seed", "WickedSeed\WickedSeed.vcxproj", "{42F70D53-7F4B-4B0B-B6DA-E0CAE1FC46B6}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -468,6 +472,22 @@ Global {65A1A7B0-4332-4578-9B7D-41318CBF6DBC}.Release|x64.Build.0 = Release|x64 {65A1A7B0-4332-4578-9B7D-41318CBF6DBC}.Release|x86.ActiveCfg = Release|Win32 {65A1A7B0-4332-4578-9B7D-41318CBF6DBC}.Release|x86.Build.0 = Release|Win32 + {1D100EB8-0798-4A3B-8BF8-DEFC4ED8B975}.Debug|x64.ActiveCfg = Debug|x64 + {1D100EB8-0798-4A3B-8BF8-DEFC4ED8B975}.Debug|x64.Build.0 = Debug|x64 + {1D100EB8-0798-4A3B-8BF8-DEFC4ED8B975}.Debug|x86.ActiveCfg = Debug|Win32 + {1D100EB8-0798-4A3B-8BF8-DEFC4ED8B975}.Debug|x86.Build.0 = Debug|Win32 + {1D100EB8-0798-4A3B-8BF8-DEFC4ED8B975}.Release|x64.ActiveCfg = Release|x64 + {1D100EB8-0798-4A3B-8BF8-DEFC4ED8B975}.Release|x64.Build.0 = Release|x64 + {1D100EB8-0798-4A3B-8BF8-DEFC4ED8B975}.Release|x86.ActiveCfg = Release|Win32 + {1D100EB8-0798-4A3B-8BF8-DEFC4ED8B975}.Release|x86.Build.0 = Release|Win32 + {42F70D53-7F4B-4B0B-B6DA-E0CAE1FC46B6}.Debug|x64.ActiveCfg = Debug|x64 + {42F70D53-7F4B-4B0B-B6DA-E0CAE1FC46B6}.Debug|x64.Build.0 = Debug|x64 + {42F70D53-7F4B-4B0B-B6DA-E0CAE1FC46B6}.Debug|x86.ActiveCfg = Debug|Win32 + {42F70D53-7F4B-4B0B-B6DA-E0CAE1FC46B6}.Debug|x86.Build.0 = Debug|Win32 + {42F70D53-7F4B-4B0B-B6DA-E0CAE1FC46B6}.Release|x64.ActiveCfg = Release|x64 + {42F70D53-7F4B-4B0B-B6DA-E0CAE1FC46B6}.Release|x64.Build.0 = Release|x64 + {42F70D53-7F4B-4B0B-B6DA-E0CAE1FC46B6}.Release|x86.ActiveCfg = Release|Win32 + {42F70D53-7F4B-4B0B-B6DA-E0CAE1FC46B6}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/WickedSeed/WickedSeed.vcxproj b/WickedSeed/WickedSeed.vcxproj new file mode 100644 index 0000000..0f1f288 --- /dev/null +++ b/WickedSeed/WickedSeed.vcxproj @@ -0,0 +1,196 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {42F70D53-7F4B-4B0B-B6DA-E0CAE1FC46B6} + Wicked Seed + 10.0 + Wicked Seed + + + + DynamicLibrary + true + v143 + Unicode + true + + + DynamicLibrary + false + v143 + true + Unicode + + + DynamicLibrary + true + v143 + Unicode + true + + + DynamicLibrary + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + .addon + WickedSeedUI + + + .addon + WickedSeedUI + + + .addon + WickedSeedUI + + + .addon + WickedSeedUI + + + + 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