From: Griffin C. <gc...@us...> - 2005-01-01 22:58:26
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24588/DotNetMock Modified Files: DotNetMock.csproj Log Message: - Merged branch RFE_1001778 into head Index: DotNetMock.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/DotNetMock.csproj,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** DotNetMock.csproj 1 Jan 2005 01:44:49 -0000 1.27 --- DotNetMock.csproj 1 Jan 2005 22:58:07 -0000 1.28 *************** *** 205,208 **** --- 205,218 ---- /> <File + RelPath = "Dynamic\AbstractArgumentMutator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Dynamic\Assign.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Dynamic\DynamicMock.cs" SubType = "Code" *************** *** 220,223 **** --- 230,238 ---- /> <File + RelPath = "Dynamic\IArgumentMutator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Dynamic\IDynamicMock.cs" SubType = "Code" *************** *** 225,228 **** --- 240,248 ---- /> <File + RelPath = "Dynamic\IMockedCallHandler.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Dynamic\IPredicate.cs" SubType = "Code" *************** *** 235,238 **** --- 255,263 ---- /> <File + RelPath = "Dynamic\Generate\ILUtils.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Dynamic\Predicates\AndPredicate.cs" SubType = "Code" |