Skip to content

Commit

Permalink
Use manifest for windows DPI awareness
Browse files Browse the repository at this point in the history
  • Loading branch information
Spodi committed Nov 9, 2023
1 parent 30ab8e9 commit 9fb13a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions soh/SHIPOFHARKINIAN.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
</application>
</compatibility>
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<asmv3:windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware> <!-- legacy -->
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">permonitorv2,permonitor</dpiAwareness> <!-- falls back to pm if pmv2 is not available -->
</asmv3:windowsSettings>
</asmv3:application>
</assembly>

0 comments on commit 9fb13a0

Please sign in to comment.