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