Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Services.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/test/Spring/Spring.Services.Tests
Modified Files:
Spring.Services.Tests.2005.csproj
Log Message:
Fix/update of VS2005 csprojs/sln.
Index: Spring.Services.Tests.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Services.Tests/Spring.Services.Tests.2005.csproj,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Spring.Services.Tests.2005.csproj 7 Sep 2007 01:59:53 -0000 1.20
--- Spring.Services.Tests.2005.csproj 12 Sep 2007 17:26:57 -0000 1.21
***************
*** 5,9 ****
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{EB2687B7-8B26-4FBC-852A-4128D5CACAFC}</ProjectGuid>
! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
--- 5,9 ----
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{EB2687B7-8B26-4FBC-852A-4128D5CACAFC}</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.Services.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.Services.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.2005\Spring.Services.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.Services.Tests\Release-2.0\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
|