1 1.1 elric <?xml version="1" encoding="UTF-8" standalone="yes" ?> 2 1.1 elric <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 3 1.1 elric <assemblyIdentity type="win32" name="@name@" 4 1.1 elric processorArchitecture="@cpu@" 5 1.1 elric version="@version@" 6 1.1 elric publicKeyToken="@pkt@" /> 7 1.1 elric <file name="heimdal.dll" hashalg="SHA1" /> 8 1.1 elric <file name="com_err.dll" hashalg="SHA1" /> 9 1.1 elric <file name="heimntlm.dll" hashalg="SHA1" /> 10 1.1 elric <file name="gssapi.dll" hashalg="SHA1" /> 11 1.1.1.2 christos <file name="libhdb.dll" hashalg="SHA1" /> 12 1.1.1.2 christos <file name="libkadm5srv.dll" hashalg="SHA1" /> 13 1.1 elric <file name="heimdal.pdb" hashalg="SHA1" /> 14 1.1 elric <file name="com_err.pdb" hashalg="SHA1" /> 15 1.1 elric <file name="heimntlm.pdb" hashalg="SHA1" /> 16 1.1 elric <file name="gssapi.pdb" hashalg="SHA1" /> 17 1.1.1.2 christos <file name="libhdb.pdb" hashalg="SHA1" /> 18 1.1.1.2 christos <file name="libkadm5srv.pdb" hashalg="SHA1" /> 19 1.1 elric </assembly> 20