13 lines
468 B
Plaintext
13 lines
468 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||
|
<assemblyIdentity type="win32"
|
||
|
name="factor"
|
||
|
version="0.9.8.0"
|
||
|
/>
|
||
|
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||
|
<windowsSettings>
|
||
|
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
|
||
|
</windowsSettings>
|
||
|
</application>
|
||
|
</assembly>
|