From: Griffin C. <gc...@us...> - 2005-04-25 03:26:41
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5075/DotNetMock Modified Files: DotNetMock.csproj Log Message: - Minor refactorings Index: DotNetMock.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/DotNetMock.csproj,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** DotNetMock.csproj 23 Apr 2005 21:28:39 -0000 1.38 --- DotNetMock.csproj 25 Apr 2005 03:26:31 -0000 1.39 *************** *** 365,368 **** --- 365,378 ---- /> <File + RelPath = "Expectations\ExpectAndReturnExpectation.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Expectations\ExpectationsUtils.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TestFramework\AbstractStubMaker.cs" SubType = "Code" |