Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2233/Spring.Data
Modified Files:
Spring.Data.2003.csproj
Log Message:
Updated VS2003 csprojs (specially added NET_1_1 constant).
Index: Spring.Data.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Spring.Data.2003.csproj,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** Spring.Data.2003.csproj 9 Aug 2007 06:50:15 -0000 1.21
--- Spring.Data.2003.csproj 11 Sep 2007 16:41:02 -0000 1.22
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{E10A3BED-795F-41CB-A4A8-8C4B342ACDDF}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{E10A3BED-795F-41CB-A4A8-8C4B342ACDDF}"
***************
*** 29,33 ****
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
! DefineConstants = "DEBUG;TRACE"
DocumentationFile = "Spring.Data.xml"
DebugSymbols = "true"
--- 29,33 ----
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
! DefineConstants = "DEBUG;TRACE;NET_1_1"
DocumentationFile = "Spring.Data.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"
***************
*** 816,819 ****
--- 816,824 ----
/>
<File
+ RelPath = "Transaction\Interceptor\DelegatingTransactionAttributeWithName.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Transaction\Interceptor\ITransactionAttribute.cs"
SubType = "Code"
|