Add the UAC execution level to the manifest.

This commit is contained in:
Alexander Babikov
2020-11-09 04:48:21 +05:00
parent cfb559de13
commit 471c32e39e

View File

@@ -18,6 +18,13 @@
/>
</dependentAssembly>
</dependency>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
</requestedPrivileges>
</security>
</trustInfo>
<application>
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>