Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.MbUnitNamespace
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13904/DotNetMock.MbUnitNamespace
Modified Files:
Tag: RFE_1001778
DotNetMock.MbUnitNamespace.csproj
Log Message:
- Merged changes from HEAD
Index: DotNetMock.MbUnitNamespace.csproj
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.MbUnitNamespace/DotNetMock.MbUnitNamespace.csproj,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** DotNetMock.MbUnitNamespace.csproj 11 Jul 2004 03:24:36 -0000 1.2
--- DotNetMock.MbUnitNamespace.csproj 1 Jan 2005 22:32:06 -0000 1.2.2.1
***************
*** 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"
/>
|