Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Services
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/src/Spring/Spring.Services
Modified Files:
Spring.Services.2005.csproj
Log Message:
Fix/update of VS2005 csprojs/sln.
Index: Spring.Services.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Services/Spring.Services.2005.csproj,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Spring.Services.2005.csproj 7 Aug 2007 23:21:59 -0000 1.19
--- Spring.Services.2005.csproj 12 Sep 2007 17:26:56 -0000 1.20
***************
*** 5,9 ****
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B58E34CF-6E70-481D-AC87-1BC2D13C21FB}</ProjectGuid>
! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
--- 5,9 ----
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B58E34CF-6E70-481D-AC87-1BC2D13C21FB}</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\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\Debug-2.0\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
***************
*** 50,55 ****
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Services\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
--- 46,51 ----
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-2.0|AnyCPU' ">
! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Services\Release-2.0\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
|