From: <gc...@us...> - 2003-05-05 01:42:07
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Framework In directory sc8-pr-cvs1:/tmp/cvs-serv20315/DotNetMock.Framework Modified Files: DotNetMock.Framework.csproj Log Message: 1) Added Stephen Bodnar's changes to MockDataParameter & MockDataParameterCollection, and tests. Index: DotNetMock.Framework.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Framework/DotNetMock.Framework.csproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** DotNetMock.Framework.csproj 7 Apr 2003 00:43:57 -0000 1.6 --- DotNetMock.Framework.csproj 5 May 2003 01:42:04 -0000 1.7 *************** *** 98,101 **** --- 98,106 ---- /> <File + RelPath = "Data\MockDataAdapter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Data\MockDataParameter.cs" SubType = "Code" |