From: Michael D. <mik...@us...> - 2004-08-09 03:34:36
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11177 Modified Files: NHibernate-1.1.csproj Log Message: Added 2 classes to csproj. Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** NHibernate-1.1.csproj 2 Aug 2004 04:30:35 -0000 1.33 --- NHibernate-1.1.csproj 9 Aug 2004 03:34:27 -0000 1.34 *************** *** 1024,1027 **** --- 1024,1032 ---- /> <File + RelPath = "Impl\SessionFactoryObjectFactory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Impl\SessionImpl.cs" SubType = "Code" *************** *** 1309,1312 **** --- 1314,1322 ---- /> <File + RelPath = "Persister\PersisterFactory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Proxy\HibernateProxy.cs" SubType = "Code" |