Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv5378/Spring.Web
Modified Files:
Spring.Web.2003.csproj
Log Message:
Fix .NET 1.1 project files
Index: Spring.Web.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web/Spring.Web.2003.csproj,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Spring.Web.2003.csproj 28 Nov 2007 23:25:46 -0000 1.24
--- Spring.Web.2003.csproj 3 Apr 2008 06:52:01 -0000 1.25
***************
*** 433,437 ****
<File
RelPath = "Web\Support\PageHandlerFactory.cs"
! SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
--- 433,437 ----
<File
RelPath = "Web\Support\PageHandlerFactory.cs"
! SubType = "Code"
BuildAction = "Compile"
/>
***************
*** 487,490 ****
--- 487,495 ----
/>
<File
+ RelPath = "Web\UI\IValidationContainer.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Web\UI\MasterPage.cs"
SubType = "ASPXCodeBehind"
***************
*** 507,510 ****
--- 512,520 ----
/>
<File
+ RelPath = "Web\UI\Controls\AbstractValidationControl.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Web\UI\Controls\Calendar.cs"
SubType = "Code"
***************
*** 572,575 ****
--- 582,590 ----
/>
<File
+ RelPath = "Web\UI\Controls\Panel.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Web\UI\Controls\RadioButtonGroup.cs"
SubType = "Code"
|