From 6e00dedc2b3d4431d11f9b1c2ed63c8f7b591686 Mon Sep 17 00:00:00 2001 From: Quantum Date: Thu, 11 Sep 2025 01:17:06 -0400 Subject: [PATCH] [idd] helper: enable per-monitor DPI awareness --- idd/LGIddHelper/LGIddHelper.vcxproj | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/idd/LGIddHelper/LGIddHelper.vcxproj b/idd/LGIddHelper/LGIddHelper.vcxproj index fb4744af..bfac9df1 100644 --- a/idd/LGIddHelper/LGIddHelper.vcxproj +++ b/idd/LGIddHelper/LGIddHelper.vcxproj @@ -83,6 +83,10 @@ Console true + + + PerMonitorHighDPIAware + @@ -100,6 +104,10 @@ true true + + + PerMonitorHighDPIAware + @@ -121,6 +129,10 @@ if not exist "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd" mkdir "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd" copy /Y "$(TargetPath)" "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd\" + + + PerMonitorHighDPIAware + @@ -146,6 +158,10 @@ copy /Y "$(TargetPath)" "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd\"if not exist "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd" mkdir "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd" copy /Y "$(TargetPath)" "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd\" + + + PerMonitorHighDPIAware +