diff --git a/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Properties/AssemblyInfo.cs b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..6d5badd3 --- /dev/null +++ b/examples/Spring/Spring.Calculator/src/Spring.Calculator.Web/Properties/AssemblyInfo.cs @@ -0,0 +1,16 @@ +using System.Reflection; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Spring.Calculator")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Spring.Calculator")] +[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] 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 index f1412cb4..fc516d0f 100644 --- 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 @@ -1,135 +1,136 @@ - - - - - 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 - - - - - 4.0 - - - - - - - true - full - false - bin\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\ - TRACE - prompt - 4 - - - - ..\..\..\..\..\lib\Net\2.0\Common.Logging.dll - - - ..\..\..\..\..\lib\Net\2.0\Common.Logging.Log4Net1211.dll - - - ..\..\..\..\..\lib\Net\4.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 - - - - - - - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - - - - - - False - True - 43085 - / - - - False - False - - - False - - - - - + + + + + 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 + + + + + 4.0 + + + + + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + ..\..\..\..\..\lib\Net\2.0\Common.Logging.dll + + + ..\..\..\..\..\lib\Net\2.0\Common.Logging.Log4Net1211.dll + + + ..\..\..\..\..\lib\Net\4.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 + + + + + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + + + + + + False + True + 43085 + / + + + False + False + + + False + + + + + \ No newline at end of file