WindowsPlayer.manifest 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3. <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="UnityTechnologies.Unity.UnityPlayer" type="win32"/>
  4. <description>Unity</description>
  5. <dependency>
  6. <dependentAssembly>
  7. <assemblyIdentity
  8. type="win32" name="Microsoft.Windows.Common-Controls"
  9. version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df"
  10. language="*"
  11. />
  12. </dependentAssembly>
  13. </dependency>
  14. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  15. <security>
  16. <requestedPrivileges>
  17. <requestedExecutionLevel
  18. level="asInvoker"
  19. uiAccess="false"
  20. />
  21. </requestedPrivileges>
  22. </security>
  23. </trustInfo>
  24. <!-- From MSDN: Note that Windows XP and Windows Vista ignore this manifest section and it has no impact on them. -->
  25. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  26. <application>
  27. <!-- Windows 10 -->
  28. <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
  29. <!-- Windows 8.1 -->
  30. <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
  31. <!-- Windows 8 -->
  32. <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
  33. <!-- Windows 7 -->
  34. <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  35. </application>
  36. </compatibility>
  37. <application xmlns="urn:schemas-microsoft-com:asm.v3">
  38. <windowsSettings>
  39. <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
  40. </windowsSettings>
  41. </application>
  42. </assembly>