home *** CD-ROM | disk | FTP | other *** search
/ Le Petit Larousse Dictionnaire Multimedia / Emme-PetitLarousseDictionnaireMultimedia2006-Win98.iso / IE6 / IE_S2.CAB / IE_2.CAB / URLMON.DLL / MANIFEST / 123
Extensible Markup Language  |  2002-08-30  |  707b  |  23 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.     name="Microsoft.Windows.URLMon"
  5.     processorArchitecture="x86"
  6.     version="1.0.0.0"
  7.     publicKeyToken="6595b64144ccf1df"    
  8.     type="win32"/>
  9. <description>Windows Urlmon</description>
  10. <dependency>
  11.     <dependentAssembly>
  12.         <assemblyIdentity
  13.             type="win32"
  14.             name="Microsoft.Windows.Common-Controls"
  15.             version="6.0.0.0"
  16.             processorArchitecture="x86"
  17.             publicKeyToken="6595b64144ccf1df"
  18.             language="*"
  19.         />
  20.     </dependentAssembly>
  21. </dependency>
  22. </assembly>
  23.