mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
Fixed: apparently, adding dpiAware as asmv1 element broke Windows XP compatibility...
This commit is contained in:
parent
d2f7fb8a2e
commit
c34d07c506
1 changed files with 4 additions and 4 deletions
|
@ -19,9 +19,9 @@
|
|||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<asmv1:application>
|
||||
<asmv1:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||
<dpiAware>true</dpiAware>
|
||||
</asmv1:windowsSettings>
|
||||
</asmv1:application>
|
||||
</asmv3:windowsSettings>
|
||||
</asmv3:application>
|
||||
</asmv1:assembly>
|
||||
|
|
Loading…
Reference in a new issue