Windows: Older manifest tools require the hashalg parameter

This commit is contained in:
Asanka C. Herath
2010-11-18 20:53:51 -05:00
parent 538c7ce29c
commit 604b554b23

View File

@@ -4,12 +4,12 @@
processorArchitecture="@cpu@"
version="@version@"
publicKeyToken="@pkt@" />
<file name="heimdal.dll" />
<file name="com_err.dll" />
<file name="heimntlm.dll" />
<file name="gssapi.dll" />
<file name="heimdal.pdb" />
<file name="com_err.pdb" />
<file name="heimntlm.pdb" />
<file name="gssapi.pdb" />
<file name="heimdal.dll" hashalg="SHA1" />
<file name="com_err.dll" hashalg="SHA1" />
<file name="heimntlm.dll" hashalg="SHA1" />
<file name="gssapi.dll" hashalg="SHA1" />
<file name="heimdal.pdb" hashalg="SHA1" />
<file name="com_err.pdb" hashalg="SHA1" />
<file name="heimntlm.pdb" hashalg="SHA1" />
<file name="gssapi.pdb" hashalg="SHA1" />
</assembly>