Experimental UAC start-as-admin wrapper (fixes #511)

This commit is contained in:
Eugene Pankov
2018-12-24 18:11:26 +01:00
parent d7b305bf29
commit a7c1fe3425
19 changed files with 342 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerCommandArguments>cmd.exe</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>