Skip to content

Instantly share code, notes, and snippets.

@qis
Last active May 2, 2021 20:48
Show Gist options
  • Save qis/b2f9a2a9c0c3c263d82fe6c2c61b4c06 to your computer and use it in GitHub Desktop.
Save qis/b2f9a2a9c0c3c263d82fe6c2c61b4c06 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">
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"/>
</dependentAssembly>
</dependency>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings
xmlns:ws2016="http://schemas.microsoft.com/SMI/2016/WindowsSettings"
xmlns:ws2019="http://schemas.microsoft.com/SMI/2019/WindowsSettings">
<ws2016:longPathAware>true</ws2016:longPathAware>
<ws2016:dpiAwareness>PerMonitorV2</ws2016:dpiAwareness>
<ws2019:activeCodePage>UTF-8</ws2019:activeCodePage>
</windowsSettings>
</application>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
<!--<maxversiontested Id="10.0.18362.0" />-->
</application>
</compatibility>
</assembly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment