Advertisement
Kevick

Untitled

Jul 28th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"
  3. xmlns:asmv1="urn:schemas-microsoft-com:asm.v1"
  4. xmlns:asmv2="urn:schemas-microsoft-com:asm.v2"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  6. <assemblyIdentity version="1.0.0.0" name="MyApplication" />
  7. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
  8. <security>
  9. <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
  10. <requestedExecutionLevel level="requireAdministrator"
  11. uiAccess="false" />
  12. </requestedPrivileges>
  13. </security>
  14. </trustInfo>
  15. </asmv1:assembly>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement