Update of /cvsroot/springnet/Spring.Net/examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv17466/examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests
Modified Files:
SpringAir.Data.Ado.Tests.2003.csproj
Log Message:
SPRNET-794 - complete rework of Control interception
minor fixes to SpringAir demo
switched DynamicField implementation to using net-2.0's DynamicMethod technique
Index: SpringAir.Data.Ado.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests/SpringAir.Data.Ado.Tests.2003.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SpringAir.Data.Ado.Tests.2003.csproj 3 Dec 2006 08:25:45 -0000 1.3
--- SpringAir.Data.Ado.Tests.2003.csproj 13 May 2008 14:22:46 -0000 1.4
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{B0A6F98E-5363-4575-BB6B-A84E91895468}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{B0A6F98E-5363-4575-BB6B-A84E91895468}"
***************
*** 24,28 ****
>
<Config
! Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
--- 24,28 ----
>
<Config
! Name = "Debug-1.1"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
***************
*** 44,48 ****
/>
<Config
! Name = "Release"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
--- 44,48 ----
/>
<Config
! Name = "Release-1.1"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
|