Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data.NHibernate
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2233/Spring.Data.NHibernate
Modified Files:
Spring.Data.NHibernate.2003.csproj
Log Message:
Updated VS2003 csprojs (specially added NET_1_1 constant).
Index: Spring.Data.NHibernate.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data.NHibernate/Spring.Data.NHibernate.2003.csproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Spring.Data.NHibernate.2003.csproj 22 Aug 2007 20:16:36 -0000 1.5
--- Spring.Data.NHibernate.2003.csproj 11 Sep 2007 16:41:02 -0000 1.6
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{E8467024-8AE3-44A4-BAAD-1D78747EC7BD}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{E8467024-8AE3-44A4-BAAD-1D78747EC7BD}"
***************
*** 29,33 ****
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
! DefineConstants = "DEBUG;TRACE"
DocumentationFile = "Spring.Data.NHibernate.xml"
DebugSymbols = "true"
--- 29,33 ----
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
! DefineConstants = "DEBUG;TRACE;NET_1_1"
DocumentationFile = "Spring.Data.NHibernate.xml"
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"
|