Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2638/Spring.Data.Tests
Modified Files:
Spring.Data.Tests.2003.csproj
Log Message:
Updated VS2003 csprojs (specially added NET_1_1 constant).
Index: Spring.Data.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Tests/Spring.Data.Tests.2003.csproj,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Spring.Data.Tests.2003.csproj 21 Aug 2007 19:26:04 -0000 1.8
--- Spring.Data.Tests.2003.csproj 11 Sep 2007 16:41:29 -0000 1.9
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{C5585365-561C-4EC4-8956-87FFBD9AB1CD}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{C5585365-561C-4EC4-8956-87FFBD9AB1CD}"
***************
*** 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"
|