Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Core.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2638/Spring.Core.Tests
Modified Files:
Spring.Core.Tests.2003.csproj
Log Message:
Updated VS2003 csprojs (specially added NET_1_1 constant).
Index: Spring.Core.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2003.csproj,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** Spring.Core.Tests.2003.csproj 25 Aug 2007 10:21:59 -0000 1.36
--- Spring.Core.Tests.2003.csproj 11 Sep 2007 16:41:29 -0000 1.37
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}"
***************
*** 29,33 ****
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
! DefineConstants = "DEBUG;TRACE"
DocumentationFile = ""
DebugSymbols = "true"
--- 29,33 ----
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
! DefineConstants = "DEBUG;TRACE;NET_1_1"
DocumentationFile = ""
DebugSymbols = "true"
***************
*** 49,53 ****
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
! DefineConstants = "TRACE"
DocumentationFile = ""
DebugSymbols = "false"
--- 49,53 ----
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
! DefineConstants = "TRACE;NET_1_1"
DocumentationFile = ""
DebugSymbols = "false"
***************
*** 123,126 ****
--- 123,131 ----
HintPath = "..\..\..\lib\Net\1.1\Rhino.Mocks.dll"
/>
+ <Reference
+ Name = "System.Runtime.Serialization.Formatters.Soap"
+ AssemblyName = "System.Runtime.Serialization.Formatters.Soap"
+ HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Runtime.Serialization.Formatters.Soap.dll"
+ />
</References>
</Build>
|