Skip to content

Commit

Permalink
Update app.manifest
Browse files Browse the repository at this point in the history
A
  • Loading branch information
Y-PLONI authored Nov 22, 2024
1 parent 02da587 commit 97c07b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions App/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<application>
<!-- Windows 10, Windows 11, Windows Server 2016, Windows Server 2019 and Windows Server 2022 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
</application>
</compatibility>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<application xmlns="urn:schemas.microsoft.com:asm.v3">
<windowsSettings>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitor</dpiAwareness>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
</windowsSettings>
</application>
</assembly>
</assembly>

0 comments on commit 97c07b9

Please sign in to comment.