Updater.exe.manifest 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
  3. <assemblyIdentity
  4. version="1.0.0.0"
  5. processorArchitecture="amd64"
  6. name="DolphinTeam.DolphinEmuUpdater"
  7. type="win32"
  8. />
  9. <description>Dolphin updater</description>
  10. <dependency>
  11. <dependentAssembly>
  12. <assemblyIdentity
  13. type="win32"
  14. name="Microsoft.Windows.Common-Controls"
  15. version="6.0.0.0"
  16. processorArchitecture="*"
  17. publicKeyToken="6595b64144ccf1df"
  18. language="*"
  19. />
  20. </dependentAssembly>
  21. </dependency>
  22. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  23. <application>
  24. <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
  25. </application>
  26. </compatibility>
  27. <asmv3:application>
  28. <asmv3:windowsSettings>
  29. <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
  30. <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
  31. </asmv3:windowsSettings>
  32. </asmv3:application>
  33. </assembly>