From: Choy R. <ch...@us...> - 2005-01-05 00:30:25
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25159/DotNetMock Modified Files: DotNetMock.csproj Log Message: Make the AndRequire a bit more consistent by allowing it to automatically convert object -> IPredicate. Index: DotNetMock.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/DotNetMock.csproj,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** DotNetMock.csproj 1 Jan 2005 22:58:07 -0000 1.28 --- DotNetMock.csproj 5 Jan 2005 00:29:19 -0000 1.29 *************** *** 250,253 **** --- 250,258 ---- /> <File + RelPath = "Dynamic\PredicateUtils.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Dynamic\Generate\ClassGenerator.cs" SubType = "Code" |