From 963c462fcbe375052a2337c8ab97920c66d587d8 Mon Sep 17 00:00:00 2001 From: bbaia Date: Fri, 3 Jun 2011 23:32:19 +0000 Subject: [PATCH] Clean up Calculator quick start --- .../Spring.Calculator.2008.sln | 41 +- .../Spring.Calculator.2010.sln | 65 +--- .../src/Spring.Aspects/AssemblyInfo.cs | 36 -- .../Logging/CommonLoggingAroundAdvice.cs | 2 +- .../Logging/ConsoleLoggingAroundAdvice.cs | 2 +- .../Spring.Aspects/Spring.Aspects.2003.csproj | 5 - .../Spring.Aspects/Spring.Aspects.2005.csproj | 5 +- .../Spring.Aspects/Spring.Aspects.2008.csproj | 11 +- .../Spring.Aspects/Spring.Aspects.2010.csproj | 16 +- .../Spring.Calculator.ClientApp/App.config | 28 +- .../AssemblyInfo.cs | 36 -- .../Config/WebServices/calculatorService.wsdl | 351 ++++++++++++++++++ .../Config/WebServices/webServices-aop.xml | 20 + .../Config/WebServices/webServices.xml | 18 + .../Spring.Calculator.ClientApp/Program.cs | 2 +- .../Spring.Calculator.ClientApp.2003.csproj | 5 - .../Spring.Calculator.ClientApp.2005.csproj | 7 +- .../Spring.Calculator.ClientApp.2008.csproj | 20 +- .../Spring.Calculator.ClientApp.2010.csproj | 34 +- .../AssemblyInfo.cs | 43 --- .../Domain/DivisionResult.cs | 2 +- .../Interfaces/IAdvancedCalculator.cs | 2 +- .../Interfaces/ICalculator.cs | 2 +- .../Spring.Calculator.Contract.2003.csproj | 5 - .../Spring.Calculator.Contract.2005.csproj | 7 +- .../Spring.Calculator.Contract.2008.csproj | 7 +- .../Spring.Calculator.Contract.2010.csproj | 10 +- .../App.config | 44 +-- .../AssemblyInfo.cs | 36 -- .../Config/services.xml | 2 + .../Program.cs | 2 +- ...ator.RegisterComponentServices.2003.csproj | 18 +- ...ator.RegisterComponentServices.2005.csproj | 14 +- ...ator.RegisterComponentServices.2008.csproj | 17 +- ...ator.RegisterComponentServices.2010.csproj | 36 +- .../Spring.Calculator.RemoteApp/App.config | 45 ++- .../AssemblyInfo.cs | 36 -- .../Spring.Calculator.RemoteApp/Program.cs | 2 +- .../Spring.Calculator.RemoteApp.2003.csproj | 5 - .../Spring.Calculator.RemoteApp.2005.csproj | 7 +- .../Spring.Calculator.RemoteApp.2008.csproj | 15 +- .../Spring.Calculator.RemoteApp.2010.csproj | 24 +- .../AssemblyInfo.cs | 43 --- .../Services/AdvancedCalculator.cs | 2 +- .../Services/Calculator.cs | 2 +- .../Spring.Calculator.Services.2003.csproj | 5 - .../Spring.Calculator.Services.2005.csproj | 9 +- .../Spring.Calculator.Services.2008.csproj | 12 +- .../Spring.Calculator.Services.2010.csproj | 12 +- .../AssemblyInfo.cs | 36 -- .../Spring.Calculator.Web.2003.csproj | 5 - .../Bin/antlr.runtime.dll.refresh | Bin 102 -> 0 bytes .../src/Spring.Calculator.Web.2005/Web.config | 99 +++-- .../Config/webServices-aop.xml | 12 + .../Config/webServices.xml | 12 + .../src/Spring.Calculator.Web/Default.aspx | 18 + .../Spring.Calculator.Web.2008.csproj | 126 +++++++ .../Spring.Calculator.Web.2010.csproj | 117 ++++++ .../src/Spring.Calculator.Web/Web.config | 104 ++++++ 59 files changed, 1030 insertions(+), 669 deletions(-) delete mode 100644 examples/Spring/Spring.Calculator/src/Spring.Aspects/AssemblyInfo.cs delete mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/AssemblyInfo.cs create mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Config/WebServices/calculatorService.wsdl create mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Config/WebServices/webServices-aop.xml create mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Config/WebServices/webServices.xml delete mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/AssemblyInfo.cs delete mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/AssemblyInfo.cs delete mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/AssemblyInfo.cs delete mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/AssemblyInfo.cs delete mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2003/AssemblyInfo.cs delete mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2005/Bin/antlr.runtime.dll.refresh create mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Config/webServices-aop.xml create mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Config/webServices.xml create mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Default.aspx create mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Spring.Calculator.Web.2008.csproj create mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Spring.Calculator.Web.2010.csproj create mode 100644 examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Web.config diff --git a/examples/Spring/Spring.Calculator/Spring.Calculator.2008.sln b/examples/Spring/Spring.Calculator/Spring.Calculator.2008.sln index f44a7ba2..d1162d6a 100644 --- a/examples/Spring/Spring.Calculator/Spring.Calculator.2008.sln +++ b/examples/Spring/Spring.Calculator/Spring.Calculator.2008.sln @@ -18,26 +18,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Aspects.2008", "src\ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Calculator.RegisterComponentServices.2008", "src\Spring.Calculator.RegisterComponentServices\Spring.Calculator.RegisterComponentServices.2008.csproj", "{75E2042D-1FCF-42F1-8FB9-0C6C40AE4ACD}" EndProject -Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Spring.Calculator.Web.2005", "src\Spring.Calculator.Web.2005\", "{9697F719-BA0B-492E-ABAE-6132A8FCEC45}" - ProjectSection(WebsiteProperties) = preProject - TargetFramework = "2.0" - ProjectReferences = "{6B34626E-8D2A-4387-BBB6-CB352D4DBDEC}|Spring.Aspects.dll;{284C0873-BBB4-4399-B6F7-CB7EDBD001C7}|Spring.Calculator.Contract.dll;{D9FB04E5-D636-4EC2-A3AB-FAB1C4F37827}|Spring.Calculator.Services.dll;" - Debug.AspNetCompiler.VirtualPath = "/Spring.Calculator.Web.2005" - Debug.AspNetCompiler.PhysicalPath = "Spring.Calculator.Web.2005\" - Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Spring.Calculator.Web.2005\" - Debug.AspNetCompiler.Updateable = "true" - Debug.AspNetCompiler.ForceOverwrite = "true" - Debug.AspNetCompiler.FixedNames = "false" - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.VirtualPath = "/Spring.Calculator.Web.2005" - Release.AspNetCompiler.PhysicalPath = "Spring.Calculator.Web.2005\" - Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Spring.Calculator.Web.2005\" - Release.AspNetCompiler.Updateable = "true" - Release.AspNetCompiler.ForceOverwrite = "true" - Release.AspNetCompiler.FixedNames = "false" - Release.AspNetCompiler.Debug = "False" - VWDPort = "1643" - EndProjectSection +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Calculator.Web.2008", "src\Spring.Calculator.Web\Spring.Calculator.Web.2008.csproj", "{C89AD3E9-1B03-4CCC-ADA2-7681C6976AD8}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -109,16 +90,16 @@ Global {75E2042D-1FCF-42F1-8FB9-0C6C40AE4ACD}.Release|Any CPU.Build.0 = Release|Any CPU {75E2042D-1FCF-42F1-8FB9-0C6C40AE4ACD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {75E2042D-1FCF-42F1-8FB9-0C6C40AE4ACD}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Debug|.NET.ActiveCfg = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Debug|.NET.Build.0 = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Debug|Any CPU.ActiveCfg = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Debug|Mixed Platforms.Build.0 = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Release|.NET.ActiveCfg = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Release|.NET.Build.0 = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Release|Any CPU.ActiveCfg = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Release|Mixed Platforms.ActiveCfg = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Release|Mixed Platforms.Build.0 = Debug|.NET + {C89AD3E9-1B03-4CCC-ADA2-7681C6976AD8}.Debug|.NET.ActiveCfg = Debug|Any CPU + {C89AD3E9-1B03-4CCC-ADA2-7681C6976AD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C89AD3E9-1B03-4CCC-ADA2-7681C6976AD8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C89AD3E9-1B03-4CCC-ADA2-7681C6976AD8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {C89AD3E9-1B03-4CCC-ADA2-7681C6976AD8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {C89AD3E9-1B03-4CCC-ADA2-7681C6976AD8}.Release|.NET.ActiveCfg = Release|Any CPU + {C89AD3E9-1B03-4CCC-ADA2-7681C6976AD8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C89AD3E9-1B03-4CCC-ADA2-7681C6976AD8}.Release|Any CPU.Build.0 = Release|Any CPU + {C89AD3E9-1B03-4CCC-ADA2-7681C6976AD8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {C89AD3E9-1B03-4CCC-ADA2-7681C6976AD8}.Release|Mixed Platforms.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/examples/Spring/Spring.Calculator/Spring.Calculator.2010.sln b/examples/Spring/Spring.Calculator/Spring.Calculator.2010.sln index 286844c0..5358ddfd 100644 --- a/examples/Spring/Spring.Calculator/Spring.Calculator.2010.sln +++ b/examples/Spring/Spring.Calculator/Spring.Calculator.2010.sln @@ -18,30 +18,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Aspects.2010", "src\ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Calculator.RegisterComponentServices.2010", "src\Spring.Calculator.RegisterComponentServices\Spring.Calculator.RegisterComponentServices.2010.csproj", "{75E2042D-1FCF-42F1-8FB9-0C6C40AE4ACD}" EndProject -Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Spring.Calculator.Web.2005", "src\Spring.Calculator.Web.2005", "{9697F719-BA0B-492E-ABAE-6132A8FCEC45}" - ProjectSection(WebsiteProperties) = preProject - TargetFrameworkMoniker = ".NETFramework,Version%3Dv2.0" - ProjectReferences = "{6B34626E-8D2A-4387-BBB6-CB352D4DBDEC}|Spring.Aspects.dll;{284C0873-BBB4-4399-B6F7-CB7EDBD001C7}|Spring.Calculator.Contract.dll;{D9FB04E5-D636-4EC2-A3AB-FAB1C4F37827}|Spring.Calculator.Services.dll;" - Debug.AspNetCompiler.VirtualPath = "/Spring.Calculator.Web.2005" - Debug.AspNetCompiler.PhysicalPath = "src\Spring.Calculator.Web.2005\" - Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Spring.Calculator.Web.2005\" - Debug.AspNetCompiler.Updateable = "true" - Debug.AspNetCompiler.ForceOverwrite = "true" - Debug.AspNetCompiler.FixedNames = "false" - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.VirtualPath = "/Spring.Calculator.Web.2005" - Release.AspNetCompiler.PhysicalPath = "src\Spring.Calculator.Web.2005\" - Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Spring.Calculator.Web.2005\" - Release.AspNetCompiler.Updateable = "true" - Release.AspNetCompiler.ForceOverwrite = "true" - Release.AspNetCompiler.FixedNames = "false" - Release.AspNetCompiler.Debug = "False" - VWDPort = "1643" - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Core.2010", "..\..\..\src\Spring\Spring.Core\Spring.Core.2010.csproj", "{710961A3-0DF4-49E4-A26E-F5B9C044AC84}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Services.2010", "..\..\..\src\Spring\Spring.Services\Spring.Services.2010.csproj", "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Calculator.Web.2010", "src\Spring.Calculator.Web\Spring.Calculator.Web.2010.csproj", "{08E648D8-FD43-4459-B997-1095E50FFD24}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -113,36 +90,16 @@ Global {75E2042D-1FCF-42F1-8FB9-0C6C40AE4ACD}.Release|Any CPU.Build.0 = Release|Any CPU {75E2042D-1FCF-42F1-8FB9-0C6C40AE4ACD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {75E2042D-1FCF-42F1-8FB9-0C6C40AE4ACD}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Debug|.NET.ActiveCfg = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Debug|.NET.Build.0 = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Debug|Any CPU.ActiveCfg = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Debug|Mixed Platforms.Build.0 = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Release|.NET.ActiveCfg = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Release|.NET.Build.0 = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Release|Any CPU.ActiveCfg = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Release|Mixed Platforms.ActiveCfg = Debug|.NET - {9697F719-BA0B-492E-ABAE-6132A8FCEC45}.Release|Mixed Platforms.Build.0 = Debug|.NET - {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 - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Debug|.NET.ActiveCfg = Debug|Any CPU - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Release|.NET.ActiveCfg = Release|Any CPU - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Release|Any CPU.Build.0 = Release|Any CPU - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {08E648D8-FD43-4459-B997-1095E50FFD24}.Debug|.NET.ActiveCfg = Debug|Any CPU + {08E648D8-FD43-4459-B997-1095E50FFD24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {08E648D8-FD43-4459-B997-1095E50FFD24}.Debug|Any CPU.Build.0 = Debug|Any CPU + {08E648D8-FD43-4459-B997-1095E50FFD24}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {08E648D8-FD43-4459-B997-1095E50FFD24}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {08E648D8-FD43-4459-B997-1095E50FFD24}.Release|.NET.ActiveCfg = Release|Any CPU + {08E648D8-FD43-4459-B997-1095E50FFD24}.Release|Any CPU.ActiveCfg = Release|Any CPU + {08E648D8-FD43-4459-B997-1095E50FFD24}.Release|Any CPU.Build.0 = Release|Any CPU + {08E648D8-FD43-4459-B997-1095E50FFD24}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {08E648D8-FD43-4459-B997-1095E50FFD24}.Release|Mixed Platforms.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/examples/Spring/Spring.Calculator/src/Spring.Aspects/AssemblyInfo.cs b/examples/Spring/Spring.Calculator/src/Spring.Aspects/AssemblyInfo.cs deleted file mode 100644 index 8e304fc5..00000000 --- a/examples/Spring/Spring.Calculator/src/Spring.Aspects/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -#region License - -/* - * Copyright © 2002-2006 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#endregion - -using System; -using System.Reflection; - -[assembly: AssemblyTitle("Spring Aspect library")] -[assembly: AssemblyDescription("Aspect library using Spring.Aop for examples")] -[assembly: AssemblyVersion("1.0.0.0")] - -#if !NET_2_0 -[assembly: AssemblyConfiguration("net-1.1.win32; Release")] -#else -[assembly: AssemblyConfiguration("net-2.0.win32; Release")] -#endif -[assembly: AssemblyCompany("http://www.springframework.net")] -[assembly: AssemblyProduct("Spring.NET Framework")] -[assembly: AssemblyCopyright("Copyright 2002-2006 Spring.NET Framework Team.")] -[assembly: AssemblyTrademark("Apache License, Version 2.0")] diff --git a/examples/Spring/Spring.Calculator/src/Spring.Aspects/Logging/CommonLoggingAroundAdvice.cs b/examples/Spring/Spring.Calculator/src/Spring.Aspects/Logging/CommonLoggingAroundAdvice.cs index 2598c056..35113d36 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Aspects/Logging/CommonLoggingAroundAdvice.cs +++ b/examples/Spring/Spring.Calculator/src/Spring.Aspects/Logging/CommonLoggingAroundAdvice.cs @@ -1,7 +1,7 @@ #region License /* - * Copyright © 2002-2006 the original author or authors. + * Copyright © 2002-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/Spring/Spring.Calculator/src/Spring.Aspects/Logging/ConsoleLoggingAroundAdvice.cs b/examples/Spring/Spring.Calculator/src/Spring.Aspects/Logging/ConsoleLoggingAroundAdvice.cs index 0e7b60ff..686e9e24 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Aspects/Logging/ConsoleLoggingAroundAdvice.cs +++ b/examples/Spring/Spring.Calculator/src/Spring.Aspects/Logging/ConsoleLoggingAroundAdvice.cs @@ -1,7 +1,7 @@ #region License /* - * Copyright © 2002-2006 the original author or authors. + * Copyright © 2002-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/Spring/Spring.Calculator/src/Spring.Aspects/Spring.Aspects.2003.csproj b/examples/Spring/Spring.Calculator/src/Spring.Aspects/Spring.Aspects.2003.csproj index 7f52c2e9..88a9fcbc 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Aspects/Spring.Aspects.2003.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Aspects/Spring.Aspects.2003.csproj @@ -83,11 +83,6 @@ - false - TRACE;NET_2_0,STRONG + TRACE;NET_2_0 false @@ -89,9 +89,6 @@ - - Code - diff --git a/examples/Spring/Spring.Calculator/src/Spring.Aspects/Spring.Aspects.2008.csproj b/examples/Spring/Spring.Calculator/src/Spring.Aspects/Spring.Aspects.2008.csproj index 1dddd089..2fece33d 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Aspects/Spring.Aspects.2008.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Aspects/Spring.Aspects.2008.csproj @@ -1,7 +1,7 @@  Local - 8.0.50727 + 9.0.30729 2.0 {6B34626E-8D2A-4387-BBB6-CB352D4DBDEC} Debug @@ -11,8 +11,7 @@ Spring.Aspects - - + ../../Spring.Calculator.snk JScript Grid IE50 @@ -28,6 +27,7 @@ false 2.0 + v3.5 bin\Debug\ @@ -59,7 +59,7 @@ false - TRACE;NET_2_0,STRONG + TRACE;NET_2_0 false @@ -89,9 +89,6 @@ - - Code - diff --git a/examples/Spring/Spring.Calculator/src/Spring.Aspects/Spring.Aspects.2010.csproj b/examples/Spring/Spring.Calculator/src/Spring.Aspects/Spring.Aspects.2010.csproj index 6b6e4048..1d84c0c1 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Aspects/Spring.Aspects.2010.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Aspects/Spring.Aspects.2010.csproj @@ -29,7 +29,7 @@ false 3.5 - v2.0 + v4.0 publish\ true Disk @@ -45,6 +45,7 @@ false false true + bin\Debug\ @@ -77,7 +78,7 @@ false - TRACE;NET_2_0,STRONG + TRACE;NET_2_0 false @@ -95,22 +96,19 @@ AllRules.ruleset - + False - ..\..\..\..\..\bin\net\2.0\debug\Common.Logging.dll + ..\..\..\..\..\bin\net\4.0\debug\Common.Logging.dll - + False - ..\..\..\..\..\bin\net\2.0\debug\Spring.Aop.dll + ..\..\..\..\..\bin\net\4.0\debug\Spring.Aop.dll System - - Code - diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/App.config b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/App.config index db44fa9c..939f2f53 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/App.config +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/App.config @@ -1,21 +1,21 @@ - + -
+
-
-
-
+
+
+
- + @@ -23,18 +23,18 @@ - + - + - + @@ -59,12 +59,16 @@ + + + + - + @@ -72,11 +76,11 @@ Definitions of objects to be exported. - + - \ No newline at end of file + diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/AssemblyInfo.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/AssemblyInfo.cs deleted file mode 100644 index 8975f419..00000000 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -#region License - -/* - * Copyright © 2002-2006 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#endregion - -using System; -using System.Reflection; - -[assembly: AssemblyTitle("Spring Calculator client application")] -[assembly: AssemblyDescription("Client application for Spring Calculator example")] -[assembly: AssemblyVersion("1.0.0.0")] - -#if !NET_2_0 -[assembly: AssemblyConfiguration("net-1.1.win32; Release")] -#else -[assembly: AssemblyConfiguration("net-2.0.win32; Release")] -#endif -[assembly: AssemblyCompany("http://www.springframework.net")] -[assembly: AssemblyProduct("Spring.NET Framework")] -[assembly: AssemblyCopyright("Copyright 2002-2006 Spring.NET Framework Team.")] -[assembly: AssemblyTrademark("Apache License, Version 2.0")] \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Config/WebServices/calculatorService.wsdl b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Config/WebServices/calculatorService.wsdl new file mode 100644 index 00000000..be2fb66a --- /dev/null +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Config/WebServices/calculatorService.wsdl @@ -0,0 +1,351 @@ + + + Spring Calculator Web Services + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Spring Calculator Web Services + + + + + + + + \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Config/WebServices/webServices-aop.xml b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Config/WebServices/webServices-aop.xml new file mode 100644 index 00000000..23deba8b --- /dev/null +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Config/WebServices/webServices-aop.xml @@ -0,0 +1,20 @@ + + + + webServices-aop + + + + + + + + + + + ConsoleLoggingAroundAdvice + + + + + \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Config/WebServices/webServices.xml b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Config/WebServices/webServices.xml new file mode 100644 index 00000000..90ba4ea5 --- /dev/null +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Config/WebServices/webServices.xml @@ -0,0 +1,18 @@ + + + + webServices + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Program.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Program.cs index 5c338c69..db886f5e 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Program.cs +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Program.cs @@ -1,7 +1,7 @@ #region License /* - * Copyright © 2002-2006 the original author or authors. + * Copyright © 2002-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Spring.Calculator.ClientApp.2003.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Spring.Calculator.ClientApp.2003.csproj index 5db2e3ab..4f7fdb95 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Spring.Calculator.ClientApp.2003.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Spring.Calculator.ClientApp.2003.csproj @@ -112,11 +112,6 @@ RelPath = "App.config" BuildAction = "None" /> - false - TRACE;DEBUG;NET_2_0 + TRACE;DEBUG true @@ -59,7 +59,7 @@ false - TRACE;NET_2_0 + TRACE false @@ -112,9 +112,6 @@ - - Code - Code diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Spring.Calculator.ClientApp.2008.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Spring.Calculator.ClientApp.2008.csproj index 48056ced..45e5088f 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Spring.Calculator.ClientApp.2008.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Spring.Calculator.ClientApp.2008.csproj @@ -1,7 +1,7 @@  Local - 8.0.50727 + 9.0.30729 2.0 {F202BB75-CEFD-400B-9CD3-0914F466EBF5} Debug @@ -27,6 +27,7 @@ 2.0 + v3.5 bin\Debug\ @@ -35,7 +36,7 @@ false - TRACE;DEBUG;NET_2_0 + TRACE;DEBUG true @@ -59,7 +60,7 @@ false - TRACE;NET_2_0 + TRACE false @@ -99,9 +100,9 @@ False ..\..\..\..\..\bin\net\2.0\debug\Spring.Core.dll - + False - ..\..\..\..\..\bin\net\2.0\debug\Spring.Services.dll + ..\..\..\..\..\bin\net\3.5\debug\Spring.Services.dll system @@ -112,9 +113,7 @@ - - Code - + Code @@ -128,11 +127,10 @@ - - - + + diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Spring.Calculator.ClientApp.2010.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Spring.Calculator.ClientApp.2010.csproj index f06fb73b..593a51f1 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Spring.Calculator.ClientApp.2010.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.ClientApp/Spring.Calculator.ClientApp.2010.csproj @@ -28,7 +28,7 @@ 3.5 - v2.0 + v4.0 publish\ true Disk @@ -44,6 +44,7 @@ false false true + bin\Debug\ @@ -52,7 +53,7 @@ false - TRACE;DEBUG;NET_2_0 + TRACE;DEBUG true @@ -77,7 +78,7 @@ false - TRACE;NET_2_0 + TRACE false @@ -95,17 +96,17 @@ AllRules.ruleset - + False - ..\..\..\..\..\bin\net\2.0\debug\Spring.Aop.dll + ..\..\..\..\..\bin\net\4.0\debug\Spring.Aop.dll - + False - ..\..\..\..\..\bin\net\2.0\debug\Spring.Core.dll + ..\..\..\..\..\bin\net\4.0\debug\Spring.Core.dll - + False - ..\..\..\..\..\bin\net\2.0\debug\Spring.Services.dll + ..\..\..\..\..\bin\net\4.0\debug\Spring.Services.dll system @@ -116,9 +117,6 @@ - - Code - Code @@ -132,11 +130,7 @@ - - - - - + @@ -169,6 +163,12 @@ Spring.Calculator.Services.2010 + + + + + + diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/AssemblyInfo.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/AssemblyInfo.cs deleted file mode 100644 index 9558ea1c..00000000 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/AssemblyInfo.cs +++ /dev/null @@ -1,43 +0,0 @@ -#region License - -/* - * Copyright © 2002-2006 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#endregion - -using System; -using System.Reflection; - -[assembly: AssemblyTitle("Spring Calculator contract")] -[assembly: AssemblyDescription("Contract for the Spring Calculator example")] -[assembly: AssemblyVersion("1.0.0.0")] - -#if !NET_2_0 -[assembly: AssemblyConfiguration("net-1.1.win32; Release")] -#else -[assembly: AssemblyConfiguration("net-2.0.win32; Release")] -#endif -[assembly: AssemblyCompany("http://www.springframework.net")] -[assembly: AssemblyProduct("Spring.NET Framework")] -[assembly: AssemblyCopyright("Copyright 2002-2008 Spring.NET Framework Team.")] -[assembly: AssemblyTrademark("Apache License, Version 2.0")] - -#if STRONG -[assembly: AssemblyDelaySign(false)] -#if !NET_2_0 -[assembly: AssemblyKeyFile(@"Spring.Calculator.snk")] -#endif -#endif \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Domain/DivisionResult.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Domain/DivisionResult.cs index f12152e4..9e462c60 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Domain/DivisionResult.cs +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Domain/DivisionResult.cs @@ -1,7 +1,7 @@ #region License /* - * Copyright © 2002-2006 the original author or authors. + * Copyright © 2002-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Interfaces/IAdvancedCalculator.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Interfaces/IAdvancedCalculator.cs index 8d2c3acc..415cd7f2 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Interfaces/IAdvancedCalculator.cs +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Interfaces/IAdvancedCalculator.cs @@ -1,7 +1,7 @@ #region License /* - * Copyright © 2002-2006 the original author or authors. + * Copyright © 2002-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Interfaces/ICalculator.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Interfaces/ICalculator.cs index 5cc3dac6..c9445658 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Interfaces/ICalculator.cs +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Interfaces/ICalculator.cs @@ -1,7 +1,7 @@ #region License /* - * Copyright © 2002-2006 the original author or authors. + * Copyright © 2002-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Spring.Calculator.Contract.2003.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Spring.Calculator.Contract.2003.csproj index 45d65c3d..3bbfac93 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Spring.Calculator.Contract.2003.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Spring.Calculator.Contract.2003.csproj @@ -67,11 +67,6 @@ - false - TRACE;DEBUG;NET_2_0;STRONG + TRACE;DEBUG true @@ -58,7 +58,7 @@ false - TRACE;NET_2_0;STRONG + TRACE false @@ -75,9 +75,6 @@ prompt - - Code - Code diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Spring.Calculator.Contract.2008.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Spring.Calculator.Contract.2008.csproj index 5db25046..c389907f 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Spring.Calculator.Contract.2008.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Spring.Calculator.Contract.2008.csproj @@ -1,7 +1,7 @@  Local - 8.0.50727 + 9.0.30729 2.0 {284C0873-BBB4-4399-B6F7-CB7EDBD001C7} Debug @@ -27,6 +27,7 @@ true 2.0 + v3.5 bin\Debug\ @@ -35,7 +36,7 @@ false - TRACE;DEBUG;NET_2_0;STRONG + TRACE;DEBUG true @@ -58,7 +59,7 @@ false - TRACE;NET_2_0;STRONG + TRACE false diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Spring.Calculator.Contract.2010.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Spring.Calculator.Contract.2010.csproj index fd6f0872..7694aa77 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Spring.Calculator.Contract.2010.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Contract/Spring.Calculator.Contract.2010.csproj @@ -28,7 +28,7 @@ true 3.5 - v2.0 + v4.0 publish\ true Disk @@ -44,6 +44,7 @@ false false true + bin\Debug\ @@ -52,7 +53,7 @@ false - TRACE;DEBUG;NET_2_0;STRONG + TRACE;DEBUG true @@ -76,7 +77,7 @@ false - TRACE;NET_2_0;STRONG + TRACE false @@ -94,9 +95,6 @@ AllRules.ruleset - - Code - Code diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/App.config b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/App.config index 47949c8c..a017c5d1 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/App.config +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/App.config @@ -1,28 +1,28 @@ - + -
+
-
-
+
+
- + - - + + @@ -31,17 +31,17 @@ - + - + - + @@ -50,14 +50,14 @@ - + - + - - + + - - + + - - + + @@ -83,7 +83,7 @@ - + --> - - \ No newline at end of file + + diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/AssemblyInfo.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/AssemblyInfo.cs deleted file mode 100644 index 87cf23ea..00000000 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -#region License - -/* - * Copyright © 2002-2006 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#endregion - -using System; -using System.Reflection; - -[assembly: AssemblyTitle("Spring Calculator COM+ registry service")] -[assembly: AssemblyDescription("COM+ registry service for Spring Calculator example")] -[assembly: AssemblyVersion("1.0.0.0")] - -#if !NET_2_0 -[assembly: AssemblyConfiguration("net-1.1.win32; Release")] -#else -[assembly: AssemblyConfiguration("net-2.0.win32; Release")] -#endif -[assembly: AssemblyCompany("http://www.springframework.net")] -[assembly: AssemblyProduct("Spring.NET Framework")] -[assembly: AssemblyCopyright("Copyright 2002-2006 Spring.NET Framework Team.")] -[assembly: AssemblyTrademark("Apache License, Version 2.0")] \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Config/services.xml b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Config/services.xml index cff4a19b..03acba0b 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Config/services.xml +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Config/services.xml @@ -3,6 +3,7 @@ Definitions of objects to be registered. + diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Program.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Program.cs index 2d207fe0..288dc823 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Program.cs +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Program.cs @@ -1,7 +1,7 @@ #region License /* - * Copyright © 2002-2006 the original author or authors. + * Copyright © 2002-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Spring.Calculator.RegisterComponentServices.2003.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Spring.Calculator.RegisterComponentServices.2003.csproj index cd7f756a..3a49cdb0 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Spring.Calculator.RegisterComponentServices.2003.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Spring.Calculator.RegisterComponentServices.2003.csproj @@ -17,7 +17,7 @@ DelaySign = "false" OutputType = "Exe" PreBuildEvent = "" - PostBuildEvent = "xcopy $(ProjectDir)Spring.Calculator.EnterpriseServices.dll.spring-context.xml $(TargetDir) /Y /F xcopy $(ProjectDir)Config\*.* $(TargetDir)Config /S /Y /F /I" + PostBuildEvent = "xcopy $(ProjectDir)Spring.Calculator.EnterpriseServices.* $(TargetDir) /Y /F xcopy $(ProjectDir)Config\*.* $(TargetDir)Config /S /Y /F /I" RootNamespace = "Spring.Calculator.RegisterComponentServices" RunPostBuildEvent = "Always" StartupObject = "" @@ -84,11 +84,6 @@ AssemblyName = "Spring.Core" HintPath = "..\..\..\..\..\bin\net\1.1\debug\Spring.Core.dll" /> - @@ -97,18 +92,17 @@ RelPath = "App.config" BuildAction = "None" /> - + false - TRACE;DEBUG;NET_2_0 + TRACE;DEBUG true @@ -77,18 +77,13 @@ - - Code - + + Code - - {6B34626E-8D2A-4387-BBB6-CB352D4DBDEC} - Spring.Aspects.2005 - {284C0873-BBB4-4399-B6F7-CB7EDBD001C7} Spring.Calculator.Contract.2005 @@ -112,9 +107,6 @@ Always - - Always - diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Spring.Calculator.RegisterComponentServices.2008.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Spring.Calculator.RegisterComponentServices.2008.csproj index 7d49cd3c..323bb22b 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Spring.Calculator.RegisterComponentServices.2008.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Spring.Calculator.RegisterComponentServices.2008.csproj @@ -1,7 +1,7 @@  Local - 8.0.50727 + 9.0.30729 2.0 {75E2042D-1FCF-42F1-8FB9-0C6C40AE4ACD} Debug @@ -27,6 +27,8 @@ 2.0 + v3.5 + Full bin\Debug\ @@ -35,7 +37,7 @@ false - TRACE;DEBUG;NET_2_0 + TRACE;DEBUG true @@ -84,18 +86,11 @@ Always - - Code - Code - - {6B34626E-8D2A-4387-BBB6-CB352D4DBDEC} - Spring.Aspects.2008 - {284C0873-BBB4-4399-B6F7-CB7EDBD001C7} Spring.Calculator.Contract.2008 @@ -110,9 +105,9 @@ False ..\..\..\..\..\bin\net\2.0\debug\Spring.Core.dll - + False - ..\..\..\..\..\bin\net\2.0\debug\Spring.Services.dll + ..\..\..\..\..\bin\net\3.5\debug\Spring.Services.dll diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Spring.Calculator.RegisterComponentServices.2010.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Spring.Calculator.RegisterComponentServices.2010.csproj index 6bb70082..14fb199d 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Spring.Calculator.RegisterComponentServices.2010.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RegisterComponentServices/Spring.Calculator.RegisterComponentServices.2010.csproj @@ -28,7 +28,9 @@ 3.5 - v3.0 + v4.0 + false + publish\ true Disk @@ -41,10 +43,8 @@ true 0 1.0.0.%2a - false false true - bin\Debug\ @@ -53,7 +53,7 @@ false - TRACE;DEBUG;NET_2_0 + TRACE;DEBUG true @@ -97,23 +97,18 @@ - - Code - Code Always + Always - - Always - @@ -133,18 +128,6 @@ - - {710961A3-0DF4-49E4-A26E-F5B9C044AC84} - Spring.Core.2010 - - - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Spring.Services.2010 - - - {6B34626E-8D2A-4387-BBB6-CB352D4DBDEC} - Spring.Aspects.2010 - {284C0873-BBB4-4399-B6F7-CB7EDBD001C7} Spring.Calculator.Contract.2010 @@ -154,6 +137,15 @@ Spring.Calculator.Services.2010 + + + ..\..\..\..\..\bin\net\4.0\debug\Spring.Core.dll + + + False + ..\..\..\..\..\bin\net\4.0\debug\Spring.Services.dll + + diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/App.config b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/App.config index 3d9b3652..3b995536 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/App.config +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/App.config @@ -1,35 +1,34 @@ - + -
-
-
+
+
+
- + - - - - - - - + + + + + + + - + Definitions of objects to be exported. - + - + - + - + ConsoleLoggingAroundAdvice @@ -62,13 +61,13 @@ - + - + @@ -85,9 +84,9 @@ - + - - \ No newline at end of file + + diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/AssemblyInfo.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/AssemblyInfo.cs deleted file mode 100644 index 6b1e3d0a..00000000 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -#region License - -/* - * Copyright © 2002-2006 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#endregion - -using System; -using System.Reflection; - -[assembly: AssemblyTitle("Spring Calculator remote application")] -[assembly: AssemblyDescription("Remote application for Spring Calculator example")] -[assembly: AssemblyVersion("1.0.0.0")] - -#if !NET_2_0 -[assembly: AssemblyConfiguration("net-1.1.win32; Release")] -#else -[assembly: AssemblyConfiguration("net-2.0.win32; Release")] -#endif -[assembly: AssemblyCompany("http://www.springframework.net")] -[assembly: AssemblyProduct("Spring.NET Framework")] -[assembly: AssemblyCopyright("Copyright 2002-2006 Spring.NET Framework Team.")] -[assembly: AssemblyTrademark("Apache License, Version 2.0")] \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Program.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Program.cs index 4bc4ebda..c2869159 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Program.cs +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Program.cs @@ -1,7 +1,7 @@ #region License /* - * Copyright © 2002-2006 the original author or authors. + * Copyright © 2002-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Spring.Calculator.RemoteApp.2003.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Spring.Calculator.RemoteApp.2003.csproj index 0f7ccd91..3e9cf573 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Spring.Calculator.RemoteApp.2003.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Spring.Calculator.RemoteApp.2003.csproj @@ -107,11 +107,6 @@ RelPath = "App.config" BuildAction = "None" /> - false - TRACE;DEBUG;NET_2_0 + TRACE;DEBUG true @@ -58,7 +58,7 @@ false - TRACE;NET_2_0 + TRACE false @@ -93,9 +93,6 @@ - - Code - Code diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Spring.Calculator.RemoteApp.2008.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Spring.Calculator.RemoteApp.2008.csproj index 24e054f7..b5bb5783 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Spring.Calculator.RemoteApp.2008.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Spring.Calculator.RemoteApp.2008.csproj @@ -1,7 +1,7 @@  Local - 8.0.50727 + 9.0.30729 2.0 {78B542F5-0CE3-4EDD-ACF7-3B2C619ADFC1} Debug @@ -27,6 +27,8 @@ 2.0 + v3.5 + Full bin\Debug\ @@ -35,7 +37,7 @@ false - TRACE;DEBUG;NET_2_0 + TRACE;DEBUG true @@ -58,7 +60,7 @@ false - TRACE;NET_2_0 + TRACE false @@ -83,9 +85,9 @@ False ..\..\..\..\..\bin\net\2.0\debug\Spring.Core.dll - + False - ..\..\..\..\..\bin\net\2.0\debug\Spring.Services.dll + ..\..\..\..\..\bin\net\3.5\debug\Spring.Services.dll System @@ -93,9 +95,6 @@ - - Code - Code diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Spring.Calculator.RemoteApp.2010.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Spring.Calculator.RemoteApp.2010.csproj index 5719c2e8..e877edd2 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Spring.Calculator.RemoteApp.2010.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.RemoteApp/Spring.Calculator.RemoteApp.2010.csproj @@ -28,7 +28,9 @@ 3.5 - v2.0 + v4.0 + false + publish\ true Disk @@ -41,7 +43,6 @@ true 0 1.0.0.%2a - false false true @@ -52,7 +53,7 @@ false - TRACE;DEBUG;NET_2_0 + TRACE;DEBUG true @@ -76,7 +77,7 @@ false - TRACE;NET_2_0 + TRACE false @@ -94,17 +95,17 @@ AllRules.ruleset - + False - ..\..\..\..\..\bin\net\2.0\debug\Spring.Aop.dll + ..\..\..\..\..\bin\net\4.0\debug\Spring.Aop.dll - + False - ..\..\..\..\..\bin\net\2.0\debug\Spring.Core.dll + ..\..\..\..\..\bin\net\4.0\debug\Spring.Core.dll - + False - ..\..\..\..\..\bin\net\2.0\debug\Spring.Services.dll + ..\..\..\..\..\bin\net\4.0\debug\Spring.Services.dll System @@ -112,9 +113,6 @@ - - Code - Code diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/AssemblyInfo.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/AssemblyInfo.cs deleted file mode 100644 index e556b1d8..00000000 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/AssemblyInfo.cs +++ /dev/null @@ -1,43 +0,0 @@ -#region License - -/* - * Copyright © 2002-2006 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#endregion - -using System; -using System.Reflection; - -[assembly: AssemblyTitle("Spring Calculator services")] -[assembly: AssemblyDescription("Services for the Spring Calculator example")] -[assembly: AssemblyVersion("1.0.0.0")] - -#if !NET_2_0 -[assembly: AssemblyConfiguration("net-1.1.win32; Release")] -#else -[assembly: AssemblyConfiguration("net-2.0.win32; Release")] -#endif -[assembly: AssemblyCompany("http://www.springframework.net")] -[assembly: AssemblyProduct("Spring.NET Framework")] -[assembly: AssemblyCopyright("Copyright 2002-2006 Spring.NET Framework Team.")] -[assembly: AssemblyTrademark("Apache License, Version 2.0")] - -#if STRONG -[assembly: AssemblyDelaySign(false)] -#if !NET_2_0 -[assembly: AssemblyKeyFile(@"Spring.Calculator.snk")] -#endif -#endif \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Services/AdvancedCalculator.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Services/AdvancedCalculator.cs index addb2ac0..2515fdc8 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Services/AdvancedCalculator.cs +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Services/AdvancedCalculator.cs @@ -1,7 +1,7 @@ #region License /* - * Copyright © 2002-2008 the original author or authors. + * Copyright © 2002-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Services/Calculator.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Services/Calculator.cs index 8481e95b..3cc35efa 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Services/Calculator.cs +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Services/Calculator.cs @@ -1,7 +1,7 @@ #region License /* - * Copyright © 2002-2008 the original author or authors. + * Copyright © 2002-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Spring.Calculator.Services.2003.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Spring.Calculator.Services.2003.csproj index 770667cf..879aab48 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Spring.Calculator.Services.2003.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Spring.Calculator.Services.2003.csproj @@ -73,11 +73,6 @@ - - false + true 2.0 @@ -35,7 +35,7 @@ false - TRACE;DEBUG;NET_2_0;STRONG + TRACE;DEBUG true @@ -58,7 +58,7 @@ false - TRACE;NET_2_0;STRONG + TRACE false @@ -75,9 +75,6 @@ prompt - - Code - Code diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Spring.Calculator.Services.2008.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Spring.Calculator.Services.2008.csproj index 1e56a074..33c318c6 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Spring.Calculator.Services.2008.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Spring.Calculator.Services.2008.csproj @@ -1,7 +1,7 @@  Local - 8.0.50727 + 9.0.30729 2.0 {D9FB04E5-D636-4EC2-A3AB-FAB1C4F37827} Debug @@ -25,8 +25,9 @@ - false + true 2.0 + v3.5 bin\Debug\ @@ -35,7 +36,7 @@ false - TRACE;DEBUG;NET_2_0;STRONG + TRACE;DEBUG true @@ -58,7 +59,7 @@ false - TRACE;NET_2_0;STRONG + TRACE false @@ -75,9 +76,6 @@ prompt - - Code - Code diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Spring.Calculator.Services.2010.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Spring.Calculator.Services.2010.csproj index 19fa776f..f210c1c7 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Spring.Calculator.Services.2010.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Services/Spring.Calculator.Services.2010.csproj @@ -26,9 +26,9 @@ - false + true 3.5 - v2.0 + v4.0 publish\ true Disk @@ -44,6 +44,7 @@ false false true + bin\Debug\ @@ -52,7 +53,7 @@ false - TRACE;DEBUG;NET_2_0;STRONG + TRACE;DEBUG true @@ -76,7 +77,7 @@ false - TRACE;NET_2_0;STRONG + TRACE false @@ -94,9 +95,6 @@ AllRules.ruleset - - Code - Code diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2003/AssemblyInfo.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2003/AssemblyInfo.cs deleted file mode 100644 index 383a480c..00000000 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2003/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -#region License - -/* - * Copyright © 2002-2006 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#endregion - -using System; -using System.Reflection; - -[assembly: AssemblyTitle("Spring Calculator Web application")] -[assembly: AssemblyDescription("C Web application for Spring Calculator example")] -[assembly: AssemblyVersion("1.0.0.0")] - -#if !NET_2_0 -[assembly: AssemblyConfiguration("net-1.1.win32; Release")] -#else -[assembly: AssemblyConfiguration("net-2.0.win32; Release")] -#endif -[assembly: AssemblyCompany("http://www.springframework.net")] -[assembly: AssemblyProduct("Spring.NET Framework")] -[assembly: AssemblyCopyright("Copyright 2002-2006 Spring.NET Framework Team.")] -[assembly: AssemblyTrademark("Apache License, Version 2.0")] \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2003/Spring.Calculator.Web.2003.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2003/Spring.Calculator.Web.2003.csproj index 37087a4e..16228b11 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2003/Spring.Calculator.Web.2003.csproj +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2003/Spring.Calculator.Web.2003.csproj @@ -123,11 +123,6 @@ - EL#f|y9q$s7-OcPAL9n_1H<79G%1KvOdy9IQ6Azbu Smv#zG*8F`bbK3}e#d!hK&l1`I diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2005/Web.config b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2005/Web.config index 8422cda5..42446978 100644 --- a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2005/Web.config +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2005/Web.config @@ -1,51 +1,40 @@ - -
+
-
- - - - - - - - - - - - + + + + + + + + + + - - Definitions of objects to be exported. - - - - + + - - - - - - + + + @@ -53,29 +42,34 @@ - - - - - - + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -98,14 +92,13 @@ - - - - - - - - + + + + + + + + - diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Config/webServices-aop.xml b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Config/webServices-aop.xml new file mode 100644 index 00000000..22617648 --- /dev/null +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Config/webServices-aop.xml @@ -0,0 +1,12 @@ + + + + webServices-aop + + + + + + + + \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Config/webServices.xml b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Config/webServices.xml new file mode 100644 index 00000000..a9306898 --- /dev/null +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Config/webServices.xml @@ -0,0 +1,12 @@ + + + + webServices + + + + + + + + \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Default.aspx b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Default.aspx new file mode 100644 index 00000000..ba146152 --- /dev/null +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Default.aspx @@ -0,0 +1,18 @@ +<%@ Page %> + + + +Web Services + + + + + + +
+

CalculatorService

+
+

CalculatorServiceWeaved

+
+ + \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Spring.Calculator.Web.2008.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Spring.Calculator.Web.2008.csproj new file mode 100644 index 00000000..14f2bd7b --- /dev/null +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Spring.Calculator.Web.2008.csproj @@ -0,0 +1,126 @@ + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {C89AD3E9-1B03-4CCC-ADA2-7681C6976AD8} + {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + Spring.Calculator + Spring.Calculator.Web + v3.5 + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + False + ..\..\..\..\..\bin\net\4.0\debug\Common.Logging.dll + + + False + ..\..\lib\net\2.0\Common.Logging.Log4Net.dll + + + False + ..\..\lib\net\2.0\log4net.dll + + + False + ..\..\..\..\..\bin\net\2.0\debug\Spring.Aop.dll + + + False + ..\..\..\..\..\bin\net\2.0\debug\Spring.Core.dll + + + False + ..\..\..\..\..\bin\net\3.5\debug\Spring.Services.dll + + + False + ..\..\..\..\..\bin\net\2.0\debug\Spring.Web.dll + + + + 3.5 + + + + + + + + + 3.5 + + + + + + + + + + + {6B34626E-8D2A-4387-BBB6-CB352D4DBDEC} + Spring.Aspects.2008 + + + {284C0873-BBB4-4399-B6F7-CB7EDBD001C7} + Spring.Calculator.Contract.2008 + + + {D9FB04E5-D636-4EC2-A3AB-FAB1C4F37827} + Spring.Calculator.Services.2008 + + + + + + + + + + + + + False + True + 43085 + / + + + False + False + + + False + + + + + \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Spring.Calculator.Web.2010.csproj b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Spring.Calculator.Web.2010.csproj new file mode 100644 index 00000000..fc393248 --- /dev/null +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Spring.Calculator.Web.2010.csproj @@ -0,0 +1,117 @@ + + + + Debug + AnyCPU + + + 2.0 + {08E648D8-FD43-4459-B997-1095E50FFD24} + {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + Spring.Calculator + Spring.Calculator.Web + v4.0 + false + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + ..\..\..\..\..\bin\net\4.0\debug\Common.Logging.dll + + + ..\..\lib\net\2.0\Common.Logging.Log4Net.dll + + + ..\..\lib\net\2.0\log4net.dll + + + ..\..\..\..\..\bin\net\4.0\debug\Spring.Aop.dll + + + ..\..\..\..\..\bin\net\4.0\debug\Spring.Core.dll + + + ..\..\..\..\..\bin\net\4.0\debug\Spring.Services.dll + + + ..\..\..\..\..\bin\net\4.0\debug\Spring.Web.dll + + + + + + + + + + + + + + + + + + + + + + {6B34626E-8D2A-4387-BBB6-CB352D4DBDEC} + Spring.Aspects.2010 + + + {284C0873-BBB4-4399-B6F7-CB7EDBD001C7} + Spring.Calculator.Contract.2010 + + + {D9FB04E5-D636-4EC2-A3AB-FAB1C4F37827} + Spring.Calculator.Services.2010 + + + + + + + + + False + True + 43085 + / + + + False + False + + + False + + + + + + \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Web.config b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Web.config new file mode 100644 index 00000000..8b8e57a4 --- /dev/null +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Web.config @@ -0,0 +1,104 @@ + + + + +
+ + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + Definitions of objects to be exported. + + + + + + + + + + + + + CommonLoggingAroundAdvice + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +