From: Michael D. <mik...@us...> - 2004-08-20 02:34:29
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9025 Modified Files: NHibernate-1.1.csproj Log Message: Applied patch provided by Kevin Williams to help with the building of DNCache and in jira as Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** NHibernate-1.1.csproj 16 Aug 2004 05:29:02 -0000 1.35 --- NHibernate-1.1.csproj 20 Aug 2004 02:34:20 -0000 1.36 *************** *** 336,339 **** --- 336,344 ---- /> <File + RelPath = "Cache\ICacheProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Cache\NonstrictReadWriteCache.cs" SubType = "Code" |