Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv17466/src/Spring/Spring.Web
Modified Files:
Spring.Web.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: Spring.Web.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web/Spring.Web.2003.csproj,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Spring.Web.2003.csproj 3 Apr 2008 06:52:01 -0000 1.25
--- Spring.Web.2003.csproj 13 May 2008 14:22:47 -0000 1.26
***************
*** 433,437 ****
<File
RelPath = "Web\Support\PageHandlerFactory.cs"
! SubType = "Code"
BuildAction = "Compile"
/>
--- 433,437 ----
<File
RelPath = "Web\Support\PageHandlerFactory.cs"
! SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
|