2019-08-23 11:56:54 -07:00
|
|
|
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
|
|
|
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
|
|
|
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
|
|
<security>
|
|
|
|
<requestedPrivileges>
|
|
|
|
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
|
|
|
|
</requestedPrivileges>
|
|
|
|
</security>
|
|
|
|
</trustInfo>
|
2019-09-16 09:33:54 -07:00
|
|
|
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
|
|
<windowsSettings>
|
|
|
|
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
|
|
|
|
</windowsSettings>
|
|
|
|
</application>
|
2019-08-23 11:56:54 -07:00
|
|
|
</assembly>
|