springnet-commits Mailing List for Spring Framework .NET (Page 47)
Brought to you by:
aseovic,
markpollack
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(33) |
Aug
(163) |
Sep
(491) |
Oct
(289) |
Nov
(336) |
Dec
(84) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(227) |
Feb
(413) |
Mar
(128) |
Apr
(232) |
May
(92) |
Jun
(299) |
Jul
(386) |
Aug
(228) |
Sep
(237) |
Oct
(426) |
Nov
(325) |
Dec
(405) |
2006 |
Jan
(315) |
Feb
(311) |
Mar
(152) |
Apr
(177) |
May
(443) |
Jun
(92) |
Jul
(88) |
Aug
(80) |
Sep
(288) |
Oct
(515) |
Nov
(1049) |
Dec
(440) |
2007 |
Jan
(179) |
Feb
(406) |
Mar
(294) |
Apr
(80) |
May
(432) |
Jun
(242) |
Jul
(452) |
Aug
(710) |
Sep
(206) |
Oct
(240) |
Nov
(65) |
Dec
(227) |
2008 |
Jan
(80) |
Feb
(90) |
Mar
(98) |
Apr
(136) |
May
(101) |
Jun
(12) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:07
|
Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.NHibernate.Integration.Tests In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/test/Spring/Spring.Data.NHibernate.Integration.Tests Modified Files: Spring.Data.NHibernate.Integration.Tests.2005.csproj Log Message: Fix/update of VS2005 csprojs/sln. Index: Spring.Data.NHibernate.Integration.Tests.2005.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.NHibernate.Integration.Tests/Spring.Data.NHibernate.Integration.Tests.2005.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Spring.Data.NHibernate.Integration.Tests.2005.csproj 18 Jul 2007 21:26:07 -0000 1.5 --- Spring.Data.NHibernate.Integration.Tests.2005.csproj 12 Sep 2007 17:26:56 -0000 1.6 *************** *** 1,5 **** <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> --- 1,5 ---- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug-2.0</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> *************** *** 11,28 **** <AssemblyName>Spring.Data.NHibernate.Integration.Tests</AssemblyName> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.NHibernate.Integration.Tests\Debug\</OutputPath> <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> ! <OutputPath>bin\Release\</OutputPath> ! <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> --- 11,28 ---- <AssemblyName>Spring.Data.NHibernate.Integration.Tests</AssemblyName> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-2.0|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.NHibernate.Integration.Tests\Debug-2.0\</OutputPath> <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-2.0|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.NHibernate.Integration.Tests\Release-2.0\</OutputPath> ! <DefineConstants>TRACE;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:06
|
Update of /cvsroot/springnet/Spring.Net In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519 Modified Files: Spring.Net.1.1.2005.sln Log Message: Fix/update of VS2005 csprojs/sln. Index: Spring.Net.1.1.2005.sln =================================================================== RCS file: /cvsroot/springnet/Spring.Net/Spring.Net.1.1.2005.sln,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Spring.Net.1.1.2005.sln 20 Aug 2007 18:38:10 -0000 1.12 --- Spring.Net.1.1.2005.sln 12 Sep 2007 17:26:55 -0000 1.13 *************** *** 2,308 **** # Visual Studio 2005 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Core.2005", "src\Spring\Spring.Core\Spring.Core.2005.csproj", "{710961A3-0DF4-49E4-A26E-F5B9C044AC84}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Core.Tests.2005", "test\Spring\Spring.Core.Tests\Spring.Core.Tests.2005.csproj", "{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Aop.2005", "src\Spring\Spring.Aop\Spring.Aop.2005.csproj", "{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Aop.Tests.2005", "test\Spring\Spring.Aop.Tests\Spring.Aop.Tests.2005.csproj", "{2111596A-0327-4C9D-8919-294FBD988A23}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F04753EF-7A1B-4837-AB63-8C0821E8155D}" ! ProjectSection(WebsiteProperties) = preProject ! Debug.AspNetCompiler.Debug = "True" ! Release.AspNetCompiler.Debug = "False" EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Services.2005", "src\Spring\Spring.Services\Spring.Services.2005.csproj", "{B58E34CF-6E70-481D-AC87-1BC2D13C21FB}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Services.Tests.2005", "test\Spring\Spring.Services.Tests\Spring.Services.Tests.2005.csproj", "{EB2687B7-8B26-4FBC-852A-4128D5CACAFC}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.2005", "src\Spring\Spring.Web\Spring.Web.2005.csproj", "{BA4789EB-281A-48EA-8763-28B9F0596A18}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Tests.2005", "test\Spring\Spring.Web.Tests\Spring.Web.Tests.2005.csproj", "{C67E47AA-1ACD-41B4-A465-4D336A2319CA}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.2005", "src\Spring\Spring.Data\Spring.Data.2005.csproj", "{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.Tests.2005", "test\Spring\Spring.Data.Tests\Spring.Data.Tests.2005.csproj", "{ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.Integration.Tests.2005", "test\Spring\Spring.Data.Integration.Tests\Spring.Data.Integration.Tests.2005.csproj", "{91766D21-C568-459F-9BEA-759B011F23CF}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Extensions.2005", "src\Spring\Spring.Web.Extensions\Spring.Web.Extensions.2005.csproj", "{E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Testing.NUnit.2005", "src\Spring\Spring.Testing.NUnit\Spring.Testing.NUnit.2005.csproj", "{ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.NHibernate.2005", "src\Spring\Spring.Data.NHibernate\Spring.Data.NHibernate.2005.csproj", "{130E1609-45A7-4F65-B112-105F2DD3E2CE}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.NHibernate.Integration.Tests.2005", "test\Spring\Spring.Data.NHibernate.Integration.Tests\Spring.Data.NHibernate.Integration.Tests.2005.csproj", "{4A07E150-ED90-407C-8CAD-4760444DDFD9}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.NHibernate12.2005", "src\Spring\Spring.Data.NHibernate12\Spring.Data.NHibernate12.2005.csproj", "{90F2D070-6F98-4926-A626-BD7A6071D6D9}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.NHibernate.Tests.2005", "test\Spring\Spring.Data.NHibernate.Tests\Spring.Data.NHibernate.Tests.2005.csproj", "{94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Testing.NUnit.Tests.2005", "test\Spring\Spring.Testing.NUnit.Tests\Spring.Testing.NUnit.Tests.2005.csproj", "{4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution ! Debug|.NET = Debug|.NET ! Debug|Any CPU = Debug|Any CPU ! Debug|Mixed Platforms = Debug|Mixed Platforms ! Release|.NET = Release|.NET ! Release|Any CPU = Release|Any CPU ! Release|Mixed Platforms = Release|Mixed Platforms EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release|.NET.ActiveCfg = Release|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release|Any CPU.Build.0 = Release|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release|.NET.ActiveCfg = Release|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release|Any CPU.Build.0 = Release|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release|.NET.ActiveCfg = Release|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release|Any CPU.Build.0 = Release|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Release|.NET.ActiveCfg = Release|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Release|Any CPU.Build.0 = Release|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Release|.NET.ActiveCfg = Release|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Release|Any CPU.Build.0 = Release|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Release|.NET.ActiveCfg = Release|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Release|Any CPU.Build.0 = Release|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Release|.NET.ActiveCfg = Release|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Release|Any CPU.Build.0 = Release|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release|.NET.ActiveCfg = Release|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release|Any CPU.Build.0 = Release|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release|.NET.ActiveCfg = Release|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release|Any CPU.Build.0 = Release|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Release|.NET.ActiveCfg = Release|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Release|Any CPU.Build.0 = Release|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Release|.NET.ActiveCfg = Release|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Release|Any CPU.Build.0 = Release|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Release|.NET.ActiveCfg = Release|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Release|Any CPU.Build.0 = Release|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Release|.NET.ActiveCfg = Release|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Release|Any CPU.Build.0 = Release|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Release|.NET.ActiveCfg = Release|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Release|Any CPU.Build.0 = Release|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Release|.NET.ActiveCfg = Release|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Release|Any CPU.Build.0 = Release|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Release|.NET.ActiveCfg = Release|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Release|Any CPU.Build.0 = Release|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Release|.NET.ActiveCfg = Release|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Release|Any CPU.Build.0 = Release|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Release|Mixed Platforms.Build.0 = Release|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Debug|.NET.ActiveCfg = Debug|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Debug|Any CPU.Build.0 = Debug|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Release|.NET.ActiveCfg = Release|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Release|Any CPU.ActiveCfg = Release|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Release|Any CPU.Build.0 = Release|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Release|Mixed Platforms.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution --- 2,273 ---- # Visual Studio 2005 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Core.2005", "src\Spring\Spring.Core\Spring.Core.2005.csproj", "{710961A3-0DF4-49E4-A26E-F5B9C044AC84}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Core.Tests.2005", "test\Spring\Spring.Core.Tests\Spring.Core.Tests.2005.csproj", "{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Aop.2005", "src\Spring\Spring.Aop\Spring.Aop.2005.csproj", "{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Aop.Tests.2005", "test\Spring\Spring.Aop.Tests\Spring.Aop.Tests.2005.csproj", "{2111596A-0327-4C9D-8919-294FBD988A23}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F04753EF-7A1B-4837-AB63-8C0821E8155D}" ! ProjectSection(SolutionItems) = preProject ! doc\NamespaceSummary.xml = doc\NamespaceSummary.xml ! Spring.build = Spring.build ! Spring.include = Spring.include EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Services.2005", "src\Spring\Spring.Services\Spring.Services.2005.csproj", "{B58E34CF-6E70-481D-AC87-1BC2D13C21FB}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Services.Tests.2005", "test\Spring\Spring.Services.Tests\Spring.Services.Tests.2005.csproj", "{EB2687B7-8B26-4FBC-852A-4128D5CACAFC}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.2005", "src\Spring\Spring.Web\Spring.Web.2005.csproj", "{BA4789EB-281A-48EA-8763-28B9F0596A18}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Tests.2005", "test\Spring\Spring.Web.Tests\Spring.Web.Tests.2005.csproj", "{C67E47AA-1ACD-41B4-A465-4D336A2319CA}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.2005", "src\Spring\Spring.Data\Spring.Data.2005.csproj", "{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.Tests.2005", "test\Spring\Spring.Data.Tests\Spring.Data.Tests.2005.csproj", "{ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.Integration.Tests.2005", "test\Spring\Spring.Data.Integration.Tests\Spring.Data.Integration.Tests.2005.csproj", "{91766D21-C568-459F-9BEA-759B011F23CF}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Extensions.2005", "src\Spring\Spring.Web.Extensions\Spring.Web.Extensions.2005.csproj", "{E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Testing.NUnit.2005", "src\Spring\Spring.Testing.NUnit\Spring.Testing.NUnit.2005.csproj", "{ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.NHibernate.2005", "src\Spring\Spring.Data.NHibernate\Spring.Data.NHibernate.2005.csproj", "{130E1609-45A7-4F65-B112-105F2DD3E2CE}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.NHibernate.Integration.Tests.2005", "test\Spring\Spring.Data.NHibernate.Integration.Tests\Spring.Data.NHibernate.Integration.Tests.2005.csproj", "{4A07E150-ED90-407C-8CAD-4760444DDFD9}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.NHibernate12.2005", "src\Spring\Spring.Data.NHibernate12\Spring.Data.NHibernate12.2005.csproj", "{90F2D070-6F98-4926-A626-BD7A6071D6D9}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.NHibernate.Tests.2005", "test\Spring\Spring.Data.NHibernate.Tests\Spring.Data.NHibernate.Tests.2005.csproj", "{94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Testing.NUnit.Tests.2005", "test\Spring\Spring.Testing.NUnit.Tests\Spring.Testing.NUnit.Tests.2005.csproj", "{4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution ! Debug-2.0|.NET = Debug-2.0|.NET ! Debug-2.0|Any CPU = Debug-2.0|Any CPU ! Debug-2.0|Mixed Platforms = Debug-2.0|Mixed Platforms ! Release-2.0|.NET = Release-2.0|.NET ! Release-2.0|Any CPU = Release-2.0|Any CPU ! Release-2.0|Mixed Platforms = Release-2.0|Mixed Platforms EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {2111596A-0327-4C9D-8919-294FBD988A23}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {B58E34CF-6E70-481D-AC87-1BC2D13C21FB}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {EB2687B7-8B26-4FBC-852A-4128D5CACAFC}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {BA4789EB-281A-48EA-8763-28B9F0596A18}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {91766D21-C568-459F-9BEA-759B011F23CF}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {E5E287D2-EE2C-4C99-87CA-EB27B35ABF7B}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {ED204A7B-832F-44C7-BFE3-504AEBE1BCC8}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {130E1609-45A7-4F65-B112-105F2DD3E2CE}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {4A07E150-ED90-407C-8CAD-4760444DDFD9}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {90F2D070-6F98-4926-A626-BD7A6071D6D9}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Debug-2.0|.NET.ActiveCfg = Debug-2.0|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Debug-2.0|.NET.Build.0 = Debug-2.0|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Debug-2.0|Any CPU.ActiveCfg = Debug-2.0|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Debug-2.0|Any CPU.Build.0 = Debug-2.0|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Debug-2.0|Mixed Platforms.ActiveCfg = Debug-2.0|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Debug-2.0|Mixed Platforms.Build.0 = Debug-2.0|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Release-2.0|.NET.ActiveCfg = Release-2.0|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Release-2.0|.NET.Build.0 = Release-2.0|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Release-2.0|Any CPU.ActiveCfg = Release-2.0|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Release-2.0|Any CPU.Build.0 = Release-2.0|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Release-2.0|Mixed Platforms.ActiveCfg = Release-2.0|Any CPU ! {4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Release-2.0|Mixed Platforms.Build.0 = Release-2.0|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:05
|
Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web.Extensions In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/src/Spring/Spring.Web.Extensions Modified Files: Spring.Web.Extensions.2005.csproj Log Message: Fix/update of VS2005 csprojs/sln. Index: Spring.Web.Extensions.2005.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web.Extensions/Spring.Web.Extensions.2005.csproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Spring.Web.Extensions.2005.csproj 1 Jun 2007 14:05:49 -0000 1.4 --- Spring.Web.Extensions.2005.csproj 12 Sep 2007 17:26:56 -0000 1.5 *************** *** 1,5 **** <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> --- 1,5 ---- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug-2.0</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> *************** *** 11,19 **** <AssemblyName>Spring.Web.Extensions</AssemblyName> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Web.Extensions\Debug\</OutputPath> <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> --- 11,19 ---- <AssemblyName>Spring.Web.Extensions</AssemblyName> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-2.0|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Web.Extensions\Debug-2.0\</OutputPath> <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> *************** *** 21,28 **** <DocumentationFile>Spring.Web.Extensions.xml</DocumentationFile> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Web.Extensions\Release\</OutputPath> <DefineConstants>TRACE;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> --- 21,28 ---- <DocumentationFile>Spring.Web.Extensions.xml</DocumentationFile> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-2.0|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Web.Extensions\Release-2.0\</OutputPath> <DefineConstants>TRACE;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:04
|
Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Core.Tests In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/test/Spring/Spring.Core.Tests Modified Files: Spring.Core.Tests.2005.csproj Log Message: Fix/update of VS2005 csprojs/sln. Index: Spring.Core.Tests.2005.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2005.csproj,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** Spring.Core.Tests.2005.csproj 7 Sep 2007 04:47:01 -0000 1.66 --- Spring.Core.Tests.2005.csproj 12 Sep 2007 17:26:56 -0000 1.67 *************** *** 5,9 **** <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}</ProjectGuid> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> --- 5,9 ---- <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}</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.Core.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.Core.Tests\Debug-2.0\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> *************** *** 51,56 **** <UseVSHostingProcess>false</UseVSHostingProcess> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Core.Tests\Release\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> --- 47,52 ---- <UseVSHostingProcess>false</UseVSHostingProcess> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-2.0|AnyCPU' "> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Core.Tests\Release-2.0\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:04
|
Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Tests In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/test/Spring/Spring.Data.Tests Modified Files: Spring.Data.Tests.2005.csproj Log Message: Fix/update of 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.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** Spring.Data.Tests.2005.csproj 16 Aug 2007 05:41:11 -0000 1.26 --- Spring.Data.Tests.2005.csproj 12 Sep 2007 17:26:57 -0000 1.27 *************** *** 5,9 **** <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{ACD39D47-1811-40FA-9E7E-5DEA5B9CE6C0}</ProjectGuid> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> --- 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> *************** *** 23,33 **** <StartupObject> </StartupObject> - <FileUpgradeFlags> - </FileUpgradeFlags> - <UpgradeBackupLocation> - </UpgradeBackupLocation> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.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.Data.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.Data.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.Data.Tests\Release-2.0\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:04
|
Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.NHibernate.Tests In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/test/Spring/Spring.Data.NHibernate.Tests Modified Files: Spring.Data.NHibernate.Tests.2005.csproj Log Message: Fix/update of VS2005 csprojs/sln. Index: Spring.Data.NHibernate.Tests.2005.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.NHibernate.Tests/Spring.Data.NHibernate.Tests.2005.csproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Spring.Data.NHibernate.Tests.2005.csproj 29 Aug 2007 03:42:26 -0000 1.4 --- Spring.Data.NHibernate.Tests.2005.csproj 12 Sep 2007 17:26:56 -0000 1.5 *************** *** 1,5 **** <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> --- 1,5 ---- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug-2.0</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> *************** *** 11,28 **** <AssemblyName>Spring.Data.NHibernate.Tests</AssemblyName> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.NHibernate.Tests\Debug\</OutputPath> <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> ! <OutputPath>bin\Release\</OutputPath> ! <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> --- 11,28 ---- <AssemblyName>Spring.Data.NHibernate.Tests</AssemblyName> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-2.0|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.NHibernate.Tests\Debug-2.0\</OutputPath> <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-2.0|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.NHibernate.Tests\Release-2.0\</OutputPath> ! <DefineConstants>TRACE;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:04
|
Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data.NHibernate12 In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/src/Spring/Spring.Data.NHibernate12 Modified Files: Spring.Data.NHibernate12.2005.csproj Log Message: Fix/update of VS2005 csprojs/sln. Index: Spring.Data.NHibernate12.2005.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data.NHibernate12/Spring.Data.NHibernate12.2005.csproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Spring.Data.NHibernate12.2005.csproj 1 Jun 2007 14:05:49 -0000 1.2 --- Spring.Data.NHibernate12.2005.csproj 12 Sep 2007 17:26:55 -0000 1.3 *************** *** 1,5 **** <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> --- 1,5 ---- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug-2.0</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> *************** *** 11,19 **** <AssemblyName>Spring.Data.NHibernate12</AssemblyName> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.NHibernate12\Debug\</OutputPath> <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> --- 11,19 ---- <AssemblyName>Spring.Data.NHibernate12</AssemblyName> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-2.0|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.NHibernate12\Debug-2.0\</OutputPath> <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> *************** *** 21,28 **** <DocumentationFile>Spring.Data.NHibernate12.xml</DocumentationFile> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.NHibernate12\Release\</OutputPath> <DefineConstants>TRACE;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> --- 21,28 ---- <DocumentationFile>Spring.Data.NHibernate12.xml</DocumentationFile> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-2.0|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.NHibernate12\Release-2.0\</OutputPath> <DefineConstants>TRACE;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:04
|
Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Integration.Tests In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/test/Spring/Spring.Data.Integration.Tests Modified Files: Spring.Data.Integration.Tests.2005.csproj Log Message: Fix/update of VS2005 csprojs/sln. Index: Spring.Data.Integration.Tests.2005.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Integration.Tests/Spring.Data.Integration.Tests.2005.csproj,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Spring.Data.Integration.Tests.2005.csproj 28 Aug 2007 14:16:53 -0000 1.21 --- Spring.Data.Integration.Tests.2005.csproj 12 Sep 2007 17:26:56 -0000 1.22 *************** *** 5,9 **** <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{91766D21-C568-459F-9BEA-759B011F23CF}</ProjectGuid> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> --- 5,9 ---- <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{91766D21-C568-459F-9BEA-759B011F23CF}</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.Data.Integration.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.Data.Integration.Tests\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.Data.Integration.Tests\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.Data.Integration.Tests\Release-2.0\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:04
|
Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Aop.Tests In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/test/Spring/Spring.Aop.Tests Modified Files: Spring.Aop.Tests.2005.csproj Log Message: Fix/update of VS2005 csprojs/sln. Index: Spring.Aop.Tests.2005.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.2005.csproj,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** Spring.Aop.Tests.2005.csproj 7 Sep 2007 01:53:02 -0000 1.29 --- Spring.Aop.Tests.2005.csproj 12 Sep 2007 17:26:56 -0000 1.30 *************** *** 5,9 **** <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{2111596A-0327-4C9D-8919-294FBD988A23}</ProjectGuid> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> --- 5,9 ---- <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{2111596A-0327-4C9D-8919-294FBD988A23}</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.Aop.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.Aop.Tests\Debug-2.0\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> *************** *** 50,55 **** <UseVSHostingProcess>true</UseVSHostingProcess> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Aop.Tests\Release\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> --- 46,51 ---- <UseVSHostingProcess>true</UseVSHostingProcess> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-2.0|AnyCPU' "> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Aop.Tests\Release-2.0\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:04
|
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> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:03
|
Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/src/Spring/Spring.Data Modified Files: Spring.Data.2005.csproj Log Message: Fix/update of 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.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** Spring.Data.2005.csproj 7 Sep 2007 04:46:53 -0000 1.52 --- Spring.Data.2005.csproj 12 Sep 2007 17:26:55 -0000 1.53 *************** *** 5,9 **** <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}</ProjectGuid> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> --- 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> *************** *** 23,33 **** <StartupObject> </StartupObject> - <FileUpgradeFlags> - </FileUpgradeFlags> - <UpgradeBackupLocation> - </UpgradeBackupLocation> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data\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.Data\Debug-2.0\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> *************** *** 49,54 **** <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> --- 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> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:02
|
Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data.NHibernate In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/src/Spring/Spring.Data.NHibernate Modified Files: Spring.Data.NHibernate.2005.csproj Log Message: Fix/update of VS2005 csprojs/sln. Index: Spring.Data.NHibernate.2005.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data.NHibernate/Spring.Data.NHibernate.2005.csproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Spring.Data.NHibernate.2005.csproj 22 Aug 2007 20:16:36 -0000 1.7 --- Spring.Data.NHibernate.2005.csproj 12 Sep 2007 17:26:55 -0000 1.8 *************** *** 1,5 **** <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> --- 1,5 ---- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug-2.0</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> *************** *** 11,19 **** <AssemblyName>Spring.Data.NHibernate</AssemblyName> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.NHibernate\Debug\</OutputPath> <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> --- 11,19 ---- <AssemblyName>Spring.Data.NHibernate</AssemblyName> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-2.0|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.NHibernate\Debug-2.0\</OutputPath> <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> *************** *** 21,28 **** <DocumentationFile>Spring.Data.NHibernate.xml</DocumentationFile> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.NHibernate\Release\</OutputPath> <DefineConstants>TRACE;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> --- 21,28 ---- <DocumentationFile>Spring.Data.NHibernate.xml</DocumentationFile> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-2.0|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.NHibernate\Release-2.0\</OutputPath> <DefineConstants>TRACE;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:02
|
Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/src/Spring/Spring.Web Modified Files: Spring.Web.2005.csproj Log Message: Fix/update of VS2005 csprojs/sln. Index: Spring.Web.2005.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web/Spring.Web.2005.csproj,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** Spring.Web.2005.csproj 8 Aug 2007 17:46:09 -0000 1.34 --- Spring.Web.2005.csproj 12 Sep 2007 17:26:56 -0000 1.35 *************** *** 5,9 **** <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{BA4789EB-281A-48EA-8763-28B9F0596A18}</ProjectGuid> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> --- 5,9 ---- <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{BA4789EB-281A-48EA-8763-28B9F0596A18}</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\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\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.Web\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.Web\Release-2.0\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:02
|
Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Aop In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/src/Spring/Spring.Aop Modified Files: Spring.Aop.2005.csproj Log Message: Fix/update of VS2005 csprojs/sln. Index: Spring.Aop.2005.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Aop/Spring.Aop.2005.csproj,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** Spring.Aop.2005.csproj 25 Aug 2007 14:26:34 -0000 1.33 --- Spring.Aop.2005.csproj 12 Sep 2007 17:26:55 -0000 1.34 *************** *** 5,9 **** <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}</ProjectGuid> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> --- 5,9 ---- <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}</ProjectGuid> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug-2.0</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> *************** *** 23,34 **** <StartupObject> </StartupObject> - <FileUpgradeFlags> - </FileUpgradeFlags> - <UpgradeBackupLocation> - </UpgradeBackupLocation> <SignAssembly>false</SignAssembly> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Aop\Debug\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> --- 23,30 ---- <StartupObject> </StartupObject> <SignAssembly>false</SignAssembly> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-2.0|AnyCPU' "> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Aop\Debug-2.0\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> *************** *** 51,56 **** <ErrorReport>prompt</ErrorReport> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Aop\Release\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> --- 47,52 ---- <ErrorReport>prompt</ErrorReport> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-2.0|AnyCPU' "> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Aop\Release-2.0\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:02
|
Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Testing.NUnit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/src/Spring/Spring.Testing.NUnit Modified Files: Spring.Testing.NUnit.2005.csproj Log Message: Fix/update of VS2005 csprojs/sln. Index: Spring.Testing.NUnit.2005.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Testing.NUnit/Spring.Testing.NUnit.2005.csproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Spring.Testing.NUnit.2005.csproj 1 Jun 2007 14:05:49 -0000 1.2 --- Spring.Testing.NUnit.2005.csproj 12 Sep 2007 17:26:56 -0000 1.3 *************** *** 1,5 **** <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> --- 1,5 ---- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug-2.0</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> *************** *** 11,28 **** <AssemblyName>Spring.Testing.NUnit</AssemblyName> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Testing.NUnit\Debug\</OutputPath> ! <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <DocumentationFile>Spring.Testing.NUnit.xml</DocumentationFile> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Testing.NUnit\Release\</OutputPath> <DefineConstants>TRACE;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> --- 11,28 ---- <AssemblyName>Spring.Testing.NUnit</AssemblyName> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-2.0|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Testing.NUnit\Debug-2.0\</OutputPath> ! <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <DocumentationFile>Spring.Testing.NUnit.xml</DocumentationFile> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-2.0|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Testing.NUnit\Release-2.0\</OutputPath> <DefineConstants>TRACE;NET_2_0</DefineConstants> <ErrorReport>prompt</ErrorReport> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:02
|
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> |
From: Bruno B. <bb...@us...> - 2007-09-12 17:27:02
|
Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20519/src/Spring/Spring.Core Modified Files: Spring.Core.2005.csproj Log Message: Fix/update of VS2005 csprojs/sln. Index: Spring.Core.2005.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Spring.Core.2005.csproj,v retrieving revision 1.108 retrieving revision 1.109 diff -C2 -d -r1.108 -r1.109 *** Spring.Core.2005.csproj 10 Sep 2007 10:56:11 -0000 1.108 --- Spring.Core.2005.csproj 12 Sep 2007 17:26:55 -0000 1.109 *************** *** 5,9 **** <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{710961A3-0DF4-49E4-A26E-F5B9C044AC84}</ProjectGuid> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> --- 5,9 ---- <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{710961A3-0DF4-49E4-A26E-F5B9C044AC84}</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.Core\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.Core\Debug-2.0\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> *************** *** 49,54 **** <ErrorReport>prompt</ErrorReport> </PropertyGroup> ! <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> ! <OutputPath>..\..\..\build\VS.Net.2005\Spring.Core\Release\</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.Core\Release-2.0\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> |
From: Bruno B. <bb...@us...> - 2007-09-11 20:56:31
|
Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Services/Remoting In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6472 Modified Files: RemotingConfigurer.cs Log Message: Fix RemotingConfigurer after changing "FileName" 's property type from string to IResource. Index: RemotingConfigurer.cs =================================================================== RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Services/Remoting/RemotingConfigurer.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RemotingConfigurer.cs 8 Aug 2007 17:47:58 -0000 1.5 --- RemotingConfigurer.cs 11 Sep 2007 20:56:27 -0000 1.6 *************** *** 107,123 **** /// The object factory used by the application context. /// </param> - /// <exception cref="Spring.Objects.ObjectsException"> - /// In case of errors. - /// </exception> - /// <exception cref="System.ArgumentException"> - /// If filename is not set. - /// </exception> /// <seealso cref="Spring.Objects.Factory.Config.IObjectFactoryPostProcessor.PostProcessObjectFactory(IConfigurableListableObjectFactory)"/> public void PostProcessObjectFactory(IConfigurableListableObjectFactory factory) { #if NET_2_0 ! RemotingConfiguration.Configure(_filename.File.FullName, _ensureSecurity); #else ! RemotingConfiguration.Configure(_filename.File.FullName); #endif #region Instrumentation --- 107,118 ---- /// The object factory used by the application context. /// </param> /// <seealso cref="Spring.Objects.Factory.Config.IObjectFactoryPostProcessor.PostProcessObjectFactory(IConfigurableListableObjectFactory)"/> public void PostProcessObjectFactory(IConfigurableListableObjectFactory factory) { + string filename = (Filename == null) ? null : Filename.File.FullName; #if NET_2_0 ! RemotingConfiguration.Configure(filename, EnsureSecurity); #else ! RemotingConfiguration.Configure(filename); #endif #region Instrumentation *************** *** 125,132 **** if (log.IsDebugEnabled) { ! if (_filename == null) log.Debug("Default remoting infrastructure loaded."); else ! log.Debug(String.Format("Remoting infrastructure configured using file '{0}'.", _filename)); } --- 120,131 ---- if (log.IsDebugEnabled) { ! if (filename == null) ! { log.Debug("Default remoting infrastructure loaded."); + } else ! { ! log.Debug(String.Format("Remoting infrastructure configured using file '{0}'.", filename)); ! } } |
From: Bruno B. <bb...@us...> - 2007-09-11 17:03:58
|
Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11623/Spring.Web.Tests Modified Files: Spring.Web.Tests.2003.csproj Log Message: Updated VS2003 csprojs (specially added NET_1_1 constant). Index: Spring.Web.Tests.2003.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests/Spring.Web.Tests.2003.csproj,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** Spring.Web.Tests.2003.csproj 11 Sep 2007 16:41:29 -0000 1.34 --- Spring.Web.Tests.2003.csproj 11 Sep 2007 17:03:50 -0000 1.35 *************** *** 179,183 **** <File RelPath = "TestSupport\PageTestObject.cs" ! SubType = "ASPXCodeBehind" BuildAction = "Compile" /> --- 179,183 ---- <File RelPath = "TestSupport\PageTestObject.cs" ! SubType = "Code" BuildAction = "Compile" /> |
From: Bruno B. <bb...@us...> - 2007-09-11 17:03:58
|
Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Testing.NUnit.Tests In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11623/Spring.Testing.NUnit.Tests Modified Files: Spring.Testing.NUnit.Tests.2003.csproj Log Message: Updated VS2003 csprojs (specially added NET_1_1 constant). Index: Spring.Testing.NUnit.Tests.2003.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Testing.NUnit.Tests/Spring.Testing.NUnit.Tests.2003.csproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Spring.Testing.NUnit.Tests.2003.csproj 11 Sep 2007 16:41:29 -0000 1.4 --- Spring.Testing.NUnit.Tests.2003.csproj 11 Sep 2007 17:03:50 -0000 1.5 *************** *** 57,61 **** NoWarn = "" Optimize = "true" ! OutputPath = "..\..\..\build\VS.Net\Spring.Data.Tests\Release\" RegisterForComInterop = "false" RemoveIntegerChecks = "false" --- 57,61 ---- NoWarn = "" Optimize = "true" ! OutputPath = "..\..\..\build\VS.Net\Spring.Testing.NUnit.Tests\Release\" RegisterForComInterop = "false" RemoveIntegerChecks = "false" *************** *** 81,93 **** /> <Reference - Name = "nunit.framework" - AssemblyName = "nunit.framework" - HintPath = "..\..\..\lib\Net\1.1\nunit.framework.dll" - /> - <Reference Name = "Spring.Testing.NUnit.2003" Project = "{6B8639E3-88BB-4F7B-9F23-699E84C30D58}" Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> </References> </Build> --- 81,93 ---- /> <Reference Name = "Spring.Testing.NUnit.2003" Project = "{6B8639E3-88BB-4F7B-9F23-699E84C30D58}" Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> + <Reference + Name = "nunit.framework" + AssemblyName = "nunit.framework" + HintPath = "..\..\..\lib\Net\1.1\nunit.framework.dll" + /> </References> </Build> |
From: Bruno B. <bb...@us...> - 2007-09-11 16:41:35
|
Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Integration.Tests In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2638/Spring.Data.Integration.Tests Modified Files: Spring.Data.Integration.Tests.2003.csproj Log Message: Updated VS2003 csprojs (specially added NET_1_1 constant). Index: Spring.Data.Integration.Tests.2003.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Integration.Tests/Spring.Data.Integration.Tests.2003.csproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Spring.Data.Integration.Tests.2003.csproj 3 Aug 2007 08:31:25 -0000 1.7 --- Spring.Data.Integration.Tests.2003.csproj 11 Sep 2007 16:41:29 -0000 1.8 *************** *** 2,6 **** <CSHARP ProjectType = "Local" ! ProductVersion = "7.10.6030" SchemaVersion = "2.0" ProjectGuid = "{A9D3732A-D40B-4C35-80CE-9C4A53D2DEAD}" --- 2,6 ---- <CSHARP ProjectType = "Local" ! ProductVersion = "7.10.3077" SchemaVersion = "2.0" ProjectGuid = "{A9D3732A-D40B-4C35-80CE-9C4A53D2DEAD}" *************** *** 49,53 **** CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "TRACE" DocumentationFile = "" DebugSymbols = "false" --- 49,53 ---- CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "TRACE;NET_1_1" DocumentationFile = "" DebugSymbols = "false" |
From: Bruno B. <bb...@us...> - 2007-09-11 16:41:35
|
Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Testing.NUnit.Tests In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2638/Spring.Testing.NUnit.Tests Modified Files: Spring.Testing.NUnit.Tests.2003.csproj Log Message: Updated VS2003 csprojs (specially added NET_1_1 constant). Index: Spring.Testing.NUnit.Tests.2003.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Testing.NUnit.Tests/Spring.Testing.NUnit.Tests.2003.csproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Spring.Testing.NUnit.Tests.2003.csproj 25 Aug 2007 14:26:35 -0000 1.3 --- Spring.Testing.NUnit.Tests.2003.csproj 11 Sep 2007 16:41:29 -0000 1.4 *************** *** 2,6 **** <CSHARP ProjectType = "Local" ! ProductVersion = "7.10.6030" SchemaVersion = "2.0" ProjectGuid = "{E2689B4A-A951-420E-A274-BE5EBCD5F8D8}" --- 2,6 ---- <CSHARP ProjectType = "Local" ! ProductVersion = "7.10.3077" SchemaVersion = "2.0" ProjectGuid = "{E2689B4A-A951-420E-A274-BE5EBCD5F8D8}" *************** *** 29,33 **** CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "DEBUG;TRACE" DocumentationFile = "" DebugSymbols = "true" --- 29,33 ---- CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "DEBUG;TRACE;NET_1_1" DocumentationFile = "" DebugSymbols = "true" *************** *** 49,53 **** CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "TRACE" DocumentationFile = "" DebugSymbols = "false" --- 49,53 ---- CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "TRACE;NET_1_1" DocumentationFile = "" DebugSymbols = "false" |
From: Bruno B. <bb...@us...> - 2007-09-11 16:41:35
|
Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.NHibernate.Tests In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2638/Spring.Data.NHibernate.Tests Modified Files: Spring.Data.NHibernate.Tests.2003.csproj Log Message: Updated VS2003 csprojs (specially added NET_1_1 constant). Index: Spring.Data.NHibernate.Tests.2003.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.NHibernate.Tests/Spring.Data.NHibernate.Tests.2003.csproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Spring.Data.NHibernate.Tests.2003.csproj 22 Aug 2007 20:17:04 -0000 1.3 --- Spring.Data.NHibernate.Tests.2003.csproj 11 Sep 2007 16:41:29 -0000 1.4 *************** *** 2,6 **** <CSHARP ProjectType = "Local" ! ProductVersion = "7.10.6030" SchemaVersion = "2.0" ProjectGuid = "{8755D942-7828-4971-835B-37A5992C06C9}" --- 2,6 ---- <CSHARP ProjectType = "Local" ! ProductVersion = "7.10.3077" SchemaVersion = "2.0" ProjectGuid = "{8755D942-7828-4971-835B-37A5992C06C9}" *************** *** 29,33 **** CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "DEBUG;TRACE" DocumentationFile = "" DebugSymbols = "true" --- 29,33 ---- CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "DEBUG;TRACE;NET_1_1" DocumentationFile = "" DebugSymbols = "true" *************** *** 49,53 **** CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "TRACE" DocumentationFile = "" DebugSymbols = "false" --- 49,53 ---- CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "TRACE;NET_1_1" DocumentationFile = "" DebugSymbols = "false" |
From: Bruno B. <bb...@us...> - 2007-09-11 16:41:35
|
Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Aop.Tests In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2638/Spring.Aop.Tests Modified Files: Spring.Aop.Tests.2003.csproj Log Message: Updated VS2003 csprojs (specially added NET_1_1 constant). Index: Spring.Aop.Tests.2003.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.2003.csproj,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Spring.Aop.Tests.2003.csproj 8 Aug 2007 17:48:31 -0000 1.15 --- Spring.Aop.Tests.2003.csproj 11 Sep 2007 16:41:28 -0000 1.16 *************** *** 29,33 **** CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "DEBUG;TRACE;DEBUG_DYNAMIC" DocumentationFile = "Spring.Aop.Tests.xml" DebugSymbols = "true" --- 29,33 ---- CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "DEBUG;TRACE;NET_1_1;DEBUG_DYNAMIC" DocumentationFile = "Spring.Aop.Tests.xml" DebugSymbols = "true" *************** *** 49,53 **** CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "TRACE" DocumentationFile = "" DebugSymbols = "false" --- 49,53 ---- CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "TRACE;NET_1_1" DocumentationFile = "" DebugSymbols = "false" *************** *** 223,226 **** --- 223,236 ---- /> <File + RelPath = "Aop\Framework\IIsModified.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Aop\Framework\IsModifiedMixin.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Aop\Framework\ITimeStamped.cs" SubType = "Code" *************** *** 302,305 **** --- 312,320 ---- /> <File + RelPath = "Aop\Framework\AutoProxy\CreatesTestObject.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Aop\Framework\AutoProxy\LogicalThreadContextAdvice.cs" SubType = "Code" |
From: Bruno B. <bb...@us...> - 2007-09-11 16:41:35
|
Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Services.Tests In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2638/Spring.Services.Tests Modified Files: Spring.Services.Tests.2003.csproj Log Message: Updated VS2003 csprojs (specially added NET_1_1 constant). Index: Spring.Services.Tests.2003.csproj =================================================================== RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Services.Tests/Spring.Services.Tests.2003.csproj,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Spring.Services.Tests.2003.csproj 3 Aug 2007 08:31:26 -0000 1.10 --- Spring.Services.Tests.2003.csproj 11 Sep 2007 16:41:29 -0000 1.11 *************** *** 2,6 **** <CSHARP ProjectType = "Local" ! ProductVersion = "7.10.6030" SchemaVersion = "2.0" ProjectGuid = "{EB2687B7-8B26-4FBC-852A-4128D5CACAFC}" --- 2,6 ---- <CSHARP ProjectType = "Local" ! ProductVersion = "7.10.3077" SchemaVersion = "2.0" ProjectGuid = "{EB2687B7-8B26-4FBC-852A-4128D5CACAFC}" *************** *** 29,33 **** CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "DEBUG;TRACE" DocumentationFile = "" DebugSymbols = "true" --- 29,33 ---- CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "DEBUG;TRACE;NET_1_1" DocumentationFile = "" DebugSymbols = "true" *************** *** 49,53 **** CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "TRACE" DocumentationFile = "" DebugSymbols = "false" --- 49,53 ---- CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" ! DefineConstants = "TRACE;NET_1_1" DocumentationFile = "" DebugSymbols = "false" *************** *** 120,123 **** --- 120,133 ---- HintPath = "..\..\..\lib\Net\1.1\DotNetMock.dll" /> + <Reference + Name = "Spring.Aop.2003" + Project = "{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> + <Reference + Name = "Spring.Aop.Tests.2003" + Project = "{2111596A-0327-4C9D-8919-294FBD988A23}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> </References> </Build> *************** *** 166,169 **** --- 176,183 ---- /> <File + RelPath = "Data\Spring\Remoting\saoSingleton-aop.xml" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "Data\Spring\Web\Services\configurableFactory.xml" BuildAction = "EmbeddedResource" |