|
From: <exo...@us...> - 2003-07-13 13:27:10
|
Update of /cvsroot/nmock/nmock/test
In directory sc8-pr-cvs1:/tmp/cvs-serv24746/test
Modified Files:
test.csproj
Log Message:
added support for remotable mocks
Index: test.csproj
===================================================================
RCS file: /cvsroot/nmock/nmock/test/test.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test.csproj 13 Jul 2003 11:12:17 -0000 1.3
--- test.csproj 13 Jul 2003 13:27:06 -0000 1.4
***************
*** 17,21 ****
DelaySign = "false"
OutputType = "Library"
! RootNamespace = "NMock"
StartupObject = ""
>
--- 17,21 ----
DelaySign = "false"
OutputType = "Library"
! RootNamespace = ""
StartupObject = ""
>
***************
*** 36,40 ****
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
! WarningLevel = "4"
/>
<Config
--- 36,40 ----
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
! WarningLevel = "3"
/>
<Config
***************
*** 88,91 ****
--- 88,96 ----
HintPath = "..\lib\nunit.framework.dll"
/>
+ <Reference
+ Name = "System.Runtime.Remoting"
+ AssemblyName = "System.Runtime.Remoting"
+ HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Runtime.Remoting.dll"
+ />
</References>
</Build>
***************
*** 134,137 ****
--- 139,152 ----
<File
RelPath = "NMock\Dynamic\InterfaceListerTest.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"
|