From: Griffin C. <gc...@us...> - 2005-01-01 22:32:18
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13904/DotNetMock Modified Files: Tag: RFE_1001778 DotNetMock.csproj ExpectationCounter.cs Log Message: - Merged changes from HEAD Index: ExpectationCounter.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/ExpectationCounter.cs,v retrieving revision 1.17 retrieving revision 1.17.2.1 diff -C2 -d -r1.17 -r1.17.2.1 *** ExpectationCounter.cs 10 Oct 2004 07:53:31 -0000 1.17 --- ExpectationCounter.cs 1 Jan 2005 22:32:07 -0000 1.17.2.1 *************** *** 11,15 **** /// <summary> ! /// Default Constructor. Sets the name of this Expectation & Strict to true /// </summary> /// <param name="name">Name of this Expectation</param> --- 11,15 ---- /// <summary> ! /// Default Constructor. Sets the name of this Expectation and Strict to true /// </summary> /// <param name="name">Name of this Expectation</param> Index: DotNetMock.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/DotNetMock.csproj,v retrieving revision 1.26.2.3 retrieving revision 1.26.2.4 diff -C2 -d -r1.26.2.3 -r1.26.2.4 *** DotNetMock.csproj 30 Dec 2004 00:04:36 -0000 1.26.2.3 --- DotNetMock.csproj 1 Jan 2005 22:32:07 -0000 1.26.2.4 *************** *** 30,34 **** ConfigurationOverrideFile = "" DefineConstants = "DEBUG;TRACE" ! DocumentationFile = "" DebugSymbols = "true" FileAlignment = "4096" --- 30,34 ---- ConfigurationOverrideFile = "" DefineConstants = "DEBUG;TRACE" ! DocumentationFile = "bin\Debug.xml" DebugSymbols = "true" FileAlignment = "4096" *************** *** 40,44 **** RegisterForComInterop = "false" RemoveIntegerChecks = "false" ! TreatWarningsAsErrors = "false" WarningLevel = "4" /> --- 40,44 ---- RegisterForComInterop = "false" RemoveIntegerChecks = "false" ! TreatWarningsAsErrors = "true" WarningLevel = "4" /> |