From: Michael D. <mik...@us...> - 2004-10-26 21:23:04
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4496 Modified Files: NHibernate-1.1.csproj Log Message: fixed porting typo with use of cache Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** NHibernate-1.1.csproj 23 Oct 2004 15:44:04 -0000 1.53 --- NHibernate-1.1.csproj 26 Oct 2004 21:22:08 -0000 1.54 *************** *** 311,314 **** --- 311,319 ---- /> <File + RelPath = "Cache\HashtableCacheProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Cache\ICache.cs" SubType = "Code" |