Home | History | Annotate | Line # | Download | only in dist
uv_win_longpath.manifest revision 1.1
      1  1.1  christos <?xml version="1.0" encoding="utf-8" ?>
      2  1.1  christos <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
      3  1.1  christos     <application xmlns="urn:schemas-microsoft-com:asm.v3">
      4  1.1  christos         <windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
      5  1.1  christos             <ws2:longPathAware>true</ws2:longPathAware>
      6  1.1  christos         </windowsSettings>
      7  1.1  christos     </application>
      8  1.1  christos </assembly>
      9