Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/test/Spring/Spring.Web.Tests
Modified Files:
Spring.Web.Tests.2005.csproj
Log Message:
Fix/update of VS2005 csprojs/sln.
Index: Spring.Web.Tests.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests/Spring.Web.Tests.2005.csproj,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Spring.Web.Tests.2005.csproj 25 Aug 2007 14:26:36 -0000 1.19
--- Spring.Web.Tests.2005.csproj 12 Sep 2007 17:26:57 -0000 1.20
***************
*** 5,9 ****
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{C67E47AA-1ACD-41B4-A465-4D336A2319CA}</ProjectGuid>
! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
--- 5,9 ----
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{C67E47AA-1ACD-41B4-A465-4D336A2319CA}</ProjectGuid>
! <Configuration Condition=" '$(Configuration)' == '' ">Debug-2.0</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
***************
*** 23,33 ****
<StartupObject>
</StartupObject>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
</PropertyGroup>
! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Web.Tests\Debug\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
--- 23,29 ----
<StartupObject>
</StartupObject>
</PropertyGroup>
! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-2.0|AnyCPU' ">
! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Web.Tests\Debug-2.0\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
***************
*** 51,56 ****
<UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup>
! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
! <OutputPath>..\..\..\build\VS.Net\Spring.Web.Tests\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
--- 47,52 ----
<UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup>
! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-2.0|AnyCPU' ">
! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Web.Tests\Release-2.0\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
***************
*** 58,62 ****
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
! <DefineConstants>TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
--- 54,58 ----
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
! <DefineConstants>TRACE;NET_2_0</DefineConstants>
<DocumentationFile>
</DocumentationFile>
|