godot.manifest 613 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3. <application xmlns="urn:schemas-microsoft-com:asm.v3">
  4. <windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
  5. <ws2:longPathAware>true</ws2:longPathAware>
  6. </windowsSettings>
  7. </application>
  8. <dependency>
  9. <dependentAssembly>
  10. <assemblyIdentity
  11. type='win32'
  12. name='Microsoft.Windows.Common-Controls'
  13. version='6.0.0.0' processorArchitecture='*'
  14. publicKeyToken='6595b64144ccf1df'
  15. language='*'/>
  16. </dependentAssembly>
  17. </dependency>
  18. </assembly>