Admin/Windows/launch4j/manifest.xml
author wenzelm
Mon, 22 May 2017 00:23:25 +0200
changeset 65897 94b0da1b242e
parent 60994 b1e324a0677c
permissions -rw-r--r--
back to scala-2.11.8 due to apparent non-termination of HOL-Codegenerator_Test;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
60994
b1e324a0677c updated to recent launch4j 3.8;
wenzelm
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
b1e324a0677c updated to recent launch4j 3.8;
wenzelm
parents:
diff changeset
     2
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
b1e324a0677c updated to recent launch4j 3.8;
wenzelm
parents:
diff changeset
     3
 <asmv3:application>
b1e324a0677c updated to recent launch4j 3.8;
wenzelm
parents:
diff changeset
     4
   <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
b1e324a0677c updated to recent launch4j 3.8;
wenzelm
parents:
diff changeset
     5
    <dpiAware>true</dpiAware>
b1e324a0677c updated to recent launch4j 3.8;
wenzelm
parents:
diff changeset
     6
   </asmv3:windowsSettings>
b1e324a0677c updated to recent launch4j 3.8;
wenzelm
parents:
diff changeset
     7
 </asmv3:application>
b1e324a0677c updated to recent launch4j 3.8;
wenzelm
parents:
diff changeset
     8
</assembly>
b1e324a0677c updated to recent launch4j 3.8;
wenzelm
parents:
diff changeset
     9