Merge pull request #1068 from lemondrops/feature/uac_level

Add the UAC execution level to the manifest
This commit is contained in:
Daniel Gurney
2020-11-12 22:25:19 +02:00
committed by GitHub

View File

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