Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv32278/src/Spring/Spring.Data
Modified Files:
Spring.Data.2005.csproj
Log Message:
Revert latest changes in VS2005 csprojs/sln.
Index: Spring.Data.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Spring.Data.2005.csproj,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** Spring.Data.2005.csproj 12 Sep 2007 17:26:55 -0000 1.53
--- Spring.Data.2005.csproj 14 Sep 2007 15:45:50 -0000 1.54
***************
*** 5,9 ****
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}</ProjectGuid>
! <Configuration Condition=" '$(Configuration)' == '' ">Debug-2.0</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
--- 5,9 ----
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}</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\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\Debug\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
***************
*** 45,50 ****
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-2.0|AnyCPU' ">
! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data\Release-2.0\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
--- 45,50 ----
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
|