home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / temacd / utorrent / utorrent.exe / MANIFEST / 1
Extensible Markup Language  |  2007-10-02  |  1KB  |  41 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3.   <assemblyIdentity
  4.       version="1.0.0.0"
  5.       processorArchitecture="X86"
  6.       name="client"
  7.       type="win32"
  8.   />
  9.   <description>uTorrent</description>
  10.  
  11.   <!-- Enable Windows XP and higher themes with common controls -->
  12.   <dependency>
  13.     <dependentAssembly>
  14.       <assemblyIdentity
  15.         type="win32"
  16.         name="Microsoft.Windows.Common-Controls"
  17.         version="6.0.0.0"
  18.         processorArchitecture="X86"
  19.         publicKeyToken="6595b64144ccf1df"
  20.         language="*"
  21.       />
  22.     </dependentAssembly>
  23.   </dependency>
  24.  
  25.   <!-- Disable Windows Vista UAC compatability heuristics -->
  26.   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
  27.     <security>
  28.       <requestedPrivileges>
  29.         <requestedExecutionLevel level="asInvoker"/>
  30.       </requestedPrivileges>
  31.     </security>
  32.   </trustInfo> 
  33.  
  34.   <!-- Enable Windows Vista-style font scaling on Vista -->
  35.   <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
  36.     <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
  37.       <dpiAware>true</dpiAware>
  38.     </asmv3:windowsSettings>
  39.   </asmv3:application>
  40. </assembly>
  41.