asInvoker.xml 605 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3. <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
  4. <asmv3:windowsSettings
  5. xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
  6. <dpiAware>true</dpiAware>
  7. </asmv3:windowsSettings>
  8. </asmv3:application>
  9. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  10. <security>
  11. <requestedPrivileges>
  12. <requestedExecutionLevel level="asInvoker" uiAccess="false" />
  13. </requestedPrivileges>
  14. </security>
  15. </trustInfo>
  16. </assembly>