|
From: <sm...@us...> - 2003-08-13 19:44:41
|
Update of /cvsroot/nmock/nmock/src
In directory sc8-pr-cvs1:/tmp/cvs-serv30014/src
Modified Files:
src.csproj
Log Message:
Added IInvocationHandler and generalised DynamicProxy generation
(with Jon Tirsen)
Index: src.csproj
===================================================================
RCS file: /cvsroot/nmock/nmock/src/src.csproj,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** src.csproj 8 Aug 2003 00:05:03 -0000 1.6
--- src.csproj 13 Aug 2003 19:42:39 -0000 1.7
***************
*** 100,103 ****
--- 100,108 ----
/>
<File
+ RelPath = "NMock\IInvocationHandler.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "NMock\IMethod.cs"
SubType = "Code"
|