Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13400/DotNetMock
Modified Files:
DotNetMock.csproj
Log Message:
Started adding one of Roman's ideas to the codebase. A modified version of his MethodCall class that doesn't use MethodSignature (yet). Unclear whether we'll need MethodSignature.
Index: DotNetMock.csproj
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/DotNetMock.csproj,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** DotNetMock.csproj 12 Feb 2005 09:07:57 -0000 1.34
--- DotNetMock.csproj 18 Feb 2005 06:37:35 -0000 1.35
***************
*** 245,248 ****
--- 245,253 ----
/>
<File
+ RelPath = "Dynamic\MethodCall.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Dynamic\PredicateUtils.cs"
SubType = "Code"
|