From: Michael D. <mik...@us...> - 2004-05-03 04:56:53
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24639/NHibernate Modified Files: NHibernate-1.1.csproj Log Message: Added IdentifierBag to the NH Collections namespace. Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** NHibernate-1.1.csproj 30 Apr 2004 18:39:47 -0000 1.23 --- NHibernate-1.1.csproj 3 May 2004 04:56:44 -0000 1.24 *************** *** 391,394 **** --- 391,399 ---- /> <File + RelPath = "Collection\IdentifierBag.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Collection\List.cs" SubType = "Code" *************** *** 1659,1662 **** --- 1664,1672 ---- /> <File + RelPath = "Type\IdentifierBagType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Type\IDiscriminatorType.cs" SubType = "Code" |