extend manifest with long path compat info

This commit is contained in:
Anatol Belski 2017-04-02 16:39:46 +02:00
parent 80d5c23c0d
commit 0894c22b49

View File

@ -21,4 +21,9 @@
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<ws2:longPathAware>true</ws2:longPathAware>
</windowsSettings>
</application>
</assembly>