added DpiAwareness.manifest(support HDPI on Windows 10)
This commit is contained in:
parent
78046ef7e5
commit
2ba3b705ab
11
DpiAwareness.manifest
Normal file
11
DpiAwareness.manifest
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<windowsSettings>
|
||||
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
|
||||
<!-- Un-comment the line below to enable GDI-scaling in this project. This will enable text -->
|
||||
<!-- to render crisply in DPI-unaware contexts -->
|
||||
<!--<gdiScaling xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">true</gdiScaling>-->
|
||||
</windowsSettings>
|
||||
</application>
|
||||
</assembly>
|
@ -14,7 +14,12 @@
|
||||
</asmv3:windowsSettings>
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">
|
||||
<activeCodePage>UTF-8</activeCodePage>
|
||||
</asmv3:windowsSettings>
|
||||
</asmv3:windowsSettings><windowsSettings>
|
||||
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
|
||||
<!-- Un-comment the line below to enable GDI-scaling in this project. This will enable text -->
|
||||
<!-- to render crisply in DPI-unaware contexts -->
|
||||
<!--<gdiScaling xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">true</gdiScaling>-->
|
||||
</windowsSettings>
|
||||
</asmv3:application>
|
||||
|
||||
</assembly>
|
||||
</assembly>
|
||||
|
Loading…
x
Reference in New Issue
Block a user