Advertisement
Guest User

Untitled

a guest
Oct 4th, 2018
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.93 KB | None | 0 0
  1. <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
  2. <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
  3.   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  4.     <security>
  5.       <requestedPrivileges>
  6.         <requestedExecutionLevel level='asinvoker'/>
  7.       </requestedPrivileges>
  8.     </security>
  9.   </trustInfo>
  10.  
  11.   <dependency>
  12.     <dependentAssembly>
  13.       <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' />
  14.     </dependentAssembly>
  15.   </dependency>
  16.  
  17.   <application xmlns="urn:schemas-microsoft-com:asm.v3">
  18.     <windowsSettings>
  19.       <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True</dpiAware>
  20.       <disableWindowFiltering xmlns="http://schemas.microsoft.com/SMI/2011/WindowsSettings">true</disableWindowFiltering>
  21.     </windowsSettings>
  22.   </application>
  23.  
  24. </assembly>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement