Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.csUnitNamespace
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13904/DotNetMock.csUnitNamespace
Modified Files:
Tag: RFE_1001778
DotNetMock.csUnitNamespace.csproj
Log Message:
- Merged changes from HEAD
Index: DotNetMock.csUnitNamespace.csproj
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.csUnitNamespace/DotNetMock.csUnitNamespace.csproj,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** DotNetMock.csUnitNamespace.csproj 22 Mar 2004 03:51:48 -0000 1.1
--- DotNetMock.csUnitNamespace.csproj 1 Jan 2005 22:32:07 -0000 1.1.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"
/>
***************
*** 77,81 ****
<Reference
Name = "System.XML"
! AssemblyName = "System.XML"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
--- 77,81 ----
<Reference
Name = "System.XML"
! AssemblyName = "System.Xml"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
|