diff --git a/ExplorerPatcher/ExplorerPatcher.vcxproj b/ExplorerPatcher/ExplorerPatcher.vcxproj
index 1f43bb88b..0f3e999d1 100644
--- a/ExplorerPatcher/ExplorerPatcher.vcxproj
+++ b/ExplorerPatcher/ExplorerPatcher.vcxproj
@@ -24,6 +24,7 @@
CenterTitlebarTextLibrary
10.0
ExplorerPatcher
+ 0
@@ -90,6 +91,11 @@
ExplorerPatcher.IA-32
$(SolutionDir)\build\$(Configuration)\
+
+
+ WITH_ALT_TASKBAR_IMPL=1;%(PreprocessorDefinitions)
+
+
Level3
diff --git a/ep_gui/ep_gui.vcxproj b/ep_gui/ep_gui.vcxproj
index eabaede08..e4427a1da 100644
--- a/ep_gui/ep_gui.vcxproj
+++ b/ep_gui/ep_gui.vcxproj
@@ -17,6 +17,7 @@
{2351a0df-782c-4d74-85b7-0847d245d6b4}
epgui
10.0
+ 0
@@ -67,6 +68,11 @@
$(SolutionDir)libs\funchook\build\Release\;%(AdditionalLibraryDirectories)
+
+
+ WITH_ALT_TASKBAR_IMPL=1;%(PreprocessorDefinitions)
+
+
_DEBUG;%(PreprocessorDefinitions)
diff --git a/ep_setup/ep_setup.vcxproj b/ep_setup/ep_setup.vcxproj
index a296fa898..0efd94f5f 100644
--- a/ep_setup/ep_setup.vcxproj
+++ b/ep_setup/ep_setup.vcxproj
@@ -24,6 +24,7 @@
{2fd40b09-f224-4e9a-b2fe-a22b50b2debf}
epsetup
10.0
+ 0
@@ -86,6 +87,14 @@
false
$(SolutionDir)\build\$(Configuration)\
+
+
+ WITH_ALT_TASKBAR_IMPL=1;%(PreprocessorDefinitions)
+
+
+ WITH_ALT_TASKBAR_IMPL=1;%(PreprocessorDefinitions)
+
+
Level3