From e5dbac5879fbbdc23be72dcb3a0833f43c1c5c3c Mon Sep 17 00:00:00 2001 From: Mina Brown Date: Mon, 11 Aug 2025 12:55:04 -0400 Subject: [PATCH] Fix Debug and Release profiles for both x86 and x64 Application now builds with debug and release profiles on both x86 and x64. --- WinPowerDMS/WinPowerDMS.vcxproj | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/WinPowerDMS/WinPowerDMS.vcxproj b/WinPowerDMS/WinPowerDMS.vcxproj index 6795c1e..cce3005 100644 --- a/WinPowerDMS/WinPowerDMS.vcxproj +++ b/WinPowerDMS/WinPowerDMS.vcxproj @@ -79,9 +79,13 @@ true - Console + Windows true + ComCtl32.lib;%(AdditionalDependencies) + + PerMonitorHighDPIAware + @@ -93,9 +97,13 @@ true - Console + Windows true + ComCtl32.lib;%(AdditionalDependencies) + + PerMonitorHighDPIAware + @@ -123,9 +131,13 @@ true - Console + Windows true + ComCtl32.lib;%(AdditionalDependencies) + + PerMonitorHighDPIAware +