Files
openide/native/WinLauncher/WinLauncher.manifest
Ivan Migalev 1031dce2df Fix IDEA-277636: enable PerMonitorV2 DPI awareness via the app manifest
GitOrigin-RevId: 5a14ce4bef8a51ba77665813830ba89421a74130
2021-09-09 18:03:50 +00:00

19 lines
851 B
XML

<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<trustInfo>
<security>
<requestedPrivileges>
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
</requestedPrivileges>
</security>
</trustInfo>
<asmv3:application>
<asmv3:windowsSettings xmlns:dpi1="http://schemas.microsoft.com/SMI/2005/WindowsSettings"
xmlns:dpi2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<dpi1:dpiAware>true/PM</dpi1:dpiAware>
<dpi2:dpiAwareness>PerMonitorV2, PerMonitor, system</dpi2:dpiAwareness>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>