Home | History | Annotate | Line # | Download | only in assembly
Heimdal.Kerberos.manifest.in revision 1.1.1.1.26.1
      1 <?xml version="1" encoding="UTF-8" standalone="yes" ?>
      2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
      3   <assemblyIdentity type="win32" name="@name@"
      4 		    processorArchitecture="@cpu@"
      5 		    version="@version@"
      6 		    publicKeyToken="@pkt@" />
      7   <file name="heimdal.dll" hashalg="SHA1" />
      8   <file name="com_err.dll" hashalg="SHA1" />
      9   <file name="heimntlm.dll" hashalg="SHA1" />
     10   <file name="gssapi.dll" hashalg="SHA1" />
     11   <file name="libhdb.dll" hashalg="SHA1" />
     12   <file name="libkadm5srv.dll" hashalg="SHA1" />
     13   <file name="heimdal.pdb" hashalg="SHA1" />
     14   <file name="com_err.pdb" hashalg="SHA1" />
     15   <file name="heimntlm.pdb" hashalg="SHA1" />
     16   <file name="gssapi.pdb" hashalg="SHA1" />
     17   <file name="libhdb.pdb" hashalg="SHA1" />
     18   <file name="libkadm5srv.pdb" hashalg="SHA1" />
     19 </assembly>
     20