From c0f7e3a62bd8b741018e83d458374f1fc8a0b52d Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Wed, 15 Feb 2017 21:11:27 +0100 Subject: [PATCH] SteamTarget: Enable UIPI In order to stay on top of UWP Apps, UAC Bypass protection has to be enabled. Unfortunately this also means having to have a signed executable and that executable being placed inside a trusted location ("C:\Program Files\", "C:\Program Files (x86)", ...) for the Program to run. Enabled in Release type builds only --- SteamTarget/SteamTarget.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SteamTarget/SteamTarget.vcxproj b/SteamTarget/SteamTarget.vcxproj index b287e92..b68f2ae 100644 --- a/SteamTarget/SteamTarget.vcxproj +++ b/SteamTarget/SteamTarget.vcxproj @@ -106,6 +106,7 @@ ..\dependencies\ViGEmUM\x64\lib;..\dependencies\SFML-2.4.1-x64\lib;$(QTDIR)\lib;%(AdditionalLibraryDirectories) false qtmain.lib;Qt5Core.lib;xinput.lib;dwmapi.lib;sfml-system.lib;sfml-window.lib;sfml-graphics.lib;vigemum.lib;Qt5Gui.lib;Qt5Widgets.lib;%(AdditionalDependencies) + true @@ -125,6 +126,7 @@ ..\dependencies\ViGEmUM\x86\lib;..\dependencies\SFML-2.4.1-x86\lib;$(QTDIR)\lib;%(AdditionalLibraryDirectories) false qtmain.lib;Qt5Core.lib;xinput.lib;dwmapi.lib;sfml-system.lib;sfml-window.lib;sfml-graphics.lib;vigemum.lib;Qt5Gui.lib;Qt5Widgets.lib;%(AdditionalDependencies) + true