Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Examples
In directory sc8-pr-cvs1:/tmp/cvs-serv15895/DotNetMock.Examples
Modified Files:
DotNetMock.Examples.csproj
Log Message:
Added Custom Expectation example
Index: DotNetMock.Examples.csproj
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Examples/DotNetMock.Examples.csproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DotNetMock.Examples.csproj 11 Mar 2003 20:30:45 -0000 1.2
--- DotNetMock.Examples.csproj 31 Dec 2003 19:28:57 -0000 1.3
***************
*** 98,101 ****
--- 98,116 ----
/>
<File
+ RelPath = "CustomExpectation\ExpectationPerson.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "CustomExpectation\ExpectationPersonTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "CustomExpectation\Person.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Dynamic\DefaultWeatherRandom.cs"
SubType = "Code"
|