mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Changed the manifest to indicate Per Monitor DPI aware and supporting Vista up to 8.1, this should fix bugs #1604 , #1631 and #1634
This commit is contained in:
parent
ac08533727
commit
f7809b9088
1 changed files with 13 additions and 1 deletions
|
@ -4,9 +4,21 @@
|
||||||
See: http://msdn.microsoft.com/en-us/library/ms633543.aspx -->
|
See: http://msdn.microsoft.com/en-us/library/ms633543.aspx -->
|
||||||
<asmv3:application>
|
<asmv3:application>
|
||||||
<asmv3:windowsSettings>
|
<asmv3:windowsSettings>
|
||||||
<winset:dpiAware>true</winset:dpiAware>
|
<winset:dpiAware>True/PM</winset:dpiAware>
|
||||||
</asmv3:windowsSettings>
|
</asmv3:windowsSettings>
|
||||||
</asmv3:application>
|
</asmv3:application>
|
||||||
|
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||||
|
<application>
|
||||||
|
<!--The ID below indicates app support for Windows Vista -->
|
||||||
|
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
|
||||||
|
<!--The ID below indicates app support for Windows 7 -->
|
||||||
|
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
|
||||||
|
<!--The ID below indicates app support for Windows 8 -->
|
||||||
|
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
|
||||||
|
<!--The ID below indicates app support for Windows 8.1 -->
|
||||||
|
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
|
||||||
|
</application>
|
||||||
|
</compatibility>
|
||||||
<!-- Set UAC level to "asInvoker" and disable registry virtualization -->
|
<!-- Set UAC level to "asInvoker" and disable registry virtualization -->
|
||||||
<asmv2:trustInfo>
|
<asmv2:trustInfo>
|
||||||
<asmv2:security>
|
<asmv2:security>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue