Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16529/DotNetMock.Core
Modified Files:
DotNetMock.Core.csproj
Log Message:
- Turned on XML Doc generation
- Turned on "Treat warnings as errors option"
Index: DotNetMock.Core.csproj
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Core/DotNetMock.Core.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** DotNetMock.Core.csproj 9 Oct 2004 21:14:11 -0000 1.3
--- DotNetMock.Core.csproj 1 Jan 2005 01:44:38 -0000 1.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"
/>
|