Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13385
Modified Files:
Spring.Web.Tests.2003.csproj
Log Message:
fixed SPRNET-725
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.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** Spring.Web.Tests.2003.csproj 11 Sep 2007 17:03:50 -0000 1.35
--- Spring.Web.Tests.2003.csproj 14 Sep 2007 13:49:00 -0000 1.36
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{EB2587B7-8B26-4FBC-852A-4128D5CACAFC}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{EB2587B7-8B26-4FBC-852A-4128D5CACAFC}"
***************
*** 164,168 ****
RelPath = "Data\Spring\Objects\Factory\Support\TestForm.aspx.cs"
DependentUpon = "TestForm.aspx"
! SubType = "Code"
BuildAction = "Compile"
/>
--- 164,168 ----
RelPath = "Data\Spring\Objects\Factory\Support\TestForm.aspx.cs"
DependentUpon = "TestForm.aspx"
! SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
***************
*** 179,183 ****
<File
RelPath = "TestSupport\PageTestObject.cs"
! SubType = "Code"
BuildAction = "Compile"
/>
--- 179,183 ----
<File
RelPath = "TestSupport\PageTestObject.cs"
! SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
***************
*** 204,208 ****
<File
RelPath = "Util\ControlInterceptionTests.cs"
! SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
--- 204,208 ----
<File
RelPath = "Util\ControlInterceptionTests.cs"
! SubType = "Code"
BuildAction = "Compile"
/>
|