From: <gc...@us...> - 2002-10-07 00:06:17
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock In directory usw-pr-cvs1:/tmp/cvs-serv27946/DotNetMock Modified Files: DotNetMock.csproj Log Message: Index: DotNetMock.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/DotNetMock.csproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** DotNetMock.csproj 29 Sep 2002 23:15:57 -0000 1.7 --- DotNetMock.csproj 7 Oct 2002 00:06:14 -0000 1.8 *************** *** 163,172 **** /> <File ! RelPath = "sql\MockDataParameter.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "sql\MockDataParameterCollection.cs" SubType = "Code" BuildAction = "Compile" --- 163,167 ---- /> <File ! RelPath = "Data\MockDataParameter.cs" SubType = "Code" BuildAction = "Compile" |