From: Griffin C. <gc...@us...> - 2005-02-05 21:46:37
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8391/DotNetMock Modified Files: Assertion.cs DotNetMock.csproj Log Message: - Moved ITestFramework.cs to DotNetMock assembly - removed DotNetMock.Core assembly - Updated build file Index: Assertion.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/Assertion.cs,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Assertion.cs 29 Jan 2005 09:13:32 -0000 1.6 --- Assertion.cs 5 Feb 2005 21:46:27 -0000 1.7 *************** *** 4,9 **** #region Imports using System; - using DotNetMock.Core; #endregion --- 4,9 ---- #region Imports using System; using DotNetMock.Core; + #endregion Index: DotNetMock.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/DotNetMock.csproj,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** DotNetMock.csproj 5 Feb 2005 21:12:50 -0000 1.32 --- DotNetMock.csproj 5 Feb 2005 21:46:27 -0000 1.33 *************** *** 80,88 **** HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll" /> - <Reference - Name = "DotNetMock.Core" - Project = "{5666DF57-5109-4C5F-967D-EEDC554B8E55}" - Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" - /> </References> </Build> --- 80,83 ---- *************** *** 200,203 **** --- 195,203 ---- /> <File + RelPath = "Core\ITestFramework.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Dynamic\AbstractArgumentMutator.cs" SubType = "Code" |