From 7e7bb04d48fa4b2c4bdbbc3aa67b4f70369e67fa Mon Sep 17 00:00:00 2001 From: Aaron Junker Date: Wed, 30 Jul 2025 16:50:20 +0200 Subject: [PATCH] So something was not right. Hopefully this fixes it. --- .../ShortcutGuide.CPPProject.vcxproj | 50 ++++++------------- .../ShortcutGuide.CPPProject/pch.h | 4 +- 2 files changed, 16 insertions(+), 38 deletions(-) diff --git a/src/modules/ShortcutGuide/ShortcutGuide.CPPProject/ShortcutGuide.CPPProject.vcxproj b/src/modules/ShortcutGuide/ShortcutGuide.CPPProject/ShortcutGuide.CPPProject.vcxproj index 7185b8eda2..bd5c1425bd 100644 --- a/src/modules/ShortcutGuide/ShortcutGuide.CPPProject/ShortcutGuide.CPPProject.vcxproj +++ b/src/modules/ShortcutGuide/ShortcutGuide.CPPProject/ShortcutGuide.CPPProject.vcxproj @@ -41,7 +41,6 @@ ShortcutGuideCPPProject 10.0.22621.0 - Application true @@ -68,11 +67,6 @@ true Unicode - - - - - @@ -86,42 +80,16 @@ - + ..\..\..\..\$(Platform)\$(Configuration)\WinUI3Apps\ - - - Level3 - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - - - - - Level3 - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - - Level3 true _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true - ..\..\..\common\utils; + ..\..\..\common\utils;..\..\..;%(AdditionalIncludeDirectories) Console @@ -142,12 +110,22 @@ true + + + ..\..\..\common\utils;..\..\..;%(AdditionalIncludeDirectories) + + + + + ..\..\..\common\utils;..\..\..;%(AdditionalIncludeDirectories) + + - Create + Create Create - Create + Create Create diff --git a/src/modules/ShortcutGuide/ShortcutGuide.CPPProject/pch.h b/src/modules/ShortcutGuide/ShortcutGuide.CPPProject/pch.h index 1c0d2b748b..9e16b80256 100644 --- a/src/modules/ShortcutGuide/ShortcutGuide.CPPProject/pch.h +++ b/src/modules/ShortcutGuide/ShortcutGuide.CPPProject/pch.h @@ -27,6 +27,6 @@ #include #include #include -#include -#include +#include +#include #include <../SettingsAPI/settings_objects.h>