|
From: <sm...@us...> - 2003-07-26 23:03:52
|
Update of /cvsroot/nmock/nmock/test In directory sc8-pr-cvs1:/tmp/cvs-serv3284/test Modified Files: test.csproj Log Message: upgraded csproj files to Vs.Net 2003 Index: test.csproj =================================================================== RCS file: /cvsroot/nmock/nmock/test/test.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** test.csproj 24 Jul 2003 23:09:16 -0000 1.5 --- test.csproj 25 Jul 2003 17:14:53 -0000 1.6 *************** *** 98,101 **** --- 98,106 ---- Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> + <Reference + Name = "System.Runtime.Remoting" + AssemblyName = "System.Runtime.Remoting" + HintPath = "..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Runtime.Remoting.dll" + /> </References> </Build> *************** *** 134,137 **** --- 139,152 ---- <File RelPath = "NMock\Dynamic\ClassGeneratorTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "NMock\Remoting\MockServerTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "NMock\Remoting\RemotingMockTest.cs" SubType = "Code" BuildAction = "Compile" |