1<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 2<!-- 3This is a Windows application manifest file. 4See: https://docs.microsoft.com/en-us/windows/win32/sbscs/application-manifests 5--> 6<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> 7 <!-- Remove (most) legacy path limits --> 8 <asmv3:application> 9 <asmv3:windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings"> 10 <ws2:longPathAware>true</ws2:longPathAware> 11 </asmv3:windowsSettings> 12 </asmv3:application> 13</assembly>