<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This is a Windows application manifest file.
See: https://docs.microsoft.com/en-us/windows/win32/sbscs/application-manifests
-->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
  <!-- Remove (most) legacy path limits -->
  <asmv3:application>
    <asmv3:windowsSettings
        xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings"
        xmlns:ws3="http://schemas.microsoft.com/SMI/2020/WindowsSettings">
      <ws2:longPathAware>true</ws2:longPathAware>
      <ws3:heapType>SegmentHeap</ws3:heapType>
    </asmv3:windowsSettings>
  </asmv3:application>
</assembly>