Advertisement
Guest User

Untitled

a guest
Dec 11th, 2013
20,292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.59 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="Photoshop.exe">
  10.   </assemblyIdentity>
  11.  
  12. <description>Adobe Photoshop</description>
  13.  
  14. <dependency>
  15.   <dependentAssembly>
  16.     <assemblyIdentity
  17.      type="win32"
  18.      name="Microsoft.Windows.Common-Controls"
  19.      version="6.0.0.0" processorArchitecture="*"
  20.      publicKeyToken="6595b64144ccf1df"
  21.      language="*">
  22.     </assemblyIdentity>
  23.   </dependentAssembly>
  24. </dependency>
  25.  
  26. <dependency>
  27.   <dependentAssembly>
  28.     <assemblyIdentity
  29.      type="win32"
  30.      name="Microsoft.VC90.CRT"
  31.      version="9.0.21022.8"
  32.      processorArchitecture="amd64"
  33.      publicKeyToken="1fc8b3b9a1e18e3b">
  34.     </assemblyIdentity>
  35.   </dependentAssembly>
  36. </dependency>
  37.  
  38. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
  39.   <security>
  40.     <requestedPrivileges>
  41.       <requestedExecutionLevel xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3"
  42.        level="asInvoker"
  43.        ms_asmv3:uiAccess="false">
  44.       </requestedExecutionLevel>
  45.     </requestedPrivileges>
  46.   </security>
  47. </trustInfo>
  48.  
  49. <asmv3:application>
  50.   <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
  51.     <ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</ms_windowsSettings:dpiAware>
  52.   </asmv3:windowsSettings>
  53. </asmv3:application>
  54.  
  55. </assembly>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement