|
From: Owen R. <exo...@us...> - 2004-06-23 04:45:02
|
Update of /cvsroot/nmock/nmock/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3533/test Modified Files: test.csproj Log Message: committing jim's new fixes for increasing performance and reducing memory requirements Index: test.csproj =================================================================== RCS file: /cvsroot/nmock/nmock/test/test.csproj,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** test.csproj 17 Jun 2004 05:13:38 -0000 1.9 --- test.csproj 23 Jun 2004 04:44:53 -0000 1.10 *************** *** 140,143 **** --- 140,153 ---- /> <File + RelPath = "NMock\Dynamic\InterfaceListerTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "NMock\Dynamic\MockTypeIdentifierTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "NMock\Remoting\MockServerTest.cs" SubType = "Code" |