Admin/Windows/WinRun4J/manifest.xml
author wenzelm
Tue, 31 Mar 2015 22:31:05 +0200
changeset 59886 e0dc738eb08c
parent 57871 be1bcec13663
permissions -rw-r--r--
support for explicit scope of private entries;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57871
be1bcec13663 application manifest for Windows 8/8.1 dpi scaling;
wenzelm
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
be1bcec13663 application manifest for Windows 8/8.1 dpi scaling;
wenzelm
parents:
diff changeset
     2
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
be1bcec13663 application manifest for Windows 8/8.1 dpi scaling;
wenzelm
parents:
diff changeset
     3
 <asmv3:application>
be1bcec13663 application manifest for Windows 8/8.1 dpi scaling;
wenzelm
parents:
diff changeset
     4
   <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
be1bcec13663 application manifest for Windows 8/8.1 dpi scaling;
wenzelm
parents:
diff changeset
     5
    <dpiAware>true</dpiAware>
be1bcec13663 application manifest for Windows 8/8.1 dpi scaling;
wenzelm
parents:
diff changeset
     6
   </asmv3:windowsSettings>
be1bcec13663 application manifest for Windows 8/8.1 dpi scaling;
wenzelm
parents:
diff changeset
     7
 </asmv3:application>
be1bcec13663 application manifest for Windows 8/8.1 dpi scaling;
wenzelm
parents:
diff changeset
     8
</assembly>
be1bcec13663 application manifest for Windows 8/8.1 dpi scaling;
wenzelm
parents:
diff changeset
     9