summaryrefslogtreecommitdiff
path: root/src/app.manifest
blob: fc5657f3db04f1900eaf2e79cf4c3841c5913664 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  <application xmlns="urn:schemas-microsoft-com:asm.v3">
    <windowsSettings>
      <longPathAware xmlns="microsoft.com">true</longPathAware>
    </windowsSettings>
  </application>
</assembly>