Application.manifest: add HiDPI and force UTF-8 codepage.

This commit is contained in:
Guillaume Jacquemin 2022-11-21 09:29:51 +01:00
parent 16b8807eb7
commit 6130734764
1 changed files with 13 additions and 1 deletions

View File

@ -11,4 +11,16 @@
/>
</dependentAssembly>
</dependency>
</assembly>
<asmv3:application>
<asmv3:windowsSettings>
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">
UTF-8
</activeCodePage>
<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>