Skip to content

Instantly share code, notes, and snippets.

@riverar
Created May 30, 2016 17:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riverar/196d5aa6bb53bbdfb50beb323d0709df to your computer and use it in GitHub Desktop.
Save riverar/196d5aa6bb53bbdfb50beb323d0709df to your computer and use it in GitHub Desktop.
Long Path Aware sample manifest
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<longPathAware>true</longPathAware>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment