|
From: <sm...@us...> - 2003-08-13 20:58:31
|
Update of /cvsroot/nmock/nmock/src
In directory sc8-pr-cvs1:/tmp/cvs-serv8466/src
Modified Files:
src.csproj
Log Message:
Pushed parameters into fields in ClassGenerator
Moved superclassIfTypeIsAnInterface into field
Removed RemotingClasssGenerator
Index: src.csproj
===================================================================
RCS file: /cvsroot/nmock/nmock/src/src.csproj,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** src.csproj 13 Aug 2003 19:42:39 -0000 1.7
--- src.csproj 13 Aug 2003 20:44:12 -0000 1.8
***************
*** 185,193 ****
/>
<File
- RelPath = "NMock\Remoting\RemotingClassGenerator.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "NMock\Remoting\RemotingMock.cs"
SubType = "Code"
--- 185,188 ----
|