plugin-container.exe.manifest 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. version="1.0.0.0"
  5. processorArchitecture="*"
  6. name="plugin-container"
  7. type="win32"
  8. />
  9. <description>Firefox Runtime</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. <ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
  23. <ms_asmv3:security>
  24. <ms_asmv3:requestedPrivileges>
  25. <ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
  26. </ms_asmv3:requestedPrivileges>
  27. </ms_asmv3:security>
  28. </ms_asmv3:trustInfo>
  29. <ms_asmv3:application xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
  30. <ms_asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
  31. <dpiAware>True/PM</dpiAware>
  32. <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2,PerMonitor</dpiAwareness>
  33. </ms_asmv3:windowsSettings>
  34. </ms_asmv3:application>
  35. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  36. <application>
  37. <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
  38. <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
  39. <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
  40. <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  41. </application>
  42. </compatibility>
  43. </assembly>