From: Michael D. <mik...@us...> - 2004-04-14 03:06:29
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1907 Modified Files: NHibernate-1.1.csproj Log Message: Added IdentifierCollection & IdentifierBag to mapping synch with h2.0.3 Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** NHibernate-1.1.csproj 13 Apr 2004 10:25:45 -0000 1.18 --- NHibernate-1.1.csproj 14 Apr 2004 03:06:20 -0000 1.19 *************** *** 1094,1097 **** --- 1094,1107 ---- /> <File + RelPath = "Mapping\IdentifierBag.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Mapping\IdentifierCollection.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Mapping\Index.cs" SubType = "Code" |