From: Paul H. <pha...@us...> - 2005-03-28 12:46:12
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6075/nhibernate/src/NHibernate Modified Files: NHibernate-1.1.csproj Log Message: NH-112 - Query by Example Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.77 retrieving revision 1.78 diff -C2 -d -r1.77 -r1.78 *** NHibernate-1.1.csproj 14 Mar 2005 18:55:03 -0000 1.77 --- NHibernate-1.1.csproj 28 Mar 2005 12:45:57 -0000 1.78 *************** *** 785,788 **** --- 785,793 ---- /> <File + RelPath = "Expression\Example.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Expression\Expression.cs" SubType = "Code" *************** *** 850,853 **** --- 855,863 ---- /> <File + RelPath = "Expression\MatchMode.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Expression\NotExpression.cs" SubType = "Code" *************** *** 2065,2068 **** --- 2075,2083 ---- /> <File + RelPath = "Type\EnumType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Type\GuidType.cs" SubType = "Code" |