|
From: <exo...@us...> - 2003-07-13 11:12:21
|
Update of /cvsroot/nmock/nmock/src
In directory sc8-pr-cvs1:/tmp/cvs-serv9816/src
Modified Files:
src.csproj
Log Message:
included missing files in vs project
Index: src.csproj
===================================================================
RCS file: /cvsroot/nmock/nmock/src/src.csproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** src.csproj 13 Mar 2003 22:22:12 -0000 1.2
--- src.csproj 13 Jul 2003 11:12:17 -0000 1.3
***************
*** 138,142 ****
--- 138,152 ----
/>
<File
+ RelPath = "NMock\Constraints\IsArrayEqual.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "NMock\Dynamic\ClassGenerator.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "NMock\Dynamic\InterfaceLister.cs"
SubType = "Code"
BuildAction = "Compile"
|