From: Griffin C. <gc...@us...> - 2005-01-01 01:45:02
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16529/DotNetMock.Examples Modified Files: DotNetMock.Examples.csproj Log Message: - Turned on XML Doc generation - Turned on "Treat warnings as errors option" Index: DotNetMock.Examples.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Examples/DotNetMock.Examples.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** DotNetMock.Examples.csproj 31 Mar 2004 03:07:49 -0000 1.5 --- DotNetMock.Examples.csproj 1 Jan 2005 01:44:47 -0000 1.6 *************** *** 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" /> |