From 2b016e55ac5255bb45bb049e0ce8fdd9aad052ad Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sat, 13 Dec 2025 18:12:53 +0100 Subject: [PATCH] Add Hogwarts Legacy project --- Hogwarts Legacy/HogwartsLegacy.vcxproj | 171 +++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 Hogwarts Legacy/HogwartsLegacy.vcxproj diff --git a/Hogwarts Legacy/HogwartsLegacy.vcxproj b/Hogwarts Legacy/HogwartsLegacy.vcxproj new file mode 100644 index 0000000..5a9af04 --- /dev/null +++ b/Hogwarts Legacy/HogwartsLegacy.vcxproj @@ -0,0 +1,171 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {58AC0027-3B50-4BCE-8C56-DD8FFFAE85F0} + HogwartsLegacy + 10.0 + HogwartsLegacy + + + + DynamicLibrary + true + v143 + Unicode + true + + + DynamicLibrary + false + v143 + true + Unicode + + + DynamicLibrary + true + v143 + Unicode + true + + + DynamicLibrary + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + .addon + HogwartsLegacyUI + + + .addon + HogwartsLegacyUI + + + .addon + HogwartsLegacyUI + + + .addon + HogwartsLegacyUI + + + + Level3 + true + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + MinSpace + Size + + + Windows + true + false + + + + + Level3 + true + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + MinSpace + Size + + + Windows + true + false + + + + + Level3 + true + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + MinSpace + Size + + + Windows + true + false + + + + + Level3 + true + true + true + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + true + MinSpace + Size + + + Windows + true + false + + + + + + + + + \ No newline at end of file