Created
May 30, 2016 17:04
-
-
Save riverar/196d5aa6bb53bbdfb50beb323d0709df to your computer and use it in GitHub Desktop.
Long Path Aware sample manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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