Advertisement
Guest User

Untitled

a guest
Dec 10th, 2014
593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2.  
  3. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
  4.  
  5. <assemblyIdentity
  6. type="win32"
  7. processorArchitecture="*"
  8. version="11.0.0.0"
  9. name="Evernote.exe">
  10. </assemblyIdentity>
  11.  
  12. <description>Evernote</description>
  13.  
  14.  
  15. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
  16. <security>
  17. <requestedPrivileges>
  18. <requestedExecutionLevel xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3"
  19. level="asInvoker"
  20. ms_asmv3:uiAccess="false">
  21. </requestedExecutionLevel>
  22. </requestedPrivileges>
  23. </security>
  24. </trustInfo>
  25.  
  26. <asmv3:application>
  27. <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
  28. <ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</ms_windowsSettings:dpiAware>
  29. </asmv3:windowsSettings>
  30. </asmv3:application>
  31.  
  32. </assembly>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement