Use correct `perMonitorV2` `<dpiAwareness>`

Yes, `xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings"` is required
else the game will exit with code 500 on startup.
This commit is contained in:
Susko3 2023-06-30 21:59:46 +02:00
parent bfa5bcb2a7
commit b0e716feab
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
</compatibility> </compatibility>
<asmv3:application> <asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware> <dpiAware>per Monitor</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">perMonitorV2</dpiAwareness>
</asmv3:windowsSettings> </asmv3:windowsSettings>
</asmv3:application> </asmv3:application>
</asmv1:assembly> </asmv1:assembly>