Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv5716/Spring.Web.Tests
Modified Files:
Spring.Web.Tests.2003.csproj
Log Message:
Fix .NET 1.1 project files
Index: Spring.Web.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests/Spring.Web.Tests.2003.csproj,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** Spring.Web.Tests.2003.csproj 6 Dec 2007 22:19:34 -0000 1.40
--- Spring.Web.Tests.2003.csproj 3 Apr 2008 06:52:09 -0000 1.41
***************
*** 243,246 ****
--- 243,251 ----
/>
<File
+ RelPath = "TestSupport\TestWebContextTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "TestSupport\VirtualEnvironmentMock.cs"
SubType = "Code"
***************
*** 248,251 ****
--- 253,261 ----
/>
<File
+ RelPath = "TestSupport\VoidDelegate.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Threading\HttpContextStorageTests.cs"
SubType = "Code"
***************
*** 259,263 ****
<File
RelPath = "Util\ControlInterceptionTests.cs"
! SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
--- 269,273 ----
<File
RelPath = "Util\ControlInterceptionTests.cs"
! SubType = "Code"
BuildAction = "Compile"
/>
|