Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Aop.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2638/Spring.Aop.Tests
Modified Files:
Spring.Aop.Tests.2003.csproj
Log Message:
Updated VS2003 csprojs (specially added NET_1_1 constant).
Index: Spring.Aop.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.2003.csproj,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Spring.Aop.Tests.2003.csproj 8 Aug 2007 17:48:31 -0000 1.15
--- Spring.Aop.Tests.2003.csproj 11 Sep 2007 16:41:28 -0000 1.16
***************
*** 29,33 ****
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
! DefineConstants = "DEBUG;TRACE;DEBUG_DYNAMIC"
DocumentationFile = "Spring.Aop.Tests.xml"
DebugSymbols = "true"
--- 29,33 ----
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
! DefineConstants = "DEBUG;TRACE;NET_1_1;DEBUG_DYNAMIC"
DocumentationFile = "Spring.Aop.Tests.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"
***************
*** 223,226 ****
--- 223,236 ----
/>
<File
+ RelPath = "Aop\Framework\IIsModified.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Aop\Framework\IsModifiedMixin.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Aop\Framework\ITimeStamped.cs"
SubType = "Code"
***************
*** 302,305 ****
--- 312,320 ----
/>
<File
+ RelPath = "Aop\Framework\AutoProxy\CreatesTestObject.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Aop\Framework\AutoProxy\LogicalThreadContextAdvice.cs"
SubType = "Code"
|