Skip to content

Instantly share code, notes, and snippets.

@skyfex
Created August 13, 2015 12:31
Show Gist options
  • Save skyfex/4d6b2b6c446cfaaa6695 to your computer and use it in GitHub Desktop.
Save skyfex/4d6b2b6c446cfaaa6695 to your computer and use it in GitHub Desktop.
<?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.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
</dependentAssembly>
</dependency>
</assembly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment