From: Michael D. <mik...@us...> - 2004-10-29 05:59:47
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17657/NHibernate Modified Files: NHibernate-1.1.csproj Log Message: NH-90 : added new files for it. Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** NHibernate-1.1.csproj 26 Oct 2004 21:22:08 -0000 1.54 --- NHibernate-1.1.csproj 29 Oct 2004 05:59:38 -0000 1.55 *************** *** 306,309 **** --- 306,314 ---- /> <File + RelPath = "Cache\CacheFactory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Cache\HashtableCache.cs" SubType = "Code" *************** *** 371,374 **** --- 376,389 ---- /> <File + RelPath = "Cfg\Settings.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Cfg\SettingsFactory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Collection\ArrayHolder.cs" SubType = "Code" |