From: <gc...@us...> - 2003-03-11 20:31:19
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock In directory sc8-pr-cvs1:/tmp/cvs-serv20785/DotNetMock Modified Files: DotNetMock.csproj Log Message: Index: DotNetMock.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/DotNetMock.csproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** DotNetMock.csproj 7 Oct 2002 00:06:14 -0000 1.8 --- DotNetMock.csproj 11 Mar 2003 20:30:45 -0000 1.9 *************** *** 98,137 **** /> <File ! RelPath = "Expectation.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "ExpectationArrayList.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "ExpectationBool.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "ExpectationCollection.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "ExpectationCounter.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "ExpectationString.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "ExpectationType.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "ExpectationValue.cs" SubType = "Code" BuildAction = "Compile" --- 98,142 ---- /> <File ! RelPath = "ExpectationArrayList.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "ExpectationBool.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "ExpectationCounter.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "ExpectationString.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "ExpectationType.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "ExpectationValue.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "IExpectation.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "IExpectationCollection.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "IVerifiable.cs" SubType = "Code" BuildAction = "Compile" *************** *** 143,147 **** /> <File ! RelPath = "Null.cs" SubType = "Code" BuildAction = "Compile" --- 148,152 ---- /> <File ! RelPath = "NullObject.cs" SubType = "Code" BuildAction = "Compile" *************** *** 153,167 **** /> <File ! RelPath = "Verifiable.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Verifier.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Data\MockDataParameter.cs" SubType = "Code" BuildAction = "Compile" --- 158,272 ---- /> <File ! RelPath = "Verifier.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "VerifyException.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Dynamic\DynamicMock.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\IMock.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\IPredicate.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Mock.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Generate\ClassGenerator.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\AndPredicate.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\IsAnything.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\IsCloseTo.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\IsEqual.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\IsEqualIgnoreCase.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\IsEqualIgnoreWhiteSpace.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\IsIn.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\IsMatch.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\IsNull.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\IsTypeOf.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\NotEqual.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\NotIn.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\NotNull.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\NotPredicate.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\OrPredicate.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Predicates\Predicate.cs" SubType = "Code" BuildAction = "Compile" |