Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2638/Spring.Web.Tests
Modified Files:
Spring.Web.Tests.2003.csproj
Log Message:
Updated VS2003 csprojs (specially added NET_1_1 constant).
Index: Spring.Web.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests/Spring.Web.Tests.2003.csproj,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** Spring.Web.Tests.2003.csproj 27 Aug 2007 09:39:04 -0000 1.33
--- Spring.Web.Tests.2003.csproj 11 Sep 2007 16:41:29 -0000 1.34
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{EB2587B7-8B26-4FBC-852A-4128D5CACAFC}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{EB2587B7-8B26-4FBC-852A-4128D5CACAFC}"
***************
*** 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"
***************
*** 179,183 ****
<File
RelPath = "TestSupport\PageTestObject.cs"
! SubType = "Code"
BuildAction = "Compile"
/>
--- 179,183 ----
<File
RelPath = "TestSupport\PageTestObject.cs"
! SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
|