From: Peter S. <sz...@us...> - 2004-04-13 10:39:46
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24792/NHibernate Modified Files: NHibernate-1.1.csproj Log Message: Added dummy formula class, fixed small typo, and foo test entity. Found another quoting problem. Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** NHibernate-1.1.csproj 10 Apr 2004 05:07:27 -0000 1.17 --- NHibernate-1.1.csproj 13 Apr 2004 10:25:45 -0000 1.18 *************** *** 1089,1092 **** --- 1089,1097 ---- /> <File + RelPath = "Mapping\Formula.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Mapping\Index.cs" SubType = "Code" |