Update of /cvsroot/nhibernate/nhibernate/src/NHibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11682/NHibernate
Modified Files:
NHibernate-1.1.csproj
Log Message:
Added HashCodeProvider.dll reference to project and using it in IdentityMap.
Index: NHibernate-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** NHibernate-1.1.csproj 19 Jul 2004 03:24:34 -0000 1.31
--- NHibernate-1.1.csproj 22 Jul 2004 13:31:36 -0000 1.32
***************
*** 95,98 ****
--- 95,103 ----
HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
/>
+ <Reference
+ Name = "HashCodeProvider"
+ AssemblyName = "HashCodeProvider"
+ HintPath = "..\..\external-bin\HashCodeProvider.dll"
+ />
</References>
</Build>
|