|
From: <exo...@us...> - 2003-03-13 22:22:16
|
Update of /cvsroot/nmock/nmock/src
In directory sc8-pr-cvs1:/tmp/cvs-serv25196/src
Modified Files:
src.csproj
Log Message:
split Method class into Method and SingleMethod and extracted IMethod interface
Index: src.csproj
===================================================================
RCS file: /cvsroot/nmock/nmock/src/src.csproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** src.csproj 16 Dec 2002 14:51:20 -0000 1.1
--- src.csproj 13 Mar 2003 22:22:12 -0000 1.2
***************
*** 70,74 ****
<Reference
Name = "System.XML"
! AssemblyName = "System.XML"
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
/>
--- 70,74 ----
<Reference
Name = "System.XML"
! AssemblyName = "System.Xml"
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
/>
***************
*** 88,91 ****
--- 88,96 ----
/>
<File
+ RelPath = "NMock\IMethod.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "NMock\IMock.cs"
SubType = "Code"
***************
*** 109,112 ****
--- 114,122 ----
<File
RelPath = "NMock\MockCall.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "NMock\SingleMethod.cs"
SubType = "Code"
BuildAction = "Compile"
|