mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
15 lines
587 B
XML
15 lines
587 B
XML
<?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>
|
|
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
<windowsSettings>
|
|
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
|
|
</windowsSettings>
|
|
</application>
|
|
</assembly>
|