home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Programy / avwinsfx.exe / disk_1 / AVNOTIFY.EXE / 0 / MANIFEST / 1
Extensible Markup Language  |  2005-08-29  |  631b  |  26 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="H+BEDV.AntiVir.Notifier" 
  7.         type="win32" 
  8.     /> 
  9.  
  10.     <description>AntiVir Notifier.</description> 
  11.  
  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. </assembly> 
  25.  
  26.