win32-resource.rc 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. LANGUAGE 0, 0
  2. /* CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST MOVEABLE PURE DISCARDABLE */
  3. 1 24 MOVEABLE PURE DISCARDABLE
  4. BEGIN
  5. "<?xml version=""1.0"" encoding=""UTF-8"" standalone=""yes""?>\n"
  6. "<assembly xmlns=""urn:schemas-microsoft-com:asm.v1"" manifestVersion=""1.0"">\n"
  7. " <trustInfo xmlns=""urn:schemas-microsoft-com:asm.v3"">\n"
  8. " <security>\n"
  9. " <requestedPrivileges>\n"
  10. " <requestedExecutionLevel level=""asInvoker""/>\n"
  11. " </requestedPrivileges>\n"
  12. " </security>\n"
  13. " </trustInfo>\n"
  14. " <compatibility xmlns=""urn:schemas-microsoft-com:compatibility.v1"">\n"
  15. " <application>\n"
  16. " <!--The ID below indicates application support for Windows Vista -->\n"
  17. " <supportedOS Id=""{e2011457-1546-43c5-a5fe-008deee3d3f0}""/>\n"
  18. " <!--The ID below indicates application support for Windows 7 -->\n"
  19. " <supportedOS Id=""{35138b9a-5d96-4fbd-8e2d-a2440225f93a}""/>\n"
  20. " <!--The ID below indicates application support for Windows 8 -->\n"
  21. " <supportedOS Id=""{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}""/>\n"
  22. " <!--The ID below indicates application support for Windows 8.1 -->\n"
  23. " <supportedOS Id=""{1f676c76-80e1-4239-95bb-83d0f6d0da78}""/> \n"
  24. " <!--The ID below indicates application support for Windows 10 -->\n"
  25. " <supportedOS Id=""{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}""/> \n"
  26. " </application>\n"
  27. " </compatibility>\n"
  28. "</assembly>\n"
  29. END