From: <gc...@us...> - 2003-03-11 20:31:33
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests In directory sc8-pr-cvs1:/tmp/cvs-serv20785/DotNetMock.Tests Modified Files: DotNetMock.Tests.csproj Log Message: Index: DotNetMock.Tests.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/DotNetMock.Tests.csproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DotNetMock.Tests.csproj 25 Oct 2002 03:02:26 -0000 1.2 --- DotNetMock.Tests.csproj 11 Mar 2003 20:30:55 -0000 1.3 *************** *** 81,85 **** Name = "nunit.framework" AssemblyName = "nunit.framework" ! HintPath = "..\..\..\dev_utils\nunit\bin\nunit.framework.dll" /> </References> --- 81,85 ---- Name = "nunit.framework" AssemblyName = "nunit.framework" ! HintPath = "..\lib\nunit.framework.dll" /> </References> *************** *** 139,152 **** <File RelPath = "VerifierTests.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Data\MockDataParameterCollectionTests.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Data\MockDataParameterTests.cs" SubType = "Code" BuildAction = "Compile" --- 139,142 ---- |