Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv32278/test/Spring/Spring.Data.Tests
Modified Files:
Spring.Data.Tests.2005.csproj
Log Message:
Revert latest changes in VS2005 csprojs/sln.
Index: Spring.Data.Tests.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Tests/Spring.Data.Tests.2005.csproj,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Spring.Data.Tests.2005.csproj 12 Sep 2007 17:26:57 -0000 1.27
--- Spring.Data.Tests.2005.csproj 14 Sep 2007 15:45:51 -0000 1.28
***************
*** 5,9 ****
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}</ProjectGuid>
! <Configuration Condition=" '$(Configuration)' == '' ">Debug-2.0</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
--- 5,9 ----
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}</ProjectGuid>
! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
***************
*** 24,29 ****
</StartupObject>
</PropertyGroup>
! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-2.0|AnyCPU' ">
! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.Tests\Debug-2.0\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
--- 24,29 ----
</StartupObject>
</PropertyGroup>
! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.Tests\Debug\</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.Data.Tests\Release-2.0\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
--- 47,52 ----
<UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup>
! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.Tests\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
|