mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-21 08:55:04 -05:00
* Use manifest for windows DPI awareness (#3270) * Update libultraship * Update libultraship
This commit is contained in:
parent
f11f97e84e
commit
3971e3696e
@ -1 +1 @@
|
||||
Subproject commit 275c741d5dd48d78b6a746c0709c75d095e48eeb
|
||||
Subproject commit 1ca7d0fa78013e49450a4a9881236a19a6600d64
|
@ -28,4 +28,10 @@
|
||||
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
|
||||
</application>
|
||||
</compatibility>
|
||||
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||
<asmv3:windowsSettings>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user