1
0

PluginBridge-win7.manifest 738 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3. <assemblyIdentity
  4. type="win32"
  5. name="OpenMPT.PluginBridge"
  6. version="1.0.0.0"
  7. />
  8. <description>OpenMPT PluginBridge</description>
  9. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  10. <application>
  11. <!-- Windows 10 -->
  12. <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
  13. <!-- Windows 8.1 -->
  14. <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
  15. <!-- Windows 8 -->
  16. <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
  17. <!-- Windows 7 -->
  18. <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  19. </application>
  20. </compatibility>
  21. </assembly>