]> gitweb.factorcode.org Git - factor.git/blob - factor.exe.manifest.in
misc/vim/indent: Fix premature return
[factor.git] / factor.exe.manifest.in
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3   <assemblyIdentity type="win32"
4                     name="factor"
5                     version="0.9.8.0"
6   />
7   <application xmlns="urn:schemas-microsoft-com:asm.v3">
8     <windowsSettings>
9       <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
10     </windowsSettings>
11   </application>
12 </assembly>