Compil32.manifest.txt 1.6 KB

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