app.manifest 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  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 type="win32" name="org.opencpn.OpenCPN" version="5.9.0.0"/>
  4. <dependency>
  5. <dependentAssembly>
  6. <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />
  7. </dependentAssembly>
  8. </dependency>
  9. <asmv2:trustInfo xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
  10. <asmv2:security>
  11. <asmv2:requestedPrivileges>
  12. <asmv2:requestedExecutionLevel level="asInvoker" uiAccess="false" />
  13. </asmv2:requestedPrivileges>
  14. </asmv2:security>
  15. </asmv2:trustInfo>
  16. <asmv3:application>
  17. <asmv3:windowsSettings>
  18. <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, system</dpiAwareness>
  19. <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
  20. </asmv3:windowsSettings>
  21. </asmv3:application>
  22. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  23. <application>
  24. <!-- Windows Vista -->
  25. <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
  26. <!-- Windows 7 -->
  27. <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
  28. <!-- Windows 8 -->
  29. <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />
  30. <!-- Windows 8.1 -->
  31. <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />
  32. <!-- Windows 10 -->
  33. <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
  34. </application>
  35. </compatibility>
  36. </assembly>