|
From: <exo...@us...> - 2003-07-13 13:27:10
|
Update of /cvsroot/nmock/nmock/src
In directory sc8-pr-cvs1:/tmp/cvs-serv24746/src
Modified Files:
src.csproj
Log Message:
added support for remotable mocks
Index: src.csproj
===================================================================
RCS file: /cvsroot/nmock/nmock/src/src.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** src.csproj 13 Jul 2003 11:12:17 -0000 1.3
--- src.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 = ""
>
***************
*** 149,152 ****
--- 149,167 ----
<File
RelPath = "NMock\Dynamic\InterfaceLister.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "NMock\Remoting\MockServer.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "NMock\Remoting\RemotingClassGenerator.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "NMock\Remoting\RemotingMock.cs"
SubType = "Code"
BuildAction = "Compile"
|