Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4341/DotNetMock
Modified Files:
DotNetMock.csproj
Log Message:
Factor out minimal interface for method call expectations.
Index: DotNetMock.csproj
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/DotNetMock.csproj,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** DotNetMock.csproj 20 Feb 2005 09:26:49 -0000 1.36
--- DotNetMock.csproj 4 Mar 2005 00:18:40 -0000 1.37
***************
*** 235,238 ****
--- 235,243 ----
/>
<File
+ RelPath = "Dynamic\IMethodCallExpectation.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Dynamic\IMockedCallHandler.cs"
SubType = "Code"
|