Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.NHibernate.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2638/Spring.Data.NHibernate.Tests
Modified Files:
Spring.Data.NHibernate.Tests.2003.csproj
Log Message:
Updated VS2003 csprojs (specially added NET_1_1 constant).
Index: Spring.Data.NHibernate.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.NHibernate.Tests/Spring.Data.NHibernate.Tests.2003.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Spring.Data.NHibernate.Tests.2003.csproj 22 Aug 2007 20:17:04 -0000 1.3
--- Spring.Data.NHibernate.Tests.2003.csproj 11 Sep 2007 16:41:29 -0000 1.4
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{8755D942-7828-4971-835B-37A5992C06C9}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{8755D942-7828-4971-835B-37A5992C06C9}"
***************
*** 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"
|