diff --git a/.gitignore b/.gitignore index ec741a5f..ccae878c 100644 --- a/.gitignore +++ b/.gitignore @@ -77,4 +77,5 @@ PrecompiledWeb /.project /examples/Spring/Spring.Mvc3QuickStart/packages /examples/Spring/Spring.Mvc4QuickStart/packages -/src/Spring/Spring.Testing.NUnit3/Spring.Testing.NUnit3.xml + +project.lock.json diff --git a/Spring.build b/Spring.build index 478f6b68..2066dbb2 100644 --- a/Spring.build +++ b/Spring.build @@ -109,6 +109,7 @@ Commandline Examples: + @@ -490,23 +491,24 @@ Commandline Examples: - - - - - - + + + + + + - - + + - - + + - - + + + @@ -518,8 +520,8 @@ Commandline Examples: - - + + @@ -530,7 +532,7 @@ Commandline Examples: - + @@ -553,25 +555,25 @@ Commandline Examples: - - - + + + - + - - - - + + + + @@ -1338,10 +1340,7 @@ Commandline Examples: - - - - + @@ -1391,14 +1390,11 @@ Commandline Examples: - - - @@ -1831,17 +1827,14 @@ Commandline Examples: - - - - + - - + + diff --git a/build-support/solutions.build.nant b/build-support/solutions.build.nant index 2ee42f3a..2a03f83d 100644 --- a/build-support/solutions.build.nant +++ b/build-support/solutions.build.nant @@ -35,10 +35,16 @@ Rebuilding Solutions using Nant and "solutions.build": + + - - - + + + + + + + diff --git a/build-support/tools/NuGet/NuGet.Config b/build-support/tools/NuGet/NuGet.Config deleted file mode 100644 index 67f8ea04..00000000 --- a/build-support/tools/NuGet/NuGet.Config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/projects/App.AdoQuickStart/App.DataAccess/App.DataAccess.csproj b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/projects/App.AdoQuickStart/App.DataAccess/App.DataAccess.csproj index 60ad2105..ebab96e8 100644 --- a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/projects/App.AdoQuickStart/App.DataAccess/App.DataAccess.csproj +++ b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/projects/App.AdoQuickStart/App.DataAccess/App.DataAccess.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -81,12 +81,13 @@ + - \ No newline at end of file diff --git a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/projects/App.AdoQuickStart/App.Service/App.Service.csproj b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/projects/App.AdoQuickStart/App.Service/App.Service.csproj index 79b1adee..4405e4dc 100644 --- a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/projects/App.AdoQuickStart/App.Service/App.Service.csproj +++ b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/projects/App.AdoQuickStart/App.Service/App.Service.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -12,6 +12,8 @@ App.Service v3.5 512 + + AnyCPU true @@ -41,12 +43,13 @@ + - \ No newline at end of file diff --git a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/projects/App.AdoQuickStart/App.Tests/App.Tests.csproj b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/projects/App.AdoQuickStart/App.Tests/App.Tests.csproj index 78400a46..f75bdb66 100644 --- a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/projects/App.AdoQuickStart/App.Tests/App.Tests.csproj +++ b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/projects/App.AdoQuickStart/App.Tests/App.Tests.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -109,11 +109,11 @@ - \ No newline at end of file diff --git a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.ClassLibraryQuickStart/src/App.Core/App.Core.csproj b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.ClassLibraryQuickStart/src/App.Core/App.Core.csproj index b2e8eb9b..71111bf3 100644 --- a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.ClassLibraryQuickStart/src/App.Core/App.Core.csproj +++ b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.ClassLibraryQuickStart/src/App.Core/App.Core.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -75,12 +75,13 @@ + - \ No newline at end of file diff --git a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.ClassLibraryQuickStart/test/App.Core.Tests/App.Tests.csproj b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.ClassLibraryQuickStart/test/App.Core.Tests/App.Tests.csproj index 9c818d6c..ef93cec9 100644 --- a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.ClassLibraryQuickStart/test/App.Core.Tests/App.Tests.csproj +++ b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.ClassLibraryQuickStart/test/App.Core.Tests/App.Tests.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -98,11 +98,11 @@ - \ No newline at end of file diff --git a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.HibernateQuickStart/src/App.DataAccess/App.DataAccess.csproj b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.HibernateQuickStart/src/App.DataAccess/App.DataAccess.csproj index 2bbd7802..ccefc44a 100644 --- a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.HibernateQuickStart/src/App.DataAccess/App.DataAccess.csproj +++ b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.HibernateQuickStart/src/App.DataAccess/App.DataAccess.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -94,12 +94,13 @@ + - \ No newline at end of file diff --git a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.HibernateQuickStart/src/App.Service/App.Service.csproj b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.HibernateQuickStart/src/App.Service/App.Service.csproj index 79b1adee..4405e4dc 100644 --- a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.HibernateQuickStart/src/App.Service/App.Service.csproj +++ b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.HibernateQuickStart/src/App.Service/App.Service.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -12,6 +12,8 @@ App.Service v3.5 512 + + AnyCPU true @@ -41,12 +43,13 @@ + - \ No newline at end of file diff --git a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.HibernateQuickStart/test/App.Tests/App.Tests.csproj b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.HibernateQuickStart/test/App.Tests/App.Tests.csproj index ddbacc34..faf472eb 100644 --- a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.HibernateQuickStart/test/App.Tests/App.Tests.csproj +++ b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.HibernateQuickStart/test/App.Tests/App.Tests.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -121,11 +121,11 @@ - \ No newline at end of file diff --git a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.WebQuickStart/src/App.DataAccess/App.DataAccess.csproj b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.WebQuickStart/src/App.DataAccess/App.DataAccess.csproj index 60ad2105..ebab96e8 100644 --- a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.WebQuickStart/src/App.DataAccess/App.DataAccess.csproj +++ b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.WebQuickStart/src/App.DataAccess/App.DataAccess.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -81,12 +81,13 @@ + - \ No newline at end of file diff --git a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.WebQuickStart/src/App.Service/App.Service.csproj b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.WebQuickStart/src/App.Service/App.Service.csproj index 79b1adee..4405e4dc 100644 --- a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.WebQuickStart/src/App.Service/App.Service.csproj +++ b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.WebQuickStart/src/App.Service/App.Service.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -12,6 +12,8 @@ App.Service v3.5 512 + + AnyCPU true @@ -41,12 +43,13 @@ + - \ No newline at end of file diff --git a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.WebQuickStart/test/App.Tests/App.Tests.csproj b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.WebQuickStart/test/App.Tests/App.Tests.csproj index 78400a46..f75bdb66 100644 --- a/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.WebQuickStart/test/App.Tests/App.Tests.csproj +++ b/dev-support/vs.net-2008/templates/solution/AdoSolution/App.AdoQuickStart/solution-items/App.WebQuickStart/test/App.Tests/App.Tests.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -109,11 +109,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Common/Spring.AopQuickStart.Common.2010.csproj b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Common/Spring.AopQuickStart.Common.2010.csproj index edd73e13..5f42abae 100644 --- a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Common/Spring.AopQuickStart.Common.2010.csproj +++ b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Common/Spring.AopQuickStart.Common.2010.csproj @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -30,6 +30,7 @@ 3.5 v4.0 + AnyCPU bin\Debug\ @@ -98,6 +99,7 @@ + diff --git a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step1/Spring.AopQuickStart.Step1.2010.csproj b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step1/Spring.AopQuickStart.Step1.2010.csproj index fc73b6ef..ee516851 100644 --- a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step1/Spring.AopQuickStart.Step1.2010.csproj +++ b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step1/Spring.AopQuickStart.Step1.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -18,6 +18,7 @@ v4.0 + AnyCPU true @@ -56,12 +57,13 @@ Spring.AopQuickStart.Common.2010 + - \ No newline at end of file diff --git a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step2/Spring.AopQuickStart.Step2.2010.csproj b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step2/Spring.AopQuickStart.Step2.2010.csproj index 3a4076e6..b3b5c3e6 100644 --- a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step2/Spring.AopQuickStart.Step2.2010.csproj +++ b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step2/Spring.AopQuickStart.Step2.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -18,6 +18,7 @@ v4.0 + AnyCPU true @@ -60,11 +61,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step3/Spring.AopQuickStart.Step3.2010.csproj b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step3/Spring.AopQuickStart.Step3.2010.csproj index fc376fd4..ef901712 100644 --- a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step3/Spring.AopQuickStart.Step3.2010.csproj +++ b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step3/Spring.AopQuickStart.Step3.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -18,6 +18,7 @@ v4.0 + AnyCPU true @@ -62,11 +63,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step4/Spring.AopQuickStart.Step4.2010.csproj b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step4/Spring.AopQuickStart.Step4.2010.csproj index 7ee10dc9..74a7868e 100644 --- a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step4/Spring.AopQuickStart.Step4.2010.csproj +++ b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step4/Spring.AopQuickStart.Step4.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -18,6 +18,7 @@ v4.0 + AnyCPU true @@ -67,11 +68,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step5/Spring.AopQuickStart.Step5.2010.csproj b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step5/Spring.AopQuickStart.Step5.2010.csproj index 167a8b81..932e3558 100644 --- a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step5/Spring.AopQuickStart.Step5.2010.csproj +++ b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step5/Spring.AopQuickStart.Step5.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -18,6 +18,7 @@ v4.0 + AnyCPU true @@ -63,11 +64,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step6/Spring.AopQuickStart.Step6.2010.csproj b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step6/Spring.AopQuickStart.Step6.2010.csproj index 73e1170f..7575cfe3 100644 --- a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step6/Spring.AopQuickStart.Step6.2010.csproj +++ b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step6/Spring.AopQuickStart.Step6.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -18,6 +18,7 @@ v4.0 + AnyCPU true @@ -61,11 +62,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step7/Spring.AopQuickStart.Step7.2010.csproj b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step7/Spring.AopQuickStart.Step7.2010.csproj index f822f6e7..de3428d8 100644 --- a/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step7/Spring.AopQuickStart.Step7.2010.csproj +++ b/examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step7/Spring.AopQuickStart.Step7.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -18,6 +18,7 @@ v4.0 + AnyCPU true @@ -61,11 +62,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.CachingQuickStart/src/Spring.CachingQuickStart.Web/Spring.CachingQuickStart.Web.2010.csproj b/examples/Spring/Spring.CachingQuickStart/src/Spring.CachingQuickStart.Web/Spring.CachingQuickStart.Web.2010.csproj index f7c48013..e8db7a28 100644 --- a/examples/Spring/Spring.CachingQuickStart/src/Spring.CachingQuickStart.Web/Spring.CachingQuickStart.Web.2010.csproj +++ b/examples/Spring/Spring.CachingQuickStart/src/Spring.CachingQuickStart.Web/Spring.CachingQuickStart.Web.2010.csproj @@ -1,5 +1,5 @@  - + Debug @@ -20,6 +20,7 @@ false + AnyCPU true @@ -73,6 +74,7 @@ + 10.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) @@ -80,12 +82,12 @@ - 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 498cee2e..39756788 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 @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -46,6 +46,7 @@ false true + AnyCPU bin\Debug\ @@ -96,12 +97,6 @@ AllRules.ruleset - - ..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - False ..\..\..\..\..\bin\net\4.0\debug\Spring.Aop.dll @@ -132,7 +127,7 @@ - + diff --git a/examples/Spring/Spring.Calculator/src/Spring.Aspects/packages.config b/examples/Spring/Spring.Calculator/src/Spring.Aspects/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/examples/Spring/Spring.Calculator/src/Spring.Aspects/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.Calculator/src/Spring.Aspects/project.json b/examples/Spring/Spring.Calculator/src/Spring.Aspects/project.json new file mode 100644 index 00000000..9ddb555a Binary files /dev/null and b/examples/Spring/Spring.Calculator/src/Spring.Aspects/project.json differ 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 593a51f1..b3aeaf17 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 @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -45,6 +45,7 @@ false true + AnyCPU bin\Debug\ 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 7694aa77..7d4f6ab2 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 @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -45,6 +45,7 @@ false true + AnyCPU bin\Debug\ @@ -120,6 +121,7 @@ true + 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 14fb199d..ed75a706 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 @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -45,6 +45,7 @@ 1.0.0.%2a false true + AnyCPU bin\Debug\ 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 e877edd2..2f491665 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 @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -45,6 +45,7 @@ 1.0.0.%2a false true + AnyCPU bin\Debug\ 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 f210c1c7..9cd3239e 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 @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -45,6 +45,7 @@ false true + AnyCPU bin\Debug\ @@ -125,6 +126,7 @@ Spring.Calculator.Contract.2010 + 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 fc516d0f..889a1aa4 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,5 +1,5 @@  - + Debug @@ -24,6 +24,8 @@ + + AnyCPU true @@ -100,6 +102,7 @@ + 10.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) diff --git a/examples/Spring/Spring.CodeConfig.Migration/src/Primes/Primes.2010.csproj b/examples/Spring/Spring.CodeConfig.Migration/src/Primes/Primes.2010.csproj index b191f060..59dc4192 100644 --- a/examples/Spring/Spring.CodeConfig.Migration/src/Primes/Primes.2010.csproj +++ b/examples/Spring/Spring.CodeConfig.Migration/src/Primes/Primes.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -17,6 +17,7 @@ 3.5 + AnyCPU true @@ -59,6 +60,7 @@ + diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao.NHibernate/Spring.Northwind.Dao.NHibernate.csproj b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao.NHibernate/Spring.Northwind.Dao.NHibernate.csproj index b36b0f94..ecdbc004 100644 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao.NHibernate/Spring.Northwind.Dao.NHibernate.csproj +++ b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao.NHibernate/Spring.Northwind.Dao.NHibernate.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -95,12 +95,15 @@ + + + - \ No newline at end of file diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao.NHibernate/packages.config b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao.NHibernate/packages.config deleted file mode 100644 index 22246bf4..00000000 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao.NHibernate/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao.NHibernate/project.json b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao.NHibernate/project.json new file mode 100644 index 00000000..1eea63bc Binary files /dev/null and b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao.NHibernate/project.json differ diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao/Spring.Northwind.Dao.2010.csproj b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao/Spring.Northwind.Dao.2010.csproj index 538a5aef..ca0f8c1f 100644 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao/Spring.Northwind.Dao.2010.csproj +++ b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao/Spring.Northwind.Dao.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -31,6 +31,8 @@ false false true + + AnyCPU true @@ -91,11 +93,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao/Spring.Northwind.Dao.csproj b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao/Spring.Northwind.Dao.csproj index 2b60e336..2ff3a649 100644 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao/Spring.Northwind.Dao.csproj +++ b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao/Spring.Northwind.Dao.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -46,12 +46,13 @@ + - \ No newline at end of file diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/Spring.Northwind.Service.2010.csproj b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/Spring.Northwind.Service.2010.csproj index aa2e403c..1f8c4b34 100644 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/Spring.Northwind.Service.2010.csproj +++ b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/Spring.Northwind.Service.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,8 @@ false true ..\..\ + + AnyCPU true @@ -53,12 +55,6 @@ AllRules.ruleset - - ..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - False ..\..\..\..\..\bin\net\4.0\debug\Spring.Data.dll @@ -105,15 +101,15 @@ - + - diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/Spring.Northwind.Service.csproj b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/Spring.Northwind.Service.csproj index 817bab01..69c4a223 100644 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/Spring.Northwind.Service.csproj +++ b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/Spring.Northwind.Service.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -59,12 +59,15 @@ + + + - \ No newline at end of file diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/packages.config b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/project.json b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/project.json new file mode 100644 index 00000000..9ddb555a Binary files /dev/null and b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/project.json differ diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web.Conversation/Spring.Northwind.Web.Conversation.2010.csproj b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web.Conversation/Spring.Northwind.Web.Conversation.2010.csproj index 502948f9..ae0d69e4 100644 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web.Conversation/Spring.Northwind.Web.Conversation.2010.csproj +++ b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web.Conversation/Spring.Northwind.Web.Conversation.2010.csproj @@ -1,5 +1,5 @@  - + Debug @@ -25,6 +25,7 @@ ..\..\ + AnyCPU true @@ -44,27 +45,6 @@ 4 - - ..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - False - ..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\packages\Common.Logging.Log4Net1211.3.0.0\lib\net40\Common.Logging.Log4Net1211.dll - - - ..\..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll - - - False - ..\..\packages\log4net.2.0.0\lib\net40-full\log4net.dll - - - ..\..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll - True - False ..\..\..\..\..\bin\net\4.0\debug\Spring.Aop.dll @@ -213,6 +193,9 @@ + + + 10.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web.Conversation/packages.config b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web.Conversation/packages.config deleted file mode 100644 index 8e89c876..00000000 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web.Conversation/packages.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web.Conversation/project.json b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web.Conversation/project.json new file mode 100644 index 00000000..ef81daa6 Binary files /dev/null and b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web.Conversation/project.json differ diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Spring.Northwind.Web.2010.csproj b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Spring.Northwind.Web.2010.csproj index 87efb31a..46946516 100644 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Spring.Northwind.Web.2010.csproj +++ b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Spring.Northwind.Web.2010.csproj @@ -1,5 +1,5 @@  - + Debug @@ -25,6 +25,7 @@ ..\..\ + AnyCPU true @@ -44,27 +45,6 @@ 4 - - ..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - False - ..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\packages\Common.Logging.Log4Net1211.3.0.0\lib\net40\Common.Logging.Log4Net1211.dll - - - ..\..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll - - - False - ..\..\packages\log4net.2.0.0\lib\net40-full\log4net.dll - - - False - ..\..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll - False ..\..\..\..\..\bin\net\4.0\debug\Spring.Aop.dll @@ -203,6 +183,9 @@ + + + 10.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) @@ -210,12 +193,12 @@ - diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/packages.config b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/packages.config deleted file mode 100644 index 8e89c876..00000000 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/packages.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/project.json b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/project.json new file mode 100644 index 00000000..ef81daa6 Binary files /dev/null and b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/project.json differ diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/Spring.Northwind.IntegrationTests.2010.csproj b/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/Spring.Northwind.IntegrationTests.2010.csproj index a7b51762..2f6d2c84 100644 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/Spring.Northwind.IntegrationTests.2010.csproj +++ b/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/Spring.Northwind.IntegrationTests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,8 @@ false true ..\..\ + + AnyCPU true @@ -53,22 +55,6 @@ AllRules.ruleset - - ..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - False - ..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll - - - ..\..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll - - - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll - False ..\..\..\..\..\bin\net\4.0\debug\Spring.Core.dll @@ -101,7 +87,7 @@ - + @@ -135,15 +121,15 @@ - - rem echo "Copying .xml files for tests" + rem echo "Copying .xml files for tests" rem xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2005\Spring.Northwind.IntegrationTests\$(ConfigurationName)\ /y /s /q diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/Spring.Northwind.IntegrationTests.csproj b/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/Spring.Northwind.IntegrationTests.csproj index 88309266..67f5bf42 100644 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/Spring.Northwind.IntegrationTests.csproj +++ b/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/Spring.Northwind.IntegrationTests.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -80,6 +80,7 @@ + @@ -96,15 +97,15 @@ - - rem echo "Copying .xml files for tests" + rem echo "Copying .xml files for tests" rem xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2005\Spring.Northwind.IntegrationTests\$(ConfigurationName)\ /y /s /q \ No newline at end of file diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/packages.config b/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/packages.config deleted file mode 100644 index a1ffef93..00000000 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/project.json b/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/project.json new file mode 100644 index 00000000..dec19956 Binary files /dev/null and b/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/project.json differ diff --git a/examples/Spring/Spring.DataQuickStart/src/Spring/Spring.DataQuickStart/Spring.DataQuickStart.2010.csproj b/examples/Spring/Spring.DataQuickStart/src/Spring/Spring.DataQuickStart/Spring.DataQuickStart.2010.csproj index d2bdc8d5..62971a68 100644 --- a/examples/Spring/Spring.DataQuickStart/src/Spring/Spring.DataQuickStart/Spring.DataQuickStart.2010.csproj +++ b/examples/Spring/Spring.DataQuickStart/src/Spring/Spring.DataQuickStart/Spring.DataQuickStart.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -31,6 +31,8 @@ false false true + + AnyCPU true @@ -108,12 +110,13 @@ true + - \ No newline at end of file diff --git a/examples/Spring/Spring.DataQuickStart/test/Spring/Spring.DataQuickStart.Tests/Spring.DataQuickStart.Tests.2010.csproj b/examples/Spring/Spring.DataQuickStart/test/Spring/Spring.DataQuickStart.Tests/Spring.DataQuickStart.Tests.2010.csproj index ace2be0d..4967976d 100644 --- a/examples/Spring/Spring.DataQuickStart/test/Spring/Spring.DataQuickStart.Tests/Spring.DataQuickStart.Tests.2010.csproj +++ b/examples/Spring/Spring.DataQuickStart/test/Spring/Spring.DataQuickStart.Tests/Spring.DataQuickStart.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,8 @@ false true ..\..\..\ + + AnyCPU true @@ -57,10 +59,6 @@ False ..\..\..\..\..\..\lib\Net\2.0\Common.Logging.dll - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - False ..\..\..\..\..\..\bin\net\4.0\debug\Spring.Core.dll @@ -120,15 +118,15 @@ - + - diff --git a/examples/Spring/Spring.DataQuickStart/test/Spring/Spring.DataQuickStart.Tests/packages.config b/examples/Spring/Spring.DataQuickStart/test/Spring/Spring.DataQuickStart.Tests/packages.config deleted file mode 100644 index afecfdbd..00000000 --- a/examples/Spring/Spring.DataQuickStart/test/Spring/Spring.DataQuickStart.Tests/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.DataQuickStart/test/Spring/Spring.DataQuickStart.Tests/project.json b/examples/Spring/Spring.DataQuickStart/test/Spring/Spring.DataQuickStart.Tests/project.json new file mode 100644 index 00000000..fcc734f0 Binary files /dev/null and b/examples/Spring/Spring.DataQuickStart/test/Spring/Spring.DataQuickStart.Tests/project.json differ diff --git a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/Spring.EmsQuickStart.Client.2010.csproj b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/Spring.EmsQuickStart.Client.2010.csproj index 37745754..a50f2343 100644 --- a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/Spring.EmsQuickStart.Client.2010.csproj +++ b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/Spring.EmsQuickStart.Client.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,8 @@ false true ..\..\..\ + + AnyCPU true @@ -53,12 +55,6 @@ AllRules.ruleset - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - ..\..\..\..\..\..\bin\net\4.0\debug\Spring.Core.dll @@ -107,7 +103,6 @@ True - SettingsSingleFileGenerator Settings.Designer.cs @@ -124,6 +119,7 @@ StockForm.cs + @@ -167,12 +163,12 @@ - diff --git a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/Spring.EmsQuickStart.Client.csproj b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/Spring.EmsQuickStart.Client.csproj index 7a05d26b..23b2b5e5 100644 --- a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/Spring.EmsQuickStart.Client.csproj +++ b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/Spring.EmsQuickStart.Client.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -30,6 +30,8 @@ false true v3.5 + + AnyCPU true @@ -131,6 +133,7 @@ StockForm.cs + @@ -174,11 +177,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/packages.config b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/project.json b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/project.json new file mode 100644 index 00000000..9ddb555a Binary files /dev/null and b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/project.json differ diff --git a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Common/Spring.EmsQuickStart.Common.2010.csproj b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Common/Spring.EmsQuickStart.Common.2010.csproj index 3af5176d..83d3f2eb 100644 --- a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Common/Spring.EmsQuickStart.Common.2010.csproj +++ b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Common/Spring.EmsQuickStart.Common.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -31,6 +31,8 @@ 1.0.0.%2a false true + + AnyCPU true @@ -124,11 +126,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Common/Spring.EmsQuickStart.Common.csproj b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Common/Spring.EmsQuickStart.Common.csproj index 58ed1804..7ede3c8e 100644 --- a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Common/Spring.EmsQuickStart.Common.csproj +++ b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Common/Spring.EmsQuickStart.Common.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -30,6 +30,8 @@ false true v3.5 + + AnyCPU true @@ -134,11 +136,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Server/Spring.EmsQuickStart.Server.2010.csproj b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Server/Spring.EmsQuickStart.Server.2010.csproj index 2ca86b72..5b3cb62a 100644 --- a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Server/Spring.EmsQuickStart.Server.2010.csproj +++ b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Server/Spring.EmsQuickStart.Server.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,8 @@ false true ..\..\..\ + + AnyCPU true @@ -53,12 +55,6 @@ AllRules.ruleset - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - ..\..\..\..\..\..\bin\net\4.0\debug\Spring.Core.dll @@ -92,7 +88,7 @@ - + @@ -139,12 +135,12 @@ - diff --git a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Server/Spring.EmsQuickStart.Server.csproj b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Server/Spring.EmsQuickStart.Server.csproj index c6b58f7c..4f4c82e7 100644 --- a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Server/Spring.EmsQuickStart.Server.csproj +++ b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Server/Spring.EmsQuickStart.Server.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -30,6 +30,8 @@ false true v3.5 + + AnyCPU true @@ -100,6 +102,7 @@ + @@ -146,11 +149,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Server/packages.config b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Server/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Server/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Server/project.json b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Server/project.json new file mode 100644 index 00000000..9ddb555a Binary files /dev/null and b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Server/project.json differ diff --git a/examples/Spring/Spring.EmsQuickStart/test/Spring/Spring.EmsQuickStart.Integration.Tests/Spring.EmsQuickStart.Integration.Tests.2010.csproj b/examples/Spring/Spring.EmsQuickStart/test/Spring/Spring.EmsQuickStart.Integration.Tests/Spring.EmsQuickStart.Integration.Tests.2010.csproj index 65191e0e..62eeb84e 100644 --- a/examples/Spring/Spring.EmsQuickStart/test/Spring/Spring.EmsQuickStart.Integration.Tests/Spring.EmsQuickStart.Integration.Tests.2010.csproj +++ b/examples/Spring/Spring.EmsQuickStart/test/Spring/Spring.EmsQuickStart.Integration.Tests/Spring.EmsQuickStart.Integration.Tests.2010.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -38,12 +38,13 @@ + - \ No newline at end of file diff --git a/examples/Spring/Spring.EmsQuickStart/test/Spring/Spring.EmsQuickStart.Tests/Spring.EmsQuickStart.Tests.2010.csproj b/examples/Spring/Spring.EmsQuickStart/test/Spring/Spring.EmsQuickStart.Tests/Spring.EmsQuickStart.Tests.2010.csproj index 3c0e5188..ceef2ba3 100644 --- a/examples/Spring/Spring.EmsQuickStart/test/Spring/Spring.EmsQuickStart.Tests/Spring.EmsQuickStart.Tests.2010.csproj +++ b/examples/Spring/Spring.EmsQuickStart/test/Spring/Spring.EmsQuickStart.Tests/Spring.EmsQuickStart.Tests.2010.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -38,12 +38,13 @@ + - \ No newline at end of file diff --git a/examples/Spring/Spring.Examples.Pool/Spring.Examples.Pool.2010.csproj b/examples/Spring/Spring.Examples.Pool/Spring.Examples.Pool.2010.csproj index 2f536d28..c1ceb064 100644 --- a/examples/Spring/Spring.Examples.Pool/Spring.Examples.Pool.2010.csproj +++ b/examples/Spring/Spring.Examples.Pool/Spring.Examples.Pool.2010.csproj @@ -1,5 +1,5 @@  - + Local 9.0.30729 @@ -44,6 +44,8 @@ false false true + + AnyCPU bin\Debug\ @@ -146,6 +148,7 @@ true + diff --git a/examples/Spring/Spring.IoCQuickStart.AppContext/src/Spring.IocQuickStart.AppContext.2010.csproj b/examples/Spring/Spring.IoCQuickStart.AppContext/src/Spring.IocQuickStart.AppContext.2010.csproj index d7d74eb0..ac51d0b5 100644 --- a/examples/Spring/Spring.IoCQuickStart.AppContext/src/Spring.IocQuickStart.AppContext.2010.csproj +++ b/examples/Spring/Spring.IoCQuickStart.AppContext/src/Spring.IocQuickStart.AppContext.2010.csproj @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -45,6 +45,7 @@ false false true + AnyCPU bin\Debug\ diff --git a/examples/Spring/Spring.IoCQuickStart.EventRegistry/src/Spring.IocQuickStart.EventRegistry.2010.csproj b/examples/Spring/Spring.IoCQuickStart.EventRegistry/src/Spring.IocQuickStart.EventRegistry.2010.csproj index 9675bdce..c10f5d35 100644 --- a/examples/Spring/Spring.IoCQuickStart.EventRegistry/src/Spring.IocQuickStart.EventRegistry.2010.csproj +++ b/examples/Spring/Spring.IoCQuickStart.EventRegistry/src/Spring.IocQuickStart.EventRegistry.2010.csproj @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -44,6 +44,7 @@ false false true + AnyCPU bin\Debug\ diff --git a/examples/Spring/Spring.IoCQuickStart.MovieFinder/src/Spring.IocQuickStart.MovieFinder.2010.csproj b/examples/Spring/Spring.IoCQuickStart.MovieFinder/src/Spring.IocQuickStart.MovieFinder.2010.csproj index 6d33df09..8b8746aa 100644 --- a/examples/Spring/Spring.IoCQuickStart.MovieFinder/src/Spring.IocQuickStart.MovieFinder.2010.csproj +++ b/examples/Spring/Spring.IoCQuickStart.MovieFinder/src/Spring.IocQuickStart.MovieFinder.2010.csproj @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -44,6 +44,7 @@ false false true + AnyCPU bin\Debug\ @@ -92,18 +93,6 @@ prompt - - ..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\packages\Common.Logging.Log4Net1211.3.0.0\lib\net40\Common.Logging.Log4Net1211.dll - - - ..\packages\log4net.2.0.0\lib\net40-full\log4net.dll - False ..\..\..\..\bin\net\4.0\debug\Spring.Core.dll @@ -114,7 +103,7 @@ - + @@ -150,7 +139,7 @@ - echo "Copying movies.txt file for MovieFinder" + echo "Copying movies.txt file for MovieFinder" copy "$(ProjectDir)MovieFinder\movies.txt" "$(TargetDir)" /y \ No newline at end of file diff --git a/examples/Spring/Spring.IoCQuickStart.MovieFinder/src/packages.config b/examples/Spring/Spring.IoCQuickStart.MovieFinder/src/packages.config deleted file mode 100644 index ae5e45df..00000000 --- a/examples/Spring/Spring.IoCQuickStart.MovieFinder/src/packages.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.IoCQuickStart.MovieFinder/src/project.json b/examples/Spring/Spring.IoCQuickStart.MovieFinder/src/project.json new file mode 100644 index 00000000..86117845 Binary files /dev/null and b/examples/Spring/Spring.IoCQuickStart.MovieFinder/src/project.json differ diff --git a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/Spring.MsmqQuickStart.Client.2010.csproj b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/Spring.MsmqQuickStart.Client.2010.csproj index 52556749..cc16dd1d 100644 --- a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/Spring.MsmqQuickStart.Client.2010.csproj +++ b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/Spring.MsmqQuickStart.Client.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -31,6 +31,8 @@ 1.0.0.%2a false true + + AnyCPU true @@ -53,12 +55,6 @@ AllRules.ruleset - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - False ..\..\..\..\..\..\bin\net\4.0\debug\Spring.Aop.dll @@ -104,7 +100,6 @@ True - SettingsSingleFileGenerator Settings.Designer.cs @@ -121,6 +116,7 @@ StockForm.cs + @@ -164,11 +160,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/Spring.MsmqQuickStart.Client.csproj b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/Spring.MsmqQuickStart.Client.csproj index 2871b722..99f7b125 100644 --- a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/Spring.MsmqQuickStart.Client.csproj +++ b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/Spring.MsmqQuickStart.Client.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -77,6 +77,7 @@ StockForm.cs + @@ -109,11 +110,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/packages.config b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/project.json b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/project.json new file mode 100644 index 00000000..9ddb555a Binary files /dev/null and b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/project.json differ diff --git a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/Spring.MsmqQuickStart.Common.2010.csproj b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/Spring.MsmqQuickStart.Common.2010.csproj index 8361cdfb..e0eef25b 100644 --- a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/Spring.MsmqQuickStart.Common.2010.csproj +++ b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/Spring.MsmqQuickStart.Common.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -31,6 +31,8 @@ 1.0.0.%2a false true + + AnyCPU true @@ -52,12 +54,6 @@ AllRules.ruleset - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - False ..\..\..\..\..\..\bin\net\4.0\debug\Spring.Aop.dll @@ -101,7 +97,7 @@ TradeRequest.xsd - + @@ -131,11 +127,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/Spring.MsmqQuickStart.Common.csproj b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/Spring.MsmqQuickStart.Common.csproj index ec076282..7692b268 100644 --- a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/Spring.MsmqQuickStart.Common.csproj +++ b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/Spring.MsmqQuickStart.Common.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -73,13 +73,14 @@ TradeRequest.xsd + - \ No newline at end of file diff --git a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/packages.config b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/project.json b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/project.json new file mode 100644 index 00000000..9ddb555a Binary files /dev/null and b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/project.json differ diff --git a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/Spring.MsmqQuickStart.Server.2010.csproj b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/Spring.MsmqQuickStart.Server.2010.csproj index d13dda7f..bd4b77c8 100644 --- a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/Spring.MsmqQuickStart.Server.2010.csproj +++ b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/Spring.MsmqQuickStart.Server.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -31,6 +31,8 @@ 1.0.0.%2a false true + + AnyCPU true @@ -52,12 +54,6 @@ AllRules.ruleset - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - False ..\..\..\..\..\..\bin\net\4.0\debug\Spring.Aop.dll @@ -94,7 +90,7 @@ - + @@ -141,11 +137,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/Spring.MsmqQuickStart.Server.csproj b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/Spring.MsmqQuickStart.Server.csproj index 8599b5ce..7c8c09d4 100644 --- a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/Spring.MsmqQuickStart.Server.csproj +++ b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/Spring.MsmqQuickStart.Server.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -52,6 +52,7 @@ + @@ -87,11 +88,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/packages.config b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/project.json b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/project.json new file mode 100644 index 00000000..9ddb555a Binary files /dev/null and b/examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/project.json differ diff --git a/examples/Spring/Spring.MsmqQuickStart/test/Spring/Spring.MsmqQuickStart.Integration.Tests/Spring.MsmqQuickStart.Integration.Tests.2010.csproj b/examples/Spring/Spring.MsmqQuickStart/test/Spring/Spring.MsmqQuickStart.Integration.Tests/Spring.MsmqQuickStart.Integration.Tests.2010.csproj index 05fad9cd..90edb000 100644 --- a/examples/Spring/Spring.MsmqQuickStart/test/Spring/Spring.MsmqQuickStart.Integration.Tests/Spring.MsmqQuickStart.Integration.Tests.2010.csproj +++ b/examples/Spring/Spring.MsmqQuickStart/test/Spring/Spring.MsmqQuickStart.Integration.Tests/Spring.MsmqQuickStart.Integration.Tests.2010.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -33,12 +33,13 @@ + - \ No newline at end of file diff --git a/examples/Spring/Spring.MsmqQuickStart/test/Spring/Spring.MsmqQuickStart.Tests/Spring.MsmqQuickStart.Tests.2010.csproj b/examples/Spring/Spring.MsmqQuickStart/test/Spring/Spring.MsmqQuickStart.Tests/Spring.MsmqQuickStart.Tests.2010.csproj index 15efb850..f3a4b184 100644 --- a/examples/Spring/Spring.MsmqQuickStart/test/Spring/Spring.MsmqQuickStart.Tests/Spring.MsmqQuickStart.Tests.2010.csproj +++ b/examples/Spring/Spring.MsmqQuickStart/test/Spring/Spring.MsmqQuickStart.Tests/Spring.MsmqQuickStart.Tests.2010.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -33,12 +33,13 @@ + - \ No newline at end of file diff --git a/examples/Spring/Spring.Mvc3QuickStart/src/Spring.Mvc3QuickStart/Spring.Mvc3QuickStart.csproj b/examples/Spring/Spring.Mvc3QuickStart/src/Spring.Mvc3QuickStart/Spring.Mvc3QuickStart.csproj index 83e897cb..5320eb8a 100644 --- a/examples/Spring/Spring.Mvc3QuickStart/src/Spring.Mvc3QuickStart/Spring.Mvc3QuickStart.csproj +++ b/examples/Spring/Spring.Mvc3QuickStart/src/Spring.Mvc3QuickStart/Spring.Mvc3QuickStart.csproj @@ -1,5 +1,5 @@  - + Debug @@ -27,6 +27,8 @@ ..\..\ + + AnyCPU true @@ -46,44 +48,8 @@ 4 - - False - ..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - False - ..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\packages\EntityFramework.4.1.10331.0\lib\EntityFramework.dll - - - True - ..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - - ..\..\packages\Spring.Core.1.3.2\lib\net40\Spring.Core.dll - - - ..\..\packages\Spring.Web.1.3.2\lib\net40\Spring.Web.dll - - - ..\..\packages\Spring.Web.Mvc3.1.3.2\lib\net40\Spring.Web.Mvc3.dll - - - False - ..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.Helpers.dll - - - False - ..\..\packages\Microsoft.AspNet.Mvc.3.0.20105.1\lib\net40\System.Web.Mvc.dll - - - False - ..\..\packages\Microsoft.AspNet.Razor.1.0.20105.408\lib\net40\System.Web.Razor.dll - @@ -93,18 +59,6 @@ - - False - ..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.dll - - - False - ..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Deployment.dll - - - False - ..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Razor.dll - @@ -229,6 +183,7 @@ + @@ -243,11 +198,11 @@ - diff --git a/examples/Spring/Spring.Mvc3QuickStart/src/Spring.Mvc3QuickStart/packages.config b/examples/Spring/Spring.Mvc3QuickStart/src/Spring.Mvc3QuickStart/packages.config deleted file mode 100644 index febfaca3..00000000 --- a/examples/Spring/Spring.Mvc3QuickStart/src/Spring.Mvc3QuickStart/packages.config +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.Mvc3QuickStart/src/Spring.Mvc3QuickStart/project.json b/examples/Spring/Spring.Mvc3QuickStart/src/Spring.Mvc3QuickStart/project.json new file mode 100644 index 00000000..e644d398 Binary files /dev/null and b/examples/Spring/Spring.Mvc3QuickStart/src/Spring.Mvc3QuickStart/project.json differ diff --git a/examples/Spring/Spring.Mvc4QuickStart/Spring.Mvc4QuickStart/Spring.Mvc4QuickStart.csproj b/examples/Spring/Spring.Mvc4QuickStart/Spring.Mvc4QuickStart/Spring.Mvc4QuickStart.csproj index deba2b59..76ad300a 100644 --- a/examples/Spring/Spring.Mvc4QuickStart/Spring.Mvc4QuickStart/Spring.Mvc4QuickStart.csproj +++ b/examples/Spring/Spring.Mvc4QuickStart/Spring.Mvc4QuickStart/Spring.Mvc4QuickStart.csproj @@ -1,5 +1,5 @@  - + Debug @@ -22,6 +22,8 @@ ..\ + + AnyCPU true @@ -41,13 +43,7 @@ 4 - - ..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll - - - ..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll - ..\..\..\..\build\VS.Net.2010\Spring.Core\Debug\Spring.Core.dll @@ -61,71 +57,12 @@ - - ..\packages\Microsoft.Bcl.1.1.6\lib\net40\System.IO.dll - - - False - ..\packages\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.dll - - - ..\packages\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.Extensions.dll - - - ..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll - - - ..\packages\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.Primitives.dll - - - False - ..\packages\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.WebRequest.dll - - - ..\packages\Microsoft.Bcl.1.1.6\lib\net40\System.Runtime.dll - - - ..\packages\Microsoft.Bcl.1.1.6\lib\net40\System.Threading.Tasks.dll - - - True - ..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.Helpers.dll - - - ..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll - - - ..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.30506.0\lib\net40\System.Web.Http.WebHost.dll - - - True - ..\packages\Microsoft.AspNet.Mvc.4.0.30506.0\lib\net40\System.Web.Mvc.dll - - - ..\packages\Microsoft.AspNet.Web.Optimization.1.1.2\lib\net40\System.Web.Optimization.dll - - - True - ..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll - - - True - ..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.dll - - - True - ..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Deployment.dll - - - True - ..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Razor.dll - @@ -135,19 +72,6 @@ - - ..\packages\EntityFramework.5.0.0-rc\lib\net40\EntityFramework.dll - - - True - ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - - ..\packages\Microsoft.AspNet.Providers.Core.1.0\lib\net40\System.Web.Providers.dll - - - ..\packages\WebGrease.1.5.2\lib\WebGrease.dll - @@ -299,6 +223,7 @@ + diff --git a/examples/Spring/Spring.Mvc4QuickStart/Spring.Mvc4QuickStart/packages.config b/examples/Spring/Spring.Mvc4QuickStart/Spring.Mvc4QuickStart/packages.config deleted file mode 100644 index 46e50a18..00000000 --- a/examples/Spring/Spring.Mvc4QuickStart/Spring.Mvc4QuickStart/packages.config +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.Mvc4QuickStart/Spring.Mvc4QuickStart/project.json b/examples/Spring/Spring.Mvc4QuickStart/Spring.Mvc4QuickStart/project.json new file mode 100644 index 00000000..c199a5a0 Binary files /dev/null and b/examples/Spring/Spring.Mvc4QuickStart/Spring.Mvc4QuickStart/project.json differ diff --git a/examples/Spring/Spring.Mvc5QuickStart/Spring.Mvc5QuickStart/Spring.Mvc5QuickStart.csproj b/examples/Spring/Spring.Mvc5QuickStart/Spring.Mvc5QuickStart/Spring.Mvc5QuickStart.csproj index 2c2f983f..fc891e0c 100644 --- a/examples/Spring/Spring.Mvc5QuickStart/Spring.Mvc5QuickStart/Spring.Mvc5QuickStart.csproj +++ b/examples/Spring/Spring.Mvc5QuickStart/Spring.Mvc5QuickStart/Spring.Mvc5QuickStart.csproj @@ -1,5 +1,5 @@  - + Debug @@ -23,6 +23,8 @@ ..\packages\WebGrease.1.5.2\lib ..\ + AnyCPU + true @@ -44,19 +46,7 @@ false - - ..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll - - - ..\packages\Microsoft.Data.Edm.5.6.0\lib\net40\Microsoft.Data.Edm.dll - - - ..\packages\Microsoft.Data.OData.5.6.0\lib\net40\Microsoft.Data.OData.dll - - - ..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll - ..\..\..\..\build\VS.Net.2010\Spring.Core\Debug\Spring.Core.dll @@ -72,56 +62,11 @@ - - False - ..\packages\Microsoft.AspNet.WebApi.Client.5.0.0\lib\net45\System.Net.Http.Formatting.dll - - - ..\packages\System.Spatial.5.6.0\lib\net40\System.Spatial.dll - - - False - ..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.Helpers.dll - - - False - ..\packages\Microsoft.AspNet.WebApi.Core.5.0.0\lib\net45\System.Web.Http.dll - - - ..\packages\Microsoft.AspNet.WebApi.OData.5.0.0\lib\net45\System.Web.Http.OData.dll - - - False - ..\packages\Microsoft.AspNet.WebApi.WebHost.5.0.0\lib\net45\System.Web.Http.WebHost.dll - - - False - ..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll - - - ..\packages\Microsoft.AspNet.Web.Optimization.1.1.2\lib\net40\System.Web.Optimization.dll - - - False - ..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll - - - False - ..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.dll - - - False - ..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Deployment.dll - - - False - ..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Razor.dll - @@ -129,20 +74,7 @@ - - ..\packages\EntityFramework.5.0.0-rc\lib\net40\EntityFramework.dll - - - True - ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - - ..\packages\Microsoft.AspNet.Providers.Core.1.0\lib\net40\System.Web.Providers.dll - - - ..\packages\WebGrease.1.5.2\lib\WebGrease.dll - @@ -296,13 +228,11 @@ + - - - diff --git a/examples/Spring/Spring.Mvc5QuickStart/Spring.Mvc5QuickStart/packages.config b/examples/Spring/Spring.Mvc5QuickStart/Spring.Mvc5QuickStart/packages.config deleted file mode 100644 index 09deb251..00000000 --- a/examples/Spring/Spring.Mvc5QuickStart/Spring.Mvc5QuickStart/packages.config +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.Mvc5QuickStart/Spring.Mvc5QuickStart/project.json b/examples/Spring/Spring.Mvc5QuickStart/Spring.Mvc5QuickStart/project.json new file mode 100644 index 00000000..671e4e88 --- /dev/null +++ b/examples/Spring/Spring.Mvc5QuickStart/Spring.Mvc5QuickStart/project.json @@ -0,0 +1,28 @@ +{ + "dependencies": { + "Antlr": "3.5.0.2", + "EntityFramework": "5.0.0-rc", + "jQuery": "1.10.2", + "jQuery.UI.Combined": "1.10.3", + "jQuery.Validation": "1.11.1", + "knockoutjs": "3.0.0", + "Microsoft.AspNet.Mvc": "5.2.3", + "Microsoft.AspNet.Providers": "1.1", + "Microsoft.AspNet.Providers.Core": "1.0", + "Microsoft.AspNet.Web.Optimization": "1.1.2", + "Microsoft.AspNet.WebApi.OData": "5.7.0", + "Microsoft.AspNet.WebApi.WebHost": "5.2.3", + "Microsoft.jQuery.Unobtrusive.Ajax": "3.0.0", + "Microsoft.jQuery.Unobtrusive.Validation": "3.0.0", + "Microsoft.Web.Infrastructure": "1.0.0.0", + "Modernizr": "2.7.1", + "WebGrease": "1.5.2" + }, + "frameworks": { + "net45": {} + }, + "runtimes": { + "win-anycpu": {}, + "win": {} + } +} \ No newline at end of file diff --git a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/Spring.NmsQuickStart.Client.2010.csproj b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/Spring.NmsQuickStart.Client.2010.csproj index 254d351e..02d6909e 100644 --- a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/Spring.NmsQuickStart.Client.2010.csproj +++ b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/Spring.NmsQuickStart.Client.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -31,6 +31,8 @@ false false true + + AnyCPU true @@ -60,12 +62,6 @@ False ..\..\..\..\..\..\lib\Net\2.0\Apache.NMS.ActiveMQ.dll - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - ..\..\..\..\..\..\bin\net\4.0\debug\Spring.Core.dll @@ -106,7 +102,6 @@ True - SettingsSingleFileGenerator Settings.Designer.cs @@ -123,6 +118,7 @@ StockForm.cs + @@ -156,11 +152,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/Spring.NmsQuickStart.Client.csproj b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/Spring.NmsQuickStart.Client.csproj index 86d4eb7d..281bb701 100644 --- a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/Spring.NmsQuickStart.Client.csproj +++ b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/Spring.NmsQuickStart.Client.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -86,6 +86,7 @@ StockForm.cs + @@ -118,11 +119,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/packages.config b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/project.json b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/project.json new file mode 100644 index 00000000..9ddb555a Binary files /dev/null and b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/project.json differ diff --git a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Common/Spring.NmsQuickStart.Common.2010.csproj b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Common/Spring.NmsQuickStart.Common.2010.csproj index b2bfc5c8..5cb669a6 100644 --- a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Common/Spring.NmsQuickStart.Common.2010.csproj +++ b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Common/Spring.NmsQuickStart.Common.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -31,6 +31,8 @@ false false true + + AnyCPU true @@ -117,11 +119,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Common/Spring.NmsQuickStart.Common.csproj b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Common/Spring.NmsQuickStart.Common.csproj index 03b0b6b9..c7beb130 100644 --- a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Common/Spring.NmsQuickStart.Common.csproj +++ b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Common/Spring.NmsQuickStart.Common.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -85,11 +85,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/Spring.NmsQuickStart.Server.2010.csproj b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/Spring.NmsQuickStart.Server.2010.csproj index 3aaf950b..f4aee498 100644 --- a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/Spring.NmsQuickStart.Server.2010.csproj +++ b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/Spring.NmsQuickStart.Server.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -31,6 +31,8 @@ false false true + + AnyCPU true @@ -60,12 +62,6 @@ False ..\..\..\..\..\..\lib\Net\2.0\Apache.NMS.ActiveMQ.dll - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - ..\..\..\..\..\..\bin\net\4.0\debug\Spring.Core.dll @@ -95,7 +91,7 @@ - + @@ -132,11 +128,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/Spring.NmsQuickStart.Server.csproj b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/Spring.NmsQuickStart.Server.csproj index bd6e6e49..2e1507f1 100644 --- a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/Spring.NmsQuickStart.Server.csproj +++ b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/Spring.NmsQuickStart.Server.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -60,6 +60,7 @@ + @@ -95,11 +96,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/packages.config b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/project.json b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/project.json new file mode 100644 index 00000000..9ddb555a Binary files /dev/null and b/examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/project.json differ diff --git a/examples/Spring/Spring.NmsQuickStart/test/Spring/Spring.NmsQuickStart.Integration.Tests/Spring.NmsQuickStart.Integration.Tests.2010.csproj b/examples/Spring/Spring.NmsQuickStart/test/Spring/Spring.NmsQuickStart.Integration.Tests/Spring.NmsQuickStart.Integration.Tests.2010.csproj index 0cb1e751..a6ec70d3 100644 --- a/examples/Spring/Spring.NmsQuickStart/test/Spring/Spring.NmsQuickStart.Integration.Tests/Spring.NmsQuickStart.Integration.Tests.2010.csproj +++ b/examples/Spring/Spring.NmsQuickStart/test/Spring/Spring.NmsQuickStart.Integration.Tests/Spring.NmsQuickStart.Integration.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -31,6 +31,8 @@ false false true + + AnyCPU true @@ -74,12 +76,13 @@ true + - \ No newline at end of file diff --git a/examples/Spring/Spring.NmsQuickStart/test/Spring/Spring.NmsQuickStart.Tests/Spring.NmsQuickStart.Tests.2010.csproj b/examples/Spring/Spring.NmsQuickStart/test/Spring/Spring.NmsQuickStart.Tests/Spring.NmsQuickStart.Tests.2010.csproj index e5450772..dcb20c1f 100644 --- a/examples/Spring/Spring.NmsQuickStart/test/Spring/Spring.NmsQuickStart.Tests/Spring.NmsQuickStart.Tests.2010.csproj +++ b/examples/Spring/Spring.NmsQuickStart/test/Spring/Spring.NmsQuickStart.Tests/Spring.NmsQuickStart.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -31,6 +31,8 @@ false false true + + AnyCPU true @@ -74,12 +76,13 @@ true + - \ No newline at end of file diff --git a/examples/Spring/Spring.Scheduling.Quartz.Example/src/Spring.Scheduling.Quartz.Example.2010.csproj b/examples/Spring/Spring.Scheduling.Quartz.Example/src/Spring.Scheduling.Quartz.Example.2010.csproj index e5b181b9..e686191e 100644 --- a/examples/Spring/Spring.Scheduling.Quartz.Example/src/Spring.Scheduling.Quartz.Example.2010.csproj +++ b/examples/Spring/Spring.Scheduling.Quartz.Example/src/Spring.Scheduling.Quartz.Example.2010.csproj @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -45,6 +45,8 @@ false true ..\ + + AnyCPU ..\..\..\..\build\VS.NET.2010\Spring.Scheduling.Quartz.Example\Debug\ @@ -95,15 +97,6 @@ AllRules.ruleset - - ..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\packages\Quartz.2.3.1\lib\net40\Quartz.dll - False ..\..\..\..\bin\net\4.0\debug\Spring.Core.dll @@ -150,7 +143,7 @@ Designer - + diff --git a/examples/Spring/Spring.Scheduling.Quartz.Example/src/packages.config b/examples/Spring/Spring.Scheduling.Quartz.Example/src/packages.config deleted file mode 100644 index cb228c0c..00000000 --- a/examples/Spring/Spring.Scheduling.Quartz.Example/src/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.Scheduling.Quartz.Example/src/project.json b/examples/Spring/Spring.Scheduling.Quartz.Example/src/project.json new file mode 100644 index 00000000..ca901796 Binary files /dev/null and b/examples/Spring/Spring.Scheduling.Quartz.Example/src/project.json differ diff --git a/examples/Spring/Spring.TxQuickStart/src/Spring/Spring.TxQuickStart/Spring.TxQuickStart.2010.csproj b/examples/Spring/Spring.TxQuickStart/src/Spring/Spring.TxQuickStart/Spring.TxQuickStart.2010.csproj index 3df93ea5..f0461479 100644 --- a/examples/Spring/Spring.TxQuickStart/src/Spring/Spring.TxQuickStart/Spring.TxQuickStart.2010.csproj +++ b/examples/Spring/Spring.TxQuickStart/src/Spring/Spring.TxQuickStart/Spring.TxQuickStart.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,8 @@ false true ..\..\..\ + + AnyCPU true @@ -55,12 +57,6 @@ AllRules.ruleset - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - False ..\..\..\..\..\..\bin\net\4.0\debug\Spring.Aop.dll @@ -107,15 +103,15 @@ - + - diff --git a/examples/Spring/Spring.TxQuickStart/src/Spring/Spring.TxQuickStart/packages.config b/examples/Spring/Spring.TxQuickStart/src/Spring/Spring.TxQuickStart/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/examples/Spring/Spring.TxQuickStart/src/Spring/Spring.TxQuickStart/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.TxQuickStart/src/Spring/Spring.TxQuickStart/project.json b/examples/Spring/Spring.TxQuickStart/src/Spring/Spring.TxQuickStart/project.json new file mode 100644 index 00000000..9ddb555a Binary files /dev/null and b/examples/Spring/Spring.TxQuickStart/src/Spring/Spring.TxQuickStart/project.json differ diff --git a/examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests/Spring.TxQuickStart.Tests.2010.csproj b/examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests/Spring.TxQuickStart.Tests.2010.csproj index 3ff551f7..27a4f130 100644 --- a/examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests/Spring.TxQuickStart.Tests.2010.csproj +++ b/examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests/Spring.TxQuickStart.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,8 @@ false true ..\..\..\ + + AnyCPU true @@ -53,22 +55,6 @@ AllRules.ruleset - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\Common.Logging.Log4Net1211.3.0.0\lib\net40\Common.Logging.Log4Net1211.dll - - - ..\..\..\packages\log4net.2.0.0\lib\net40-full\log4net.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - False ..\..\..\..\..\..\bin\net\4.0\debug\Spring.Aop.dll @@ -101,10 +87,10 @@ - Always + @@ -131,12 +117,12 @@ - diff --git a/examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests/packages.config b/examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests/packages.config deleted file mode 100644 index ea758916..00000000 --- a/examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests/project.json b/examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests/project.json new file mode 100644 index 00000000..84458f82 Binary files /dev/null and b/examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests/project.json differ diff --git a/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.Aspects/Spring.WcfQuickStart.Aspects.2010.csproj b/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.Aspects/Spring.WcfQuickStart.Aspects.2010.csproj index 3f46fc5b..87eafc1d 100644 --- a/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.Aspects/Spring.WcfQuickStart.Aspects.2010.csproj +++ b/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.Aspects/Spring.WcfQuickStart.Aspects.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,7 @@ false true + AnyCPU true @@ -69,12 +70,13 @@ + - \ No newline at end of file diff --git a/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ClientApp/Spring.WcfQuickStart.ClientApp.2010.csproj b/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ClientApp/Spring.WcfQuickStart.ClientApp.2010.csproj index 58907b19..f90e195f 100644 --- a/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ClientApp/Spring.WcfQuickStart.ClientApp.2010.csproj +++ b/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ClientApp/Spring.WcfQuickStart.ClientApp.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,7 @@ false true + AnyCPU true @@ -96,11 +97,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.Contracts/Spring.WcfQuickStart.Contracts.2010.csproj b/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.Contracts/Spring.WcfQuickStart.Contracts.2010.csproj index e7fea581..e61e2579 100644 --- a/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.Contracts/Spring.WcfQuickStart.Contracts.2010.csproj +++ b/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.Contracts/Spring.WcfQuickStart.Contracts.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,7 @@ false true + AnyCPU true @@ -65,12 +66,13 @@ + - \ No newline at end of file diff --git a/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ServerApp/Spring.WcfQuickStart.ServerApp.2010.csproj b/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ServerApp/Spring.WcfQuickStart.ServerApp.2010.csproj index e28d43f2..8c7287c4 100644 --- a/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ServerApp/Spring.WcfQuickStart.ServerApp.2010.csproj +++ b/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ServerApp/Spring.WcfQuickStart.ServerApp.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,7 @@ false true + AnyCPU true @@ -90,11 +91,11 @@ - \ No newline at end of file diff --git a/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ServerWeb/Spring.WcfQuickStart.ServerWeb.2010.csproj b/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ServerWeb/Spring.WcfQuickStart.ServerWeb.2010.csproj index c86750aa..901b5e4b 100644 --- a/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ServerWeb/Spring.WcfQuickStart.ServerWeb.2010.csproj +++ b/examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ServerWeb/Spring.WcfQuickStart.ServerWeb.2010.csproj @@ -1,5 +1,5 @@  - + Debug @@ -20,6 +20,7 @@ false + AnyCPU true @@ -86,6 +87,7 @@ Spring.WcfQuickStart.Contracts + 10.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) @@ -93,12 +95,12 @@ - diff --git a/examples/Spring/Spring.WebQuickStart/.nuget/project.json b/examples/Spring/Spring.WebQuickStart/.nuget/project.json new file mode 100644 index 00000000..0e926add Binary files /dev/null and b/examples/Spring/Spring.WebQuickStart/.nuget/project.json differ diff --git a/examples/Spring/SpringAir/src/SpringAir.Core/SpringAir.Core.2010.csproj b/examples/Spring/SpringAir/src/SpringAir.Core/SpringAir.Core.2010.csproj index ee7b8b3f..0f073bf8 100644 --- a/examples/Spring/SpringAir/src/SpringAir.Core/SpringAir.Core.2010.csproj +++ b/examples/Spring/SpringAir/src/SpringAir.Core/SpringAir.Core.2010.csproj @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -45,6 +45,7 @@ false false true + AnyCPU bin\Debug\ diff --git a/examples/Spring/SpringAir/src/SpringAir.Data.Ado/SpringAir.Data.Ado.2010.csproj b/examples/Spring/SpringAir/src/SpringAir.Data.Ado/SpringAir.Data.Ado.2010.csproj index 1d249b4e..36941bfe 100644 --- a/examples/Spring/SpringAir/src/SpringAir.Data.Ado/SpringAir.Data.Ado.2010.csproj +++ b/examples/Spring/SpringAir/src/SpringAir.Data.Ado/SpringAir.Data.Ado.2010.csproj @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -45,6 +45,7 @@ false false true + AnyCPU bin\Debug\ diff --git a/examples/Spring/SpringAir/src/SpringAir.Web.2005.References/SpringAir.Web.2005.References.csproj b/examples/Spring/SpringAir/src/SpringAir.Web.2005.References/SpringAir.Web.2005.References.csproj index cb592932..cd2a49a8 100644 --- a/examples/Spring/SpringAir/src/SpringAir.Web.2005.References/SpringAir.Web.2005.References.csproj +++ b/examples/Spring/SpringAir/src/SpringAir.Web.2005.References/SpringAir.Web.2005.References.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -66,12 +66,15 @@ + + + - \ No newline at end of file diff --git a/examples/Spring/SpringAir/src/SpringAir.Web.2005.References/SpringAir.Web.2010.References.csproj b/examples/Spring/SpringAir/src/SpringAir.Web.2005.References/SpringAir.Web.2010.References.csproj index 04cb961e..2c17086d 100644 --- a/examples/Spring/SpringAir/src/SpringAir.Web.2005.References/SpringAir.Web.2010.References.csproj +++ b/examples/Spring/SpringAir/src/SpringAir.Web.2005.References/SpringAir.Web.2010.References.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,7 @@ false true ..\..\ + AnyCPU true @@ -51,12 +52,6 @@ 4 - - ..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - False ..\..\..\..\..\bin\net\3.5\debug\Spring.Aop.dll @@ -110,15 +105,15 @@ - + - diff --git a/examples/Spring/SpringAir/src/SpringAir.Web.2005.References/packages.config b/examples/Spring/SpringAir/src/SpringAir.Web.2005.References/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/examples/Spring/SpringAir/src/SpringAir.Web.2005.References/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/examples/Spring/SpringAir/src/SpringAir.Web.2005.References/project.json b/examples/Spring/SpringAir/src/SpringAir.Web.2005.References/project.json new file mode 100644 index 00000000..9ddb555a Binary files /dev/null and b/examples/Spring/SpringAir/src/SpringAir.Web.2005.References/project.json differ diff --git a/examples/Spring/SpringAir/test/SpringAir.Core.Tests/SpringAir.Core.Tests.2010.csproj b/examples/Spring/SpringAir/test/SpringAir.Core.Tests/SpringAir.Core.Tests.2010.csproj index 9cf06e75..2633a1ec 100644 --- a/examples/Spring/SpringAir/test/SpringAir.Core.Tests/SpringAir.Core.Tests.2010.csproj +++ b/examples/Spring/SpringAir/test/SpringAir.Core.Tests/SpringAir.Core.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -46,6 +46,7 @@ false true ..\..\ + AnyCPU bin\Debug\ @@ -94,10 +95,6 @@ prompt - - ..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - System @@ -128,8 +125,8 @@ Code - + diff --git a/examples/Spring/SpringAir/test/SpringAir.Core.Tests/packages.config b/examples/Spring/SpringAir/test/SpringAir.Core.Tests/packages.config deleted file mode 100644 index afecfdbd..00000000 --- a/examples/Spring/SpringAir/test/SpringAir.Core.Tests/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/examples/Spring/SpringAir/test/SpringAir.Core.Tests/project.json b/examples/Spring/SpringAir/test/SpringAir.Core.Tests/project.json new file mode 100644 index 00000000..fcc734f0 Binary files /dev/null and b/examples/Spring/SpringAir/test/SpringAir.Core.Tests/project.json differ diff --git a/examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests/SpringAir.Data.Ado.Tests.2010.csproj b/examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests/SpringAir.Data.Ado.Tests.2010.csproj index 64faacae..908b1635 100644 --- a/examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests/SpringAir.Data.Ado.Tests.2010.csproj +++ b/examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests/SpringAir.Data.Ado.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Local 8.0.50727 @@ -46,6 +46,7 @@ false true ..\..\ + AnyCPU bin\Debug\ @@ -94,10 +95,6 @@ prompt - - ..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - False ..\..\..\..\..\bin\net\4.0\debug\Spring.Core.dll @@ -129,8 +126,8 @@ Code - + diff --git a/examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests/packages.config b/examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests/packages.config deleted file mode 100644 index afecfdbd..00000000 --- a/examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests/project.json b/examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests/project.json new file mode 100644 index 00000000..fcc734f0 Binary files /dev/null and b/examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests/project.json differ diff --git a/lib/Net/2.0/NVelocity.dll b/lib/Net/2.0/NVelocity.dll deleted file mode 100644 index 9b44dfeb..00000000 Binary files a/lib/Net/2.0/NVelocity.dll and /dev/null differ diff --git a/lib/Net/2.0/NVelocity.pdb b/lib/Net/2.0/NVelocity.pdb deleted file mode 100644 index 6acd7032..00000000 Binary files a/lib/Net/2.0/NVelocity.pdb and /dev/null differ diff --git a/lib/Net/3.5/Common.Logging.Core.dll b/lib/Net/3.5/Common.Logging.Core.dll deleted file mode 100644 index b4bc3702..00000000 Binary files a/lib/Net/3.5/Common.Logging.Core.dll and /dev/null differ diff --git a/lib/Net/3.5/Common.Logging.Core.xml b/lib/Net/3.5/Common.Logging.Core.xml deleted file mode 100644 index 193c5144..00000000 --- a/lib/Net/3.5/Common.Logging.Core.xml +++ /dev/null @@ -1,876 +0,0 @@ - - - - Common.Logging.Core - - - - - Indicates that the marked method builds string by format pattern and (optional) arguments. - Parameter, which contains format string, should be given in constructor. The format string - should be in -like form - - - [StringFormatMethod("message")] - public void ShowError(string message, params object[] args) { /* do something */ } - public void Foo() { - ShowError("Failed: {0}"); // Warning: Non-existing argument in format string - } - - - - - Specifies which parameter of an annotated method should be treated as format-string - - - - - The name of the string parameter being formatted - - - - - The type of method that is passed into e.g. - and allows the callback method to "submit" it's message to the underlying output system. - - the format argument as in - the argument list as in - - Erich Eichinger - - - - Interface for basic operations to read .NET application configuration information. - - Provides a simple abstraction to handle BCL API differences between .NET 1.x and 2.0. Also - useful for testing scenarios. - Mark Pollack - - - - Parses the configuration section and returns the resulting object. - - -

- Primary purpose of this method is to allow us to parse and - load configuration sections using the same API regardless - of the .NET framework version. -

- - See also System.Configuration.ConfigurationManager -
- Name of the configuration section. - Object created by a corresponding IConfigurationSectionHandler. -
- - - A simple logging interface abstracting logging APIs. - - - - Implementations should defer calling a message's until the message really needs - to be logged to avoid performance penalties. - - - Each log method offers to pass in a instead of the actual message. - Using this style has the advantage to defer possibly expensive message argument evaluation and formatting (and formatting arguments!) until the message gets - actually logged. If the message is not logged at all (e.g. due to settings), - you won't have to pay the peformance penalty of creating the message. - - - - The example below demonstrates using callback style for creating the message, where the call to the - and the underlying only happens, if level is enabled: - - Log.Debug( m=>m("result is {0}", random.NextDouble()) ); - Log.Debug(delegate(m) { m("result is {0}", random.NextDouble()); }); - - - - Mark Pollack - Bruno Baia - Erich Eichinger - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack trace of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack trace. - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack trace of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack trace. - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Debug. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack trace of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack trace. - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Info. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack trace of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack trace. - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Warn. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack trace of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack trace. - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Error. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack trace of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack trace. - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Fatal. - - - - Checks if this logger is enabled for the level. - - - - - Checks if this logger is enabled for the level. - - - - - Checks if this logger is enabled for the level. - - - - - Checks if this logger is enabled for the level. - - - - - Checks if this logger is enabled for the level. - - - - - Checks if this logger is enabled for the level. - - - - - Returns the global context for variables - - - - - Returns the thread-specific context for variables - - - - - LoggerFactoryAdapter interface is used internally by LogManager - Only developers wishing to write new Common.Logging adapters need to - worry about this interface. - - Gilles Bayon - - - - Get a ILog instance by type. - - The type to use for the logger - - - - - Get a ILog instance by key. - - The key of the logger - - - - - Interface for LogManager - - - - - Reset the infrastructure to its default settings. This means, that configuration settings - will be re-read from section <common/logging> of your app.config. - - - This is mainly used for unit testing, you wouldn't normally use this in your applications.
- Note: instances already handed out from this LogManager are not(!) affected. - Resetting LogManager only affects new instances being handed out. -
-
- - - Reset the infrastructure to its default settings. This means, that configuration settings - will be re-read from section <common/logging> of your app.config. - - - This is mainly used for unit testing, you wouldn't normally use this in your applications.
- Note: instances already handed out from this LogManager are not(!) affected. - Resetting LogManager only affects new instances being handed out. -
- - the instance to obtain settings for - re-initializing the LogManager. - -
- - - Gets the logger by calling - on the currently configured using the type of the calling class. - - - This method needs to inspect the StackTrace in order to determine the calling - class. This of course comes with a performance penalty, thus you shouldn't call it too - often in your application. - - - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified type. - - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified type. - - The type. - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified key. - - The key. - the logger instance obtained from the current - - - - The key of the default configuration section to read settings from. - - - You can always change the source of your configuration settings by setting another instance - on . - - - - - Gets the configuration reader used to initialize the LogManager. - - Primarily used for testing purposes but maybe useful to obtain configuration - information from some place other than the .NET application configuration file. - The configuration reader. - - - - Gets or sets the adapter. - - The adapter. - - - - A context for logger variables - - - - - Sets the value of a new or existing variable within the global context - - The key of the variable that is to be added - The value to add - - - - Gets the value of a variable within the global context - - The key of the variable to get - The value or null if not found - - - - Checks if a variable is set within the global context - - The key of the variable to check for - True if the variable is set - - - - Removes a variable from the global context by key - - The key of the variable to remove - - - - Clears the global context variables - - - - - The 7 possible logging levels - - Gilles Bayon - - - - All logging levels - - - - - A trace logging level - - - - - A debug logging level - - - - - A info logging level - - - - - A warn logging level - - - - - An error logging level - - - - - A fatal logging level - - - - - Do not log anything. - - -
-
diff --git a/lib/Net/3.5/Common.Logging.dll b/lib/Net/3.5/Common.Logging.dll deleted file mode 100644 index b165d37c..00000000 Binary files a/lib/Net/3.5/Common.Logging.dll and /dev/null differ diff --git a/lib/Net/3.5/Common.Logging.xml b/lib/Net/3.5/Common.Logging.xml deleted file mode 100644 index c84cff7f..00000000 --- a/lib/Net/3.5/Common.Logging.xml +++ /dev/null @@ -1,2780 +0,0 @@ - - - - Common.Logging - - - - - Indicates classes or members to be ignored by NCover - - - Note, the key is chosen, because TestDriven.NET uses it as //ea argument to "Test With... Coverage" - - Erich Eichinger - - - - The exception that is thrown when a configuration system error has occurred with Common.Logging - - Mark Pollack - - - Creates a new instance of the ObjectsException class. - - - - Creates a new instance of the ConfigurationException class. with the specified message. - - - A message about the exception. - - - - - Creates a new instance of the ConfigurationException class with the specified message - and root cause. - - - A message about the exception. - - - The root exception that is being wrapped. - - - - - Creates a new instance of the ConfigurationException class. - - - The - that holds the serialized object data about the exception being thrown. - - - The - that contains contextual information about the source or destination. - - - - - Various utility methods for using during factory and logger instance configuration - - Erich Eichinger - - - - Initialize all members before any of this class' methods can be accessed (avoids beforeFieldInit) - - - - - Adds the parser to the list of known type parsers. - - - .NET intrinsic types are pre-registerd: short, int, long, float, double, decimal, bool - - - - - Retrieves the named value from the specified . - - may be null - the value's key - if is not null, the value returned by values[key]. null otherwise. - - - - Retrieves the named value from the specified . - - may be null - the value's key - the default value, if not found - if is not null, the value returned by values[key]. null otherwise. - - - - Returns the first nonnull, nonempty value among its arguments. - - - Returns null, if the initial list was null or empty. - - - - - - Returns the first nonnull, nonempty value among its arguments. - - - Also - - - - - Tries parsing into an enum of the type of . - - the default value to return if parsing fails - the string value to parse - the successfully parsed value, otherwise. - - - - Tries parsing into the specified return type. - - the default value to return if parsing fails - the string value to parse - the successfully parsed value, otherwise. - - - - Throws a if is null. - - - - - Throws a if is null. - - - - - Throws a if an object of type is not - assignable to type . - - - - - Throws a if an object of type is not - assignable to type . - - - - - Ensures any exception thrown by the given is wrapped with an - . - - - If already throws a ConfigurationException, it will not be wrapped. - - the action to execute - the message to be set on the thrown - args to be passed to to format the message - - - - Ensures any exception thrown by the given is wrapped with an - . - - - If already throws a ConfigurationException, it will not be wrapped. - - the action to execute - the message to be set on the thrown - args to be passed to to format the message - - - - A delegate converting a string representation into the target type - - - - - An anonymous action delegate with no arguments and no return value. - - - - - - An anonymous action delegate with no arguments and no return value. - - - - - - Implementation of that uses the standard .NET - configuration APIs, ConfigurationSettings in 1.x and ConfigurationManager in 2.0 - - Mark Pollack - - - - Parses the configuration section and returns the resulting object. - Using the System.Configuration.ConfigurationManager - - Name of the configuration section. - - Object created by a corresponding IConfigurationSectionHandler" - - -

- Primary purpose of this method is to allow us to parse and - load configuration sections using the same API regardless - of the .NET framework version. -

-
-
- - - Container used to hold configuration information from config file. - - Gilles Bayon - - - - - - - The type - that will be used for creating - - - Additional user supplied properties that are passed to the - 's constructor. - - - - - The type that will be used for creating - instances. - - - - - Additional user supplied properties that are passed to the 's constructor. - - - - - Substitute NameValueCollection in System.Collections.Specialized. - - - - - Creates a new instance of NameValueCollection. - - - - - Gets the values (only a single one) for the specified key (configuration name) - - The key. - an array with one value, or null if no value exist - - - - Gets or sets the value with the specified key. - - - The value corrsponding to the key, or null if no value exist - - The key. - value store for the key - - - - Helper class for working with NameValueCollection - - - - - Convert a into the corresponding - common logging equivalent - - The properties. - - - - - An implementation of that caches loggers handed out by this factory. - - - Implementors just need to override . - - Erich Eichinger - - - - Creates a new instance, the logger cache being case-sensitive. - - - - - Creates a new instance, the logger cache being . - - - - - - Purges all loggers from cache - - - - - Create the specified named logger instance - - - Derived factories need to implement this method to create the - actual logger instance. - - - - - Get a ILog instance by . - - Usually the of the current class. - - An ILog instance either obtained from the internal cache or created by a call to . - - - - - Get a ILog instance by key. - - Usually a 's Name or FullName property. - - An ILog instance either obtained from the internal cache or created by a call to . - - - - - Get or create a ILog instance by key. - - Usually a 's Name or FullName property. - - An ILog instance either obtained from the internal cache or created by a call to . - - - - - Provides base implementation suitable for almost all logger adapters - - Erich Eichinger - - - - Holds the method for writing a message to the log system. - - - - - Creates a new logger instance using for - writing log events to the underlying log system. - - - - - - Override this method to use a different method than - for writing log events to the underlying log system. - - - Usually you don't need to override thise method. The default implementation returns - null to indicate that the default handler should be - used. - - - - - Actually sends the message to the underlying log system. - - the level of this log event. - the message to log - the exception to log (may be null) - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack trace of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack trace. - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack Debug of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack Debug. - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Debug. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Debug. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack Info of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack Info. - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Info. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Info. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack Warn of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack Warn. - - - - Log a message with the level. - - An that supplies culture-specific formatting Warnrmation. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting Warnrmation. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Warn. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Warn. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack Error of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack Error. - - - - Log a message with the level. - - An that supplies culture-specific formatting Errorrmation. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting Errorrmation. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Error. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Error. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack Fatal of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack Fatal. - - - - Log a message with the level. - - An that supplies culture-specific formatting Fatalrmation. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting Fatalrmation. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Fatal. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Fatal. - - - - Checks if this logger is enabled for the level. - - - Override this in your derived class to comply with the underlying logging system - - - - - Checks if this logger is enabled for the level. - - - Override this in your derived class to comply with the underlying logging system - - - - - Checks if this logger is enabled for the level. - - - Override this in your derived class to comply with the underlying logging system - - - - - Checks if this logger is enabled for the level. - - - Override this in your derived class to comply with the underlying logging system - - - - - Checks if this logger is enabled for the level. - - - Override this in your derived class to comply with the underlying logging system - - - - - Checks if this logger is enabled for the level. - - - Override this in your derived class to comply with the underlying logging system - - - - - Returns the global context for variables - - - - - Returns the thread-specific context for variables - - - - - Format message on demand. - - - - - Initializes a new instance of the class. - - The format message callback. - - - - Initializes a new instance of the class. - - The format provider. - The format message callback. - - - - Calls and returns result. - - - - - - Format string on demand. - - - - - Initializes a new instance of the class. - - The format provider. - The message. - The args. - - - - Runs on supplied arguemnts. - - string - - - - Represents a method responsible for writing a message to the log system. - - - - - Use the LogManager's or - methods to obtain instances for logging. - - - For configuring the underlying log system using application configuration, see the example - at System.Configuration.ConfigurationManager - For configuring programmatically, see the example section below. - - - The example below shows the typical use of LogManager to obtain a reference to a logger - and log an exception: - - - ILog log = LogManager.GetLogger(this.GetType()); - ... - try - { - /* .... */ - } - catch(Exception ex) - { - log.ErrorFormat("Hi {0}", ex, "dude"); - } - - - The example below shows programmatic configuration of the underlying log system: - - - // create properties - NameValueCollection properties = new NameValueCollection(); - properties["showDateTime"] = "true"; - - // set Adapter - Common.Logging.LogManager.Adapter = new - Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter(properties); - - - - - - - Gilles Bayon - - - - Performs static 1-time init of LogManager by calling - - - - - Reset the infrastructure to its default settings. This means, that configuration settings - will be re-read from section <common/logging> of your app.config. - - - This is mainly used for unit testing, you wouldn't normally use this in your applications.
- Note: instances already handed out from this LogManager are not(!) affected. - Resetting LogManager only affects new instances being handed out. -
-
- - - Reset the infrastructure to its default settings. This means, that configuration settings - will be re-read from section <common/logging> of your app.config. - - - This is mainly used for unit testing, you wouldn't normally use this in your applications.
- Note: instances already handed out from this LogManager are not(!) affected. - Resetting LogManager only affects new instances being handed out. -
- - the instance to obtain settings for - re-initializing the LogManager. - -
- - - Gets the logger by calling - on the currently configured using the type of the calling class. - - - This method needs to inspect the in order to determine the calling - class. This of course comes with a performance penalty, thus you shouldn't call it too - often in your application. - - - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the type of the calling class. - - - This method needs to inspect the in order to determine the calling - class. This of course comes with a performance penalty, thus you shouldn't call it too - often in your application. - - - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified type. - - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified type. - - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified type. - - The type. - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified type. - - The type. - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified key. - - The key. - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified key. - - The key. - the logger instance obtained from the current - - - - Builds the logger factory adapter. - - a factory adapter instance. Is never null. - - - - Builds a instance from the given - using . - - - the instance. Is never null - - - - The key of the default configuration section to read settings from. - - - You can always change the source of your configuration settings by setting another instance - on . - - - - - The key of the default configuration section to read settings from. - - - You can always change the source of your configuration settings by setting another instance - on . - - - - - Gets the configuration reader used to initialize the LogManager. - - Primarily used for testing purposes but maybe useful to obtain configuration - information from some place other than the .NET application configuration file. - The configuration reader. - - - - Gets the configuration reader used to initialize the LogManager. - - Primarily used for testing purposes but maybe useful to obtain configuration - information from some place other than the .NET application configuration file. - The configuration reader. - - - - Gets or sets the adapter. - - The adapter. - - - - Gets or sets the adapter. - - The adapter. - - - - Abstract class providing a standard implementation of simple loggers. - - Erich Eichinger - - - - Creates and initializes a the simple logger. - - The key, usually type key of the calling class, of the logger. - The current logging threshold. Messages recieved that are beneath this threshold will not be logged. - Include level in the log message. - Include the current time in the log message. - Include the instance key in the log message. - The date and time format to use in the log message. - - - - Appends the formatted message to the specified . - - the that receíves the formatted message. - - - - - - - Determines if the given log level is currently enabled. - - - - - - - The key of the logger. - - - - - Include the current log level in the log message. - - - - - Include the current time in the log message. - - - - - Include the instance key in the log message. - - - - - The current logging threshold. Messages recieved that are beneath this threshold will not be logged. - - - - - The date and time format to use in the log message. - - - - - Determines Whether is set. - - - - - Returns if the current is greater than or - equal to . If it is, all messages will be sent to . - - - - - Returns if the current is greater than or - equal to . If it is, all messages will be sent to . - - - - - Returns if the current is greater than or - equal to . If it is, only messages with a of - , , , and - will be sent to . - - - - - Returns if the current is greater than or - equal to . If it is, only messages with a of - , , and - will be sent to . - - - - - Returns if the current is greater than or - equal to . If it is, only messages with a of - and will be sent to . - - - - - Returns if the current is greater than or - equal to . If it is, only messages with a of - will be sent to . - - - - - Base factory implementation for creating simple instances. - - Default settings are LogLevel.All, showDateTime = true, showLogName = true, and no DateTimeFormat. - The keys in the NameValueCollection to configure this adapter are the following - - level - showDateTime - showLogName - dateTimeFormat - - - Here is an example how to implement your own logging adapter: - - public class ConsoleOutLogger : AbstractSimpleLogger - { - public ConsoleOutLogger(string logName, LogLevel logLevel, bool showLevel, bool showDateTime, - bool showLogName, string dateTimeFormat) - : base(logName, logLevel, showLevel, showDateTime, showLogName, dateTimeFormat) - { - } - - protected override void WriteInternal(LogLevel level, object message, Exception e) - { - // Use a StringBuilder for better performance - StringBuilder sb = new StringBuilder(); - FormatOutput(sb, level, message, e); - - // Print to the appropriate destination - Console.Out.WriteLine(sb.ToString()); - } - } - - public class ConsoleOutLoggerFactoryAdapter : AbstractSimpleLoggerFactoryAdapter - { - public ConsoleOutLoggerFactoryAdapter(NameValueCollection properties) - : base(properties) - { } - - protected override ILog CreateLogger(string key, LogLevel level, bool showLevel, bool - showDateTime, bool showLogName, string dateTimeFormat) - { - ILog log = new ConsoleOutLogger(key, level, showLevel, showDateTime, showLogName, - dateTimeFormat); - return log; - } - } - - - - Gilles Bayon - Mark Pollack - Erich Eichinger - - - - Initializes a new instance of the class. - - - Looks for level, showDateTime, showLogName, dateTimeFormat items from - for use when the GetLogger methods are called. - System.Configuration.ConfigurationManager for more information on how to use the - standard .NET application configuraiton file (App.config/Web.config) - to configure this adapter. - - The key value collection, typically specified by the user in - a configuration section named common/logging. - - - - Initializes a new instance of the class with - default settings for the loggers created by this factory. - - - - - Create the specified logger instance - - - - - Derived factories need to implement this method to create the - actual logger instance. - - a new logger instance. Must never be null! - - - - The default to use when creating new instances. - - - - - The default setting to use when creating new instances. - - - - - The default setting to use when creating new instances. - - - - - The default setting to use when creating new instances. - - - - - The default setting to use when creating new instances. - - - - - A logger created by that - sends all log events to the owning adapter's - - Erich Eichinger - - - - The adapter that created this logger instance. - - - - - Clears all captured events - - - - - Resets the to null. - - - - - Holds the list of logged events. - - - To access this collection in a multithreaded application, put a lock on the list instance. - - - - - instances send their captured log events to this method. - - - - - Create a new logger instance. - - - - - Create a new and send it to - - - - - - - - Holds the last log event received from any of this adapter's loggers. - - - - - A logging event captured by - - Erich Eichinger - - - - The logger that logged this event - - - - - The level used to log this event - - - - - The raw message object - - - - - A logged exception - - - - - Create a new event instance - - - - - Retrieves the formatted message text - - - - - An adapter, who's loggers capture all log events and send them to . - Retrieve the list of log events from . - - - This logger factory is mainly for debugging and test purposes. - - This is an example how you might use this adapter for testing: - - // configure for capturing - CapturingLoggerFactoryAdapter adapter = new CapturingLoggerFactoryAdapter(); - LogManager.Adapter = adapter; - - // reset capture state - adapter.Clear(); - // log something - ILog log = LogManager.GetCurrentClassLogger(); - log.DebugFormat("Current Time:{0}", DateTime.Now); - - // check logged data - Assert.AreEqual(1, adapter.LoggerEvents.Count); - Assert.AreEqual(LogLevel.Debug, adapter.LastEvent.Level); - - - - Erich Eichinger - - - - Clears all captured events - - - - - Resets the to null. - - - - - Holds the list of logged events. - - - To access this collection in a multithreaded application, put a lock on the list instance. - - - - - instances send their captured log events to this method. - - - - - Get a instance for the given type. - - - - - Get a instance for the given key. - - - - - Holds the last log event received from any of this adapter's loggers. - - - - - Sends log messages to . - - Gilles Bayon - - - - Creates and initializes a logger that writes messages to . - - The key, usually type key of the calling class, of the logger. - The current logging threshold. Messages recieved that are beneath this threshold will not be logged. - Include the current log level in the log message. - Include the current time in the log message. - Include the instance key in the log message. - The date and time format to use in the log message. - - - - Do the actual logging by constructing the log message using a then - sending the output to . - - The of the message. - The log message. - An optional associated with the message. - - - - Factory for creating instances that write data using . - - - - Below is an example how to configure this adapter: - - <configuration> - - <configSections> - <sectionGroup key="common"> - <section key="logging" - type="Common.Logging.ConfigurationSectionHandler, Common.Logging" - requirePermission="false" /> - </sectionGroup> - </configSections> - - <common> - <logging> - <factoryAdapter type="Common.Logging.Simple.DebugLoggerFactoryAdapter, Common.Logging"> - <arg key="level" value="ALL" /> - </factoryAdapter> - </logging> - </common> - - </configuration> - - - - - Gilles Bayon - Mark Pollack - Erich Eichinger - - - - Initializes a new instance of the class using default - settings. - - - - - Initializes a new instance of the class. - - - Looks for level, showDateTime, showLogName, dateTimeFormat items from - for use when the GetLogger methods are called. - for more information on how to use the - standard .NET application configuraiton file (App.config/Web.config) - to configure this adapter. - - The key value collection, typically specified by the user in - a configuration section named common/logging. - - - - Initializes a new instance of the class with - default settings for the loggers created by this factory. - - - - - Creates a new instance. - - - - - - - - - Silently ignores all log messages. - - Gilles Bayon - Erich Eichinger - - - - Ignores message. - - - - - - Ignores message. - - - - - - - Ignores message. - - The format of the message object to log. - - - - - Ignores message. - - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting information. - The format of the message object to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Ignores message. - - - - - - Ignores message. - - - - - - - Ignores message. - - The format of the message object to log. - - - - - Ignores message. - - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting information. - The format of the message object to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Debug. - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Debug. - - - - Ignores message. - - - - - - Ignores message. - - - - - - - Ignores message. - - The format of the message object to log. - - - - - Ignores message. - - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting information. - The format of the message object to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Info. - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Info. - - - - Ignores message. - - - - - - Ignores message. - - - - - - - Ignores message. - - The format of the message object to log. - - - - - Ignores message. - - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting Warnrmation. - The format of the message object to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting Warnrmation. - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Warn. - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Warn. - - - - Ignores message. - - - - - - Ignores message. - - - - - - - Ignores message. - - The format of the message object to log. - - - - - Ignores message. - - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting Errorrmation. - The format of the message object to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting Errorrmation. - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Error. - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Error. - - - - Ignores message. - - - - - - Ignores message. - - - - - - - Ignores message. - - The format of the message object to log. - - - - - Ignores message. - - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting Fatalrmation. - The format of the message object to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting Fatalrmation. - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Fatal. - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Fatal. - - - - Always returns . - - - - - Always returns . - - - - - Always returns . - - - - - Always returns . - - - - - Always returns . - - - - - Always returns . - - - - - Returns the global context for variables - - - - - Returns the thread-specific context for variables - - - - - Factory for creating instances that silently ignores - logging requests. - - - This logger adapter is the default used by Common.Logging if unconfigured. Using this logger adapter is the most efficient - way to suppress any logging output. - - Below is an example how to configure this adapter: - - <configuration> - - <configSections> - <sectionGroup key="common"> - <section key="logging" - type="Common.Logging.ConfigurationSectionHandler, Common.Logging" - requirePermission="false" /> - </sectionGroup> - </configSections> - - <common> - <logging> - <factoryAdapter type="Common.Logging.Simple.NoOpLoggerFactoryAdapter, Common.Logging"> - <arg key="level" value="ALL" /> - </factoryAdapter> - </logging> - </common> - - </configuration> - - - - Gilles Bayon - - - - Constructor - - - - - Constructor - - - - - Constructor for binary backwards compatibility - - The properties. - - - - Get a ILog instance by type - - - - - - - Get a ILog instance by type key - - - - - - - A null-functionality implementation of - - - - - Sets the value of a new or existing variable within the global context - - The key of the variable that is to be added - The value to add - - - - Gets the value of a variable within the global context - - The key of the variable to get - The value or null if not found - - - - Checks if a variable is set within the global context - - The key of the variable to check for - True if the variable is set - - - - Removes a variable from the global context by key - - The key of the variable to remove - - - - Clears the global context variables - - - - - A implementation sending all System.Diagnostics.Trace output to - the Common.Logging infrastructure. - - - This listener captures all output sent by calls to System.Diagnostics.Trace and - and and sends it to an instance.
- The instance to be used is obtained by calling - . The name of the logger is created by passing - this listener's and any source or category passed - into this listener (see or for example). -
- - The snippet below shows how to add and configure this listener to your app.config: - - <system.diagnostics> - <sharedListeners> - <add name="Diagnostics" - type="Common.Logging.Simple.CommonLoggingTraceListener, Common.Logging" - initializeData="DefaultTraceEventType=Information; LoggerNameFormat={listenerName}.{sourceName}"> - <filter type="System.Diagnostics.EventTypeFilter" initializeData="Information"/> - </add> - </sharedListeners> - <trace> - <listeners> - <add name="Diagnostics" /> - </listeners> - </trace> - </system.diagnostics> - - - Erich Eichinger -
- - - Creates a new instance with the default name "Diagnostics" and "Trace". - - - - - Creates a new instance initialized with properties from the . string. - - - is a semicolon separated string of name/value pairs, where each pair has - the form key=value. E.g. - "Name=MyLoggerName;LogLevel=Debug" - - a semicolon separated list of name/value pairs. - - - - Creates a new instance initialized with the specified properties. - - name/value configuration properties. - - - - Logs the given message to the Common.Logging infrastructure. - - the eventType - the name or category name passed into e.g. . - the id of this event - the message format - the message arguments - - - - Writes message to logger provided by . - - - - - Writes message to logger provided by . - - - - - Writes message to logger provided by . - - - - - Writes message to logger provided by . - - - - - Writes message to logger provided by . - - - - - Writes message to logger provided by . - - - - - Writes message to logger provided by . - - - - - Writes message to logger provided by - - - - - Writes message to logger provided by - - - - - Writes message to logger provided by - - - - - Writes message to logger provided by - - - - - Writes message to logger provided by - - - - - Writes message to logger provided by - - - - - Sets the default to use for logging - all events emitted by .Write(...) and - .WriteLine(...) methods. - - - This listener captures all output sent by calls to and - sends it to an instance using the specified - on . - - - - - Format to use for creating the logger name. Defaults to "{listenerName}.{sourceName}". - - - Available placeholders are: - - {listenerName}: the configured name of this listener instance. - {sourceName}: the trace source name an event originates from (see e.g. . - - - - - - Used in an application's configuration file (App.Config or Web.Config) to configure the logging subsystem. - - - An example configuration section that writes log messages to the Console using the - built-in Console Logger. - - <configuration> - <configSections> - <sectionGroup name="common"> - <section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" /> - </sectionGroup> - </configSections> - <common> - <logging> - <factoryAdapter type="Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter, Common.Logging"> - <arg key="showLogName" value="true" /> - <arg key="showDataTime" value="true" /> - <arg key="level" value="ALL" /> - <arg key="dateTimeFormat" value="yyyy/MM/dd HH:mm:ss:fff" /> - </factoryAdapter> - </logging> - </common> - </configuration> - - - - - - Ensure static fields get initialized before any class member - can be accessed (avoids beforeFieldInit) - - - - - Constructor - - - - - Retrieves the of the logger the use by looking at the logFactoryAdapter element - of the logging configuration element. - - - - A object containing the specified type that implements - along with zero or more properties that will be - passed to the logger factory adapter's constructor as an . - - - - - Verifies that the logFactoryAdapter element appears once in the configuration section. - - settings of a parent section - atm this must always be null - Additional information about the configuration process. - The configuration section to apply an XPath query too. - - A object containing the specified logFactoryAdapter type - along with user supplied configuration properties. - - - - - Verifies that the logFactoryAdapter element appears once in the configuration section. - - The parent of the current item. - Additional information about the configuration process. - The configuration section to apply an XPath query too. - - A object containing the specified logFactoryAdapter type - along with user supplied configuration properties. - - - - - Sends log messages to . - - Gilles Bayon - - - - Creates and initializes a logger that writes messages to . - - The name, usually type name of the calling class, of the logger. - The current logging threshold. Messages recieved that are beneath this threshold will not be logged. - Include the current log level in the log message. - Include the current time in the log message. - Include the instance name in the log message. - The date and time format to use in the log message. - - - - Creates and initializes a logger that writes messages to . - - The name, usually type name of the calling class, of the logger. - The current logging threshold. Messages recieved that are beneath this threshold will not be logged. - Include the current log level in the log message. - Include the current time in the log message. - Include the instance name in the log message. - The date and time format to use in the log message. - Use color when writing the log message. - - - - Do the actual logging by constructing the log message using a then - sending the output to . - - The of the message. - The log message. - An optional associated with the message. - - - - Factory for creating instances that write data to . - - - - Below is an example how to configure this adapter: - - <configuration> - - <configSections> - <sectionGroup name="common"> - <section name="logging" - type="Common.Logging.ConfigurationSectionHandler, Common.Logging" - requirePermission="false" /> - </sectionGroup> - </configSections> - - <common> - <logging> - <factoryAdapter type="Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter, Common.Logging"> - <arg key="level" value="ALL" /> - </factoryAdapter> - </logging> - </common> - - </configuration> - - - - - - - Gilles Bayon - Mark Pollack - Erich Eichinger - - - - Initializes a new instance of the class using default - settings. - - - - - Initializes a new instance of the class. - - - Looks for level, showDateTime, showLogName, dateTimeFormat items from - for use when the GetLogger methods are called. - for more information on how to use the - standard .NET application configuraiton file (App.config/Web.config) - to configure this adapter. - - The name value collection, typically specified by the user in - a configuration section named common/logging. - - - - Constructor for binary backwards compatibility with non-portableversions - - The properties. - - - - Initializes a new instance of the class with - default settings for the loggers created by this factory. - - - - - Initializes a new instance of the class with - default settings for the loggers created by this factory. - - - - - Creates a new instance. - - - - - Logger sending everything to the trace output stream using . - - - Beware not to use in combination with this logger as - this would result in an endless loop for obvious reasons! - - - - Gilles Bayon - Erich Eichinger - - - - Creates a new TraceLogger instance. - - whether to use or for logging. - the name of this logger - the default log level to use - Include the current log level in the log message. - Include the current time in the log message. - Include the instance name in the log message. - The date and time format to use in the log message. - - - - Determines if the given log level is currently enabled. - checks if is true. - - - - - Do the actual logging. - - - - - - - - Called after deserialization completed. - - - - - Used to defer message formatting until it is really needed. - - - This class also improves performance when multiple - s are configured. - - - - - Factory for creating instances that send - everything to the output stream. - - - Beware not to use in combination with this logger factory - as this would result in an endless loop for obvious reasons! - - Below is an example how to configure this adapter: - - <configuration> - - <configSections> - <sectionGroup name="common"> - <section name="logging" - type="Common.Logging.ConfigurationSectionHandler, Common.Logging" - requirePermission="false" /> - </sectionGroup> - </configSections> - - <common> - <logging> - <factoryAdapter type="Common.Logging.Simple.TraceLoggerFactoryAdapter, Common.Logging"> - <arg key="level" value="ALL" /> - </factoryAdapter> - </logging> - </common> - - </configuration> - - - - - - - Gilles Bayon - Mark Pollack - Erich Eichinger - - - - Initializes a new instance of the class using default settings. - - - - - Initializes a new instance of the class. - - - Looks for level, showDateTime, showLogName, dateTimeFormat items from - for use when the GetLogger methods are called. - for more information on how to use the - standard .NET application configuraiton file (App.config/Web.config) - to configure this adapter. - - The name value collection, typically specified by the user in - a configuration section named common/logging. - - - - Initializes a new instance of the class with - default settings for the loggers created by this factory. - - - - - Creates a new instance. - - - - - Whether to use .TraceXXXX(string,object[]) methods for logging - or . - - -
-
diff --git a/lib/Net/3.5/NVelocity.dll b/lib/Net/3.5/NVelocity.dll deleted file mode 100644 index 9b44dfeb..00000000 Binary files a/lib/Net/3.5/NVelocity.dll and /dev/null differ diff --git a/lib/Net/4.0/Common.Logging.Core.dll b/lib/Net/4.0/Common.Logging.Core.dll deleted file mode 100644 index e01ff3d4..00000000 Binary files a/lib/Net/4.0/Common.Logging.Core.dll and /dev/null differ diff --git a/lib/Net/4.0/Common.Logging.Core.xml b/lib/Net/4.0/Common.Logging.Core.xml deleted file mode 100644 index 193c5144..00000000 --- a/lib/Net/4.0/Common.Logging.Core.xml +++ /dev/null @@ -1,876 +0,0 @@ - - - - Common.Logging.Core - - - - - Indicates that the marked method builds string by format pattern and (optional) arguments. - Parameter, which contains format string, should be given in constructor. The format string - should be in -like form - - - [StringFormatMethod("message")] - public void ShowError(string message, params object[] args) { /* do something */ } - public void Foo() { - ShowError("Failed: {0}"); // Warning: Non-existing argument in format string - } - - - - - Specifies which parameter of an annotated method should be treated as format-string - - - - - The name of the string parameter being formatted - - - - - The type of method that is passed into e.g. - and allows the callback method to "submit" it's message to the underlying output system. - - the format argument as in - the argument list as in - - Erich Eichinger - - - - Interface for basic operations to read .NET application configuration information. - - Provides a simple abstraction to handle BCL API differences between .NET 1.x and 2.0. Also - useful for testing scenarios. - Mark Pollack - - - - Parses the configuration section and returns the resulting object. - - -

- Primary purpose of this method is to allow us to parse and - load configuration sections using the same API regardless - of the .NET framework version. -

- - See also System.Configuration.ConfigurationManager -
- Name of the configuration section. - Object created by a corresponding IConfigurationSectionHandler. -
- - - A simple logging interface abstracting logging APIs. - - - - Implementations should defer calling a message's until the message really needs - to be logged to avoid performance penalties. - - - Each log method offers to pass in a instead of the actual message. - Using this style has the advantage to defer possibly expensive message argument evaluation and formatting (and formatting arguments!) until the message gets - actually logged. If the message is not logged at all (e.g. due to settings), - you won't have to pay the peformance penalty of creating the message. - - - - The example below demonstrates using callback style for creating the message, where the call to the - and the underlying only happens, if level is enabled: - - Log.Debug( m=>m("result is {0}", random.NextDouble()) ); - Log.Debug(delegate(m) { m("result is {0}", random.NextDouble()); }); - - - - Mark Pollack - Bruno Baia - Erich Eichinger - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack trace of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack trace. - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack trace of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack trace. - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Debug. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack trace of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack trace. - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Info. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack trace of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack trace. - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Warn. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack trace of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack trace. - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Error. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack trace of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack trace. - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Fatal. - - - - Checks if this logger is enabled for the level. - - - - - Checks if this logger is enabled for the level. - - - - - Checks if this logger is enabled for the level. - - - - - Checks if this logger is enabled for the level. - - - - - Checks if this logger is enabled for the level. - - - - - Checks if this logger is enabled for the level. - - - - - Returns the global context for variables - - - - - Returns the thread-specific context for variables - - - - - LoggerFactoryAdapter interface is used internally by LogManager - Only developers wishing to write new Common.Logging adapters need to - worry about this interface. - - Gilles Bayon - - - - Get a ILog instance by type. - - The type to use for the logger - - - - - Get a ILog instance by key. - - The key of the logger - - - - - Interface for LogManager - - - - - Reset the infrastructure to its default settings. This means, that configuration settings - will be re-read from section <common/logging> of your app.config. - - - This is mainly used for unit testing, you wouldn't normally use this in your applications.
- Note: instances already handed out from this LogManager are not(!) affected. - Resetting LogManager only affects new instances being handed out. -
-
- - - Reset the infrastructure to its default settings. This means, that configuration settings - will be re-read from section <common/logging> of your app.config. - - - This is mainly used for unit testing, you wouldn't normally use this in your applications.
- Note: instances already handed out from this LogManager are not(!) affected. - Resetting LogManager only affects new instances being handed out. -
- - the instance to obtain settings for - re-initializing the LogManager. - -
- - - Gets the logger by calling - on the currently configured using the type of the calling class. - - - This method needs to inspect the StackTrace in order to determine the calling - class. This of course comes with a performance penalty, thus you shouldn't call it too - often in your application. - - - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified type. - - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified type. - - The type. - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified key. - - The key. - the logger instance obtained from the current - - - - The key of the default configuration section to read settings from. - - - You can always change the source of your configuration settings by setting another instance - on . - - - - - Gets the configuration reader used to initialize the LogManager. - - Primarily used for testing purposes but maybe useful to obtain configuration - information from some place other than the .NET application configuration file. - The configuration reader. - - - - Gets or sets the adapter. - - The adapter. - - - - A context for logger variables - - - - - Sets the value of a new or existing variable within the global context - - The key of the variable that is to be added - The value to add - - - - Gets the value of a variable within the global context - - The key of the variable to get - The value or null if not found - - - - Checks if a variable is set within the global context - - The key of the variable to check for - True if the variable is set - - - - Removes a variable from the global context by key - - The key of the variable to remove - - - - Clears the global context variables - - - - - The 7 possible logging levels - - Gilles Bayon - - - - All logging levels - - - - - A trace logging level - - - - - A debug logging level - - - - - A info logging level - - - - - A warn logging level - - - - - An error logging level - - - - - A fatal logging level - - - - - Do not log anything. - - -
-
diff --git a/lib/Net/4.0/Common.Logging.dll b/lib/Net/4.0/Common.Logging.dll deleted file mode 100644 index 7eb4c378..00000000 Binary files a/lib/Net/4.0/Common.Logging.dll and /dev/null differ diff --git a/lib/Net/4.0/Common.Logging.xml b/lib/Net/4.0/Common.Logging.xml deleted file mode 100644 index e23b2148..00000000 --- a/lib/Net/4.0/Common.Logging.xml +++ /dev/null @@ -1,2774 +0,0 @@ - - - - Common.Logging - - - - - Indicates classes or members to be ignored by NCover - - - Note, the key is chosen, because TestDriven.NET uses it as //ea argument to "Test With... Coverage" - - Erich Eichinger - - - - The exception that is thrown when a configuration system error has occurred with Common.Logging - - Mark Pollack - - - Creates a new instance of the ObjectsException class. - - - - Creates a new instance of the ConfigurationException class. with the specified message. - - - A message about the exception. - - - - - Creates a new instance of the ConfigurationException class with the specified message - and root cause. - - - A message about the exception. - - - The root exception that is being wrapped. - - - - - Creates a new instance of the ConfigurationException class. - - - The - that holds the serialized object data about the exception being thrown. - - - The - that contains contextual information about the source or destination. - - - - - Various utility methods for using during factory and logger instance configuration - - Erich Eichinger - - - - Initialize all members before any of this class' methods can be accessed (avoids beforeFieldInit) - - - - - Adds the parser to the list of known type parsers. - - - .NET intrinsic types are pre-registerd: short, int, long, float, double, decimal, bool - - - - - Retrieves the named value from the specified . - - may be null - the value's key - if is not null, the value returned by values[key]. null otherwise. - - - - Retrieves the named value from the specified . - - may be null - the value's key - the default value, if not found - if is not null, the value returned by values[key]. null otherwise. - - - - Returns the first nonnull, nonempty value among its arguments. - - - Returns null, if the initial list was null or empty. - - - - - - Returns the first nonnull, nonempty value among its arguments. - - - Also - - - - - Tries parsing into an enum of the type of . - - the default value to return if parsing fails - the string value to parse - the successfully parsed value, otherwise. - - - - Tries parsing into the specified return type. - - the default value to return if parsing fails - the string value to parse - the successfully parsed value, otherwise. - - - - Throws a if is null. - - - - - Throws a if is null. - - - - - Throws a if an object of type is not - assignable to type . - - - - - Throws a if an object of type is not - assignable to type . - - - - - Ensures any exception thrown by the given is wrapped with an - . - - - If already throws a ConfigurationException, it will not be wrapped. - - the action to execute - the message to be set on the thrown - args to be passed to to format the message - - - - Ensures any exception thrown by the given is wrapped with an - . - - - If already throws a ConfigurationException, it will not be wrapped. - - the action to execute - the message to be set on the thrown - args to be passed to to format the message - - - - A delegate converting a string representation into the target type - - - - - An anonymous action delegate with no arguments and no return value. - - - - - - An anonymous action delegate with no arguments and no return value. - - - - - - Implementation of that uses the standard .NET - configuration APIs, ConfigurationSettings in 1.x and ConfigurationManager in 2.0 - - Mark Pollack - - - - Parses the configuration section and returns the resulting object. - Using the System.Configuration.ConfigurationManager - - Name of the configuration section. - - Object created by a corresponding IConfigurationSectionHandler" - - -

- Primary purpose of this method is to allow us to parse and - load configuration sections using the same API regardless - of the .NET framework version. -

-
-
- - - Container used to hold configuration information from config file. - - Gilles Bayon - - - - - - - The type - that will be used for creating - - - Additional user supplied properties that are passed to the - 's constructor. - - - - - The type that will be used for creating - instances. - - - - - Additional user supplied properties that are passed to the 's constructor. - - - - - Substitute NameValueCollection in System.Collections.Specialized. - - - - - Creates a new instance of NameValueCollection. - - - - - Gets the values (only a single one) for the specified key (configuration name) - - The key. - an array with one value, or null if no value exist - - - - Gets or sets the value with the specified key. - - - The value corrsponding to the key, or null if no value exist - - The key. - value store for the key - - - - Helper class for working with NameValueCollection - - - - - Convert a into the corresponding - common logging equivalent - - The properties. - - - - - An implementation of that caches loggers handed out by this factory. - - - Implementors just need to override . - - Erich Eichinger - - - - Creates a new instance, the logger cache being case-sensitive. - - - - - Creates a new instance, the logger cache being . - - - - - - Purges all loggers from cache - - - - - Create the specified named logger instance - - - Derived factories need to implement this method to create the - actual logger instance. - - - - - Get a ILog instance by . - - Usually the of the current class. - - An ILog instance either obtained from the internal cache or created by a call to . - - - - - Get a ILog instance by key. - - Usually a 's Name or FullName property. - - An ILog instance either obtained from the internal cache or created by a call to . - - - - - Get or create a ILog instance by key. - - Usually a 's Name or FullName property. - - An ILog instance either obtained from the internal cache or created by a call to . - - - - - Provides base implementation suitable for almost all logger adapters - - Erich Eichinger - - - - Holds the method for writing a message to the log system. - - - - - Creates a new logger instance using for - writing log events to the underlying log system. - - - - - - Override this method to use a different method than - for writing log events to the underlying log system. - - - Usually you don't need to override thise method. The default implementation returns - null to indicate that the default handler should be - used. - - - - - Actually sends the message to the underlying log system. - - the level of this log event. - the message to log - the exception to log (may be null) - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack trace of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack trace. - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack Debug of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack Debug. - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Debug. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Debug. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack Info of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack Info. - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Info. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Info. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack Warn of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack Warn. - - - - Log a message with the level. - - An that supplies culture-specific formatting Warnrmation. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting Warnrmation. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Warn. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Warn. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack Error of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack Error. - - - - Log a message with the level. - - An that supplies culture-specific formatting Errorrmation. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting Errorrmation. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Error. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Error. - - - - Log a message object with the level. - - The message object to log. - - - - Log a message object with the level including - the stack Fatal of the passed - as a parameter. - - The message object to log. - The exception to log, including its stack Fatal. - - - - Log a message with the level. - - An that supplies culture-specific formatting Fatalrmation. - The format of the message object to log. - - - - - Log a message with the level. - - An that supplies culture-specific formatting Fatalrmation. - The format of the message object to log. - The exception to log. - - - - - Log a message with the level. - - The format of the message object to log. - the list of format arguments - - - - Log a message with the level. - - The format of the message object to log. - The exception to log. - the list of format arguments - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Fatal. - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Log a message with the level using a callback to obtain the message - - - Using this method avoids the cost of creating a message and evaluating message arguments - that probably won't be logged due to loglevel settings. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Fatal. - - - - Checks if this logger is enabled for the level. - - - Override this in your derived class to comply with the underlying logging system - - - - - Checks if this logger is enabled for the level. - - - Override this in your derived class to comply with the underlying logging system - - - - - Checks if this logger is enabled for the level. - - - Override this in your derived class to comply with the underlying logging system - - - - - Checks if this logger is enabled for the level. - - - Override this in your derived class to comply with the underlying logging system - - - - - Checks if this logger is enabled for the level. - - - Override this in your derived class to comply with the underlying logging system - - - - - Checks if this logger is enabled for the level. - - - Override this in your derived class to comply with the underlying logging system - - - - - Returns the global context for variables - - - - - Returns the thread-specific context for variables - - - - - Format message on demand. - - - - - Initializes a new instance of the class. - - The format message callback. - - - - Initializes a new instance of the class. - - The format provider. - The format message callback. - - - - Calls and returns result. - - - - - - Format string on demand. - - - - - Initializes a new instance of the class. - - The format provider. - The message. - The args. - - - - Runs on supplied arguemnts. - - string - - - - Represents a method responsible for writing a message to the log system. - - - - - Use the LogManager's or - methods to obtain instances for logging. - - - For configuring the underlying log system using application configuration, see the example - at System.Configuration.ConfigurationManager - For configuring programmatically, see the example section below. - - - The example below shows the typical use of LogManager to obtain a reference to a logger - and log an exception: - - - ILog log = LogManager.GetLogger(this.GetType()); - ... - try - { - /* .... */ - } - catch(Exception ex) - { - log.ErrorFormat("Hi {0}", ex, "dude"); - } - - - The example below shows programmatic configuration of the underlying log system: - - - // create properties - NameValueCollection properties = new NameValueCollection(); - properties["showDateTime"] = "true"; - - // set Adapter - Common.Logging.LogManager.Adapter = new - Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter(properties); - - - - - - - Gilles Bayon - - - - Performs static 1-time init of LogManager by calling - - - - - Reset the infrastructure to its default settings. This means, that configuration settings - will be re-read from section <common/logging> of your app.config. - - - This is mainly used for unit testing, you wouldn't normally use this in your applications.
- Note: instances already handed out from this LogManager are not(!) affected. - Resetting LogManager only affects new instances being handed out. -
-
- - - Reset the infrastructure to its default settings. This means, that configuration settings - will be re-read from section <common/logging> of your app.config. - - - This is mainly used for unit testing, you wouldn't normally use this in your applications.
- Note: instances already handed out from this LogManager are not(!) affected. - Resetting LogManager only affects new instances being handed out. -
- - the instance to obtain settings for - re-initializing the LogManager. - -
- - - Gets the logger by calling - on the currently configured using the type of the calling class. - - - This method needs to inspect the in order to determine the calling - class. This of course comes with a performance penalty, thus you shouldn't call it too - often in your application. - - - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the type of the calling class. - - - This method needs to inspect the in order to determine the calling - class. This of course comes with a performance penalty, thus you shouldn't call it too - often in your application. - - - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified type. - - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified type. - - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified type. - - The type. - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified type. - - The type. - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified key. - - The key. - the logger instance obtained from the current - - - - Gets the logger by calling - on the currently configured using the specified key. - - The key. - the logger instance obtained from the current - - - - Builds the logger factory adapter. - - a factory adapter instance. Is never null. - - - - Builds a instance from the given - using . - - - the instance. Is never null - - - - The key of the default configuration section to read settings from. - - - You can always change the source of your configuration settings by setting another instance - on . - - - - - The key of the default configuration section to read settings from. - - - You can always change the source of your configuration settings by setting another instance - on . - - - - - Gets the configuration reader used to initialize the LogManager. - - Primarily used for testing purposes but maybe useful to obtain configuration - information from some place other than the .NET application configuration file. - The configuration reader. - - - - Gets the configuration reader used to initialize the LogManager. - - Primarily used for testing purposes but maybe useful to obtain configuration - information from some place other than the .NET application configuration file. - The configuration reader. - - - - Gets or sets the adapter. - - The adapter. - - - - Gets or sets the adapter. - - The adapter. - - - - Abstract class providing a standard implementation of simple loggers. - - Erich Eichinger - - - - Creates and initializes a the simple logger. - - The key, usually type key of the calling class, of the logger. - The current logging threshold. Messages recieved that are beneath this threshold will not be logged. - Include level in the log message. - Include the current time in the log message. - Include the instance key in the log message. - The date and time format to use in the log message. - - - - Appends the formatted message to the specified . - - the that receíves the formatted message. - - - - - - - Determines if the given log level is currently enabled. - - - - - - - The key of the logger. - - - - - Include the current log level in the log message. - - - - - Include the current time in the log message. - - - - - Include the instance key in the log message. - - - - - The current logging threshold. Messages recieved that are beneath this threshold will not be logged. - - - - - The date and time format to use in the log message. - - - - - Determines Whether is set. - - - - - Returns if the current is greater than or - equal to . If it is, all messages will be sent to . - - - - - Returns if the current is greater than or - equal to . If it is, all messages will be sent to . - - - - - Returns if the current is greater than or - equal to . If it is, only messages with a of - , , , and - will be sent to . - - - - - Returns if the current is greater than or - equal to . If it is, only messages with a of - , , and - will be sent to . - - - - - Returns if the current is greater than or - equal to . If it is, only messages with a of - and will be sent to . - - - - - Returns if the current is greater than or - equal to . If it is, only messages with a of - will be sent to . - - - - - Base factory implementation for creating simple instances. - - Default settings are LogLevel.All, showDateTime = true, showLogName = true, and no DateTimeFormat. - The keys in the NameValueCollection to configure this adapter are the following - - level - showDateTime - showLogName - dateTimeFormat - - - Here is an example how to implement your own logging adapter: - - public class ConsoleOutLogger : AbstractSimpleLogger - { - public ConsoleOutLogger(string logName, LogLevel logLevel, bool showLevel, bool showDateTime, - bool showLogName, string dateTimeFormat) - : base(logName, logLevel, showLevel, showDateTime, showLogName, dateTimeFormat) - { - } - - protected override void WriteInternal(LogLevel level, object message, Exception e) - { - // Use a StringBuilder for better performance - StringBuilder sb = new StringBuilder(); - FormatOutput(sb, level, message, e); - - // Print to the appropriate destination - Console.Out.WriteLine(sb.ToString()); - } - } - - public class ConsoleOutLoggerFactoryAdapter : AbstractSimpleLoggerFactoryAdapter - { - public ConsoleOutLoggerFactoryAdapter(NameValueCollection properties) - : base(properties) - { } - - protected override ILog CreateLogger(string key, LogLevel level, bool showLevel, bool - showDateTime, bool showLogName, string dateTimeFormat) - { - ILog log = new ConsoleOutLogger(key, level, showLevel, showDateTime, showLogName, - dateTimeFormat); - return log; - } - } - - - - Gilles Bayon - Mark Pollack - Erich Eichinger - - - - Initializes a new instance of the class. - - - Looks for level, showDateTime, showLogName, dateTimeFormat items from - for use when the GetLogger methods are called. - System.Configuration.ConfigurationManager for more information on how to use the - standard .NET application configuraiton file (App.config/Web.config) - to configure this adapter. - - The key value collection, typically specified by the user in - a configuration section named common/logging. - - - - Initializes a new instance of the class with - default settings for the loggers created by this factory. - - - - - Create the specified logger instance - - - - - Derived factories need to implement this method to create the - actual logger instance. - - a new logger instance. Must never be null! - - - - The default to use when creating new instances. - - - - - The default setting to use when creating new instances. - - - - - The default setting to use when creating new instances. - - - - - The default setting to use when creating new instances. - - - - - The default setting to use when creating new instances. - - - - - A logger created by that - sends all log events to the owning adapter's - - Erich Eichinger - - - - The adapter that created this logger instance. - - - - - Clears all captured events - - - - - Resets the to null. - - - - - Holds the list of logged events. - - - To access this collection in a multithreaded application, put a lock on the list instance. - - - - - instances send their captured log events to this method. - - - - - Create a new logger instance. - - - - - Create a new and send it to - - - - - - - - Holds the last log event received from any of this adapter's loggers. - - - - - A logging event captured by - - Erich Eichinger - - - - The logger that logged this event - - - - - The level used to log this event - - - - - The raw message object - - - - - A logged exception - - - - - Create a new event instance - - - - - Retrieves the formatted message text - - - - - An adapter, who's loggers capture all log events and send them to . - Retrieve the list of log events from . - - - This logger factory is mainly for debugging and test purposes. - - This is an example how you might use this adapter for testing: - - // configure for capturing - CapturingLoggerFactoryAdapter adapter = new CapturingLoggerFactoryAdapter(); - LogManager.Adapter = adapter; - - // reset capture state - adapter.Clear(); - // log something - ILog log = LogManager.GetCurrentClassLogger(); - log.DebugFormat("Current Time:{0}", DateTime.Now); - - // check logged data - Assert.AreEqual(1, adapter.LoggerEvents.Count); - Assert.AreEqual(LogLevel.Debug, adapter.LastEvent.Level); - - - - Erich Eichinger - - - - Clears all captured events - - - - - Resets the to null. - - - - - Holds the list of logged events. - - - To access this collection in a multithreaded application, put a lock on the list instance. - - - - - instances send their captured log events to this method. - - - - - Get a instance for the given type. - - - - - Get a instance for the given key. - - - - - Holds the last log event received from any of this adapter's loggers. - - - - - Sends log messages to . - - Gilles Bayon - - - - Creates and initializes a logger that writes messages to . - - The key, usually type key of the calling class, of the logger. - The current logging threshold. Messages recieved that are beneath this threshold will not be logged. - Include the current log level in the log message. - Include the current time in the log message. - Include the instance key in the log message. - The date and time format to use in the log message. - - - - Do the actual logging by constructing the log message using a then - sending the output to . - - The of the message. - The log message. - An optional associated with the message. - - - - Factory for creating instances that write data using . - - - - Below is an example how to configure this adapter: - - <configuration> - - <configSections> - <sectionGroup key="common"> - <section key="logging" - type="Common.Logging.ConfigurationSectionHandler, Common.Logging" - requirePermission="false" /> - </sectionGroup> - </configSections> - - <common> - <logging> - <factoryAdapter type="Common.Logging.Simple.DebugLoggerFactoryAdapter, Common.Logging"> - <arg key="level" value="ALL" /> - </factoryAdapter> - </logging> - </common> - - </configuration> - - - - - Gilles Bayon - Mark Pollack - Erich Eichinger - - - - Initializes a new instance of the class using default - settings. - - - - - Initializes a new instance of the class. - - - Looks for level, showDateTime, showLogName, dateTimeFormat items from - for use when the GetLogger methods are called. - for more information on how to use the - standard .NET application configuraiton file (App.config/Web.config) - to configure this adapter. - - The key value collection, typically specified by the user in - a configuration section named common/logging. - - - - Initializes a new instance of the class with - default settings for the loggers created by this factory. - - - - - Creates a new instance. - - - - - - - - - Silently ignores all log messages. - - Gilles Bayon - Erich Eichinger - - - - Ignores message. - - - - - - Ignores message. - - - - - - - Ignores message. - - The format of the message object to log. - - - - - Ignores message. - - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting information. - The format of the message object to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack trace. - - - - Ignores message. - - - - - - Ignores message. - - - - - - - Ignores message. - - The format of the message object to log. - - - - - Ignores message. - - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting information. - The format of the message object to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Debug. - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Debug. - - - - Ignores message. - - - - - - Ignores message. - - - - - - - Ignores message. - - The format of the message object to log. - - - - - Ignores message. - - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting information. - The format of the message object to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting information. - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Info. - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Info. - - - - Ignores message. - - - - - - Ignores message. - - - - - - - Ignores message. - - The format of the message object to log. - - - - - Ignores message. - - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting Warnrmation. - The format of the message object to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting Warnrmation. - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Warn. - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Warn. - - - - Ignores message. - - - - - - Ignores message. - - - - - - - Ignores message. - - The format of the message object to log. - - - - - Ignores message. - - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting Errorrmation. - The format of the message object to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting Errorrmation. - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Error. - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Error. - - - - Ignores message. - - - - - - Ignores message. - - - - - - - Ignores message. - - The format of the message object to log. - - - - - Ignores message. - - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting Fatalrmation. - The format of the message object to log. - the list of message format arguments - - - - Ignores message. - - An that supplies culture-specific formatting Fatalrmation. - The format of the message object to log. - The exception to log. - the list of message format arguments - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Fatal. - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - - - - Ignores message. - - An that supplies culture-specific formatting information. - A callback used by the logger to obtain the message if log level is matched - The exception to log, including its stack Fatal. - - - - Always returns . - - - - - Always returns . - - - - - Always returns . - - - - - Always returns . - - - - - Always returns . - - - - - Always returns . - - - - - Returns the global context for variables - - - - - Returns the thread-specific context for variables - - - - - Factory for creating instances that silently ignores - logging requests. - - - This logger adapter is the default used by Common.Logging if unconfigured. Using this logger adapter is the most efficient - way to suppress any logging output. - - Below is an example how to configure this adapter: - - <configuration> - - <configSections> - <sectionGroup key="common"> - <section key="logging" - type="Common.Logging.ConfigurationSectionHandler, Common.Logging" - requirePermission="false" /> - </sectionGroup> - </configSections> - - <common> - <logging> - <factoryAdapter type="Common.Logging.Simple.NoOpLoggerFactoryAdapter, Common.Logging"> - <arg key="level" value="ALL" /> - </factoryAdapter> - </logging> - </common> - - </configuration> - - - - Gilles Bayon - - - - Constructor - - - - - Constructor - - - - - Get a ILog instance by type - - - - - - - Get a ILog instance by type key - - - - - - - A null-functionality implementation of - - - - - Sets the value of a new or existing variable within the global context - - The key of the variable that is to be added - The value to add - - - - Gets the value of a variable within the global context - - The key of the variable to get - The value or null if not found - - - - Checks if a variable is set within the global context - - The key of the variable to check for - True if the variable is set - - - - Removes a variable from the global context by key - - The key of the variable to remove - - - - Clears the global context variables - - - - - A implementation sending all System.Diagnostics.Trace output to - the Common.Logging infrastructure. - - - This listener captures all output sent by calls to System.Diagnostics.Trace and - and and sends it to an instance.
- The instance to be used is obtained by calling - . The name of the logger is created by passing - this listener's and any source or category passed - into this listener (see or for example). -
- - The snippet below shows how to add and configure this listener to your app.config: - - <system.diagnostics> - <sharedListeners> - <add name="Diagnostics" - type="Common.Logging.Simple.CommonLoggingTraceListener, Common.Logging" - initializeData="DefaultTraceEventType=Information; LoggerNameFormat={listenerName}.{sourceName}"> - <filter type="System.Diagnostics.EventTypeFilter" initializeData="Information"/> - </add> - </sharedListeners> - <trace> - <listeners> - <add name="Diagnostics" /> - </listeners> - </trace> - </system.diagnostics> - - - Erich Eichinger -
- - - Creates a new instance with the default name "Diagnostics" and "Trace". - - - - - Creates a new instance initialized with properties from the . string. - - - is a semicolon separated string of name/value pairs, where each pair has - the form key=value. E.g. - "Name=MyLoggerName;LogLevel=Debug" - - a semicolon separated list of name/value pairs. - - - - Creates a new instance initialized with the specified properties. - - name/value configuration properties. - - - - Logs the given message to the Common.Logging infrastructure. - - the eventType - the name or category name passed into e.g. . - the id of this event - the message format - the message arguments - - - - Writes message to logger provided by . - - - - - Writes message to logger provided by . - - - - - Writes message to logger provided by . - - - - - Writes message to logger provided by . - - - - - Writes message to logger provided by . - - - - - Writes message to logger provided by . - - - - - Writes message to logger provided by . - - - - - Writes message to logger provided by - - - - - Writes message to logger provided by - - - - - Writes message to logger provided by - - - - - Writes message to logger provided by - - - - - Writes message to logger provided by - - - - - Writes message to logger provided by - - - - - Sets the default to use for logging - all events emitted by .Write(...) and - .WriteLine(...) methods. - - - This listener captures all output sent by calls to and - sends it to an instance using the specified - on . - - - - - Format to use for creating the logger name. Defaults to "{listenerName}.{sourceName}". - - - Available placeholders are: - - {listenerName}: the configured name of this listener instance. - {sourceName}: the trace source name an event originates from (see e.g. . - - - - - - Used in an application's configuration file (App.Config or Web.Config) to configure the logging subsystem. - - - An example configuration section that writes log messages to the Console using the - built-in Console Logger. - - <configuration> - <configSections> - <sectionGroup name="common"> - <section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" /> - </sectionGroup> - </configSections> - <common> - <logging> - <factoryAdapter type="Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter, Common.Logging"> - <arg key="showLogName" value="true" /> - <arg key="showDataTime" value="true" /> - <arg key="level" value="ALL" /> - <arg key="dateTimeFormat" value="yyyy/MM/dd HH:mm:ss:fff" /> - </factoryAdapter> - </logging> - </common> - </configuration> - - - - - - Ensure static fields get initialized before any class member - can be accessed (avoids beforeFieldInit) - - - - - Constructor - - - - - Retrieves the of the logger the use by looking at the logFactoryAdapter element - of the logging configuration element. - - - - A object containing the specified type that implements - along with zero or more properties that will be - passed to the logger factory adapter's constructor as an . - - - - - Verifies that the logFactoryAdapter element appears once in the configuration section. - - settings of a parent section - atm this must always be null - Additional information about the configuration process. - The configuration section to apply an XPath query too. - - A object containing the specified logFactoryAdapter type - along with user supplied configuration properties. - - - - - Verifies that the logFactoryAdapter element appears once in the configuration section. - - The parent of the current item. - Additional information about the configuration process. - The configuration section to apply an XPath query too. - - A object containing the specified logFactoryAdapter type - along with user supplied configuration properties. - - - - - Sends log messages to . - - Gilles Bayon - - - - Creates and initializes a logger that writes messages to . - - The name, usually type name of the calling class, of the logger. - The current logging threshold. Messages recieved that are beneath this threshold will not be logged. - Include the current log level in the log message. - Include the current time in the log message. - Include the instance name in the log message. - The date and time format to use in the log message. - - - - Creates and initializes a logger that writes messages to . - - The name, usually type name of the calling class, of the logger. - The current logging threshold. Messages recieved that are beneath this threshold will not be logged. - Include the current log level in the log message. - Include the current time in the log message. - Include the instance name in the log message. - The date and time format to use in the log message. - Use color when writing the log message. - - - - Do the actual logging by constructing the log message using a then - sending the output to . - - The of the message. - The log message. - An optional associated with the message. - - - - Factory for creating instances that write data to . - - - - Below is an example how to configure this adapter: - - <configuration> - - <configSections> - <sectionGroup name="common"> - <section name="logging" - type="Common.Logging.ConfigurationSectionHandler, Common.Logging" - requirePermission="false" /> - </sectionGroup> - </configSections> - - <common> - <logging> - <factoryAdapter type="Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter, Common.Logging"> - <arg key="level" value="ALL" /> - </factoryAdapter> - </logging> - </common> - - </configuration> - - - - - - - Gilles Bayon - Mark Pollack - Erich Eichinger - - - - Initializes a new instance of the class using default - settings. - - - - - Initializes a new instance of the class. - - - Looks for level, showDateTime, showLogName, dateTimeFormat items from - for use when the GetLogger methods are called. - for more information on how to use the - standard .NET application configuraiton file (App.config/Web.config) - to configure this adapter. - - The name value collection, typically specified by the user in - a configuration section named common/logging. - - - - Constructor for binary backwards compatibility with non-portableversions - - The properties. - - - - Initializes a new instance of the class with - default settings for the loggers created by this factory. - - - - - Initializes a new instance of the class with - default settings for the loggers created by this factory. - - - - - Creates a new instance. - - - - - Logger sending everything to the trace output stream using . - - - Beware not to use in combination with this logger as - this would result in an endless loop for obvious reasons! - - - - Gilles Bayon - Erich Eichinger - - - - Creates a new TraceLogger instance. - - whether to use or for logging. - the name of this logger - the default log level to use - Include the current log level in the log message. - Include the current time in the log message. - Include the instance name in the log message. - The date and time format to use in the log message. - - - - Determines if the given log level is currently enabled. - checks if is true. - - - - - Do the actual logging. - - - - - - - - Called after deserialization completed. - - - - - Used to defer message formatting until it is really needed. - - - This class also improves performance when multiple - s are configured. - - - - - Factory for creating instances that send - everything to the output stream. - - - Beware not to use in combination with this logger factory - as this would result in an endless loop for obvious reasons! - - Below is an example how to configure this adapter: - - <configuration> - - <configSections> - <sectionGroup name="common"> - <section name="logging" - type="Common.Logging.ConfigurationSectionHandler, Common.Logging" - requirePermission="false" /> - </sectionGroup> - </configSections> - - <common> - <logging> - <factoryAdapter type="Common.Logging.Simple.TraceLoggerFactoryAdapter, Common.Logging"> - <arg key="level" value="ALL" /> - </factoryAdapter> - </logging> - </common> - - </configuration> - - - - - - - Gilles Bayon - Mark Pollack - Erich Eichinger - - - - Initializes a new instance of the class using default settings. - - - - - Initializes a new instance of the class. - - - Looks for level, showDateTime, showLogName, dateTimeFormat items from - for use when the GetLogger methods are called. - for more information on how to use the - standard .NET application configuraiton file (App.config/Web.config) - to configure this adapter. - - The name value collection, typically specified by the user in - a configuration section named common/logging. - - - - Initializes a new instance of the class with - default settings for the loggers created by this factory. - - - - - Creates a new instance. - - - - - Whether to use .TraceXXXX(string,object[]) methods for logging - or . - - -
-
diff --git a/lib/Net/4.0/NVelocity.dll b/lib/Net/4.0/NVelocity.dll deleted file mode 100644 index 9b44dfeb..00000000 Binary files a/lib/Net/4.0/NVelocity.dll and /dev/null differ diff --git a/src/Spring/Spring.Aop/Spring.Aop.2010.csproj b/src/Spring/Spring.Aop/Spring.Aop.2010.csproj index 23e8c918..ba207fe7 100644 --- a/src/Spring/Spring.Aop/Spring.Aop.2010.csproj +++ b/src/Spring/Spring.Aop/Spring.Aop.2010.csproj @@ -1,5 +1,5 @@  - + Local 9.0.30729 @@ -45,6 +45,8 @@ 3.5 ..\..\..\ + + AnyCPU ..\..\..\build\VS.Net.2010\Spring.Aop\Debug\ @@ -92,13 +94,6 @@ prompt - - False - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - System @@ -445,8 +440,8 @@ spring-aop-1.1.xsd - + diff --git a/src/Spring/Spring.Aop/packages.config b/src/Spring/Spring.Aop/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/src/Spring/Spring.Aop/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Spring/Spring.Aop/project.json b/src/Spring/Spring.Aop/project.json new file mode 100644 index 00000000..8b94e8f1 Binary files /dev/null and b/src/Spring/Spring.Aop/project.json differ diff --git a/src/Spring/Spring.Core/Spring.Core.2010.csproj b/src/Spring/Spring.Core/Spring.Core.2010.csproj index 672b9c8c..d5b9319b 100644 --- a/src/Spring/Spring.Core/Spring.Core.2010.csproj +++ b/src/Spring/Spring.Core/Spring.Core.2010.csproj @@ -1,5 +1,5 @@  - + Local 9.0.30729 @@ -44,6 +44,8 @@ 3.5 ..\..\..\ + + AnyCPU ..\..\..\build\VS.Net.2010\Spring.Core\Debug\ @@ -92,13 +94,6 @@ prompt - - False - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - @@ -1298,13 +1293,13 @@ Designer - Designer + @@ -1335,7 +1330,7 @@ - rem $(ProjectDir)..\..\..\build-support\tools\antlr-2.7.6\antlr-2.7.6.exe -o $(ProjectDir)Expressions\Parser $(ProjectDir)Expressions\Expression.g + rem $(ProjectDir)..\..\..\build-support\tools\antlr-2.7.6\antlr-2.7.6.exe -o $(ProjectDir)Expressions\Parser $(ProjectDir)Expressions\Expression.g diff --git a/src/Spring/Spring.Core/packages.config b/src/Spring/Spring.Core/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/src/Spring/Spring.Core/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Spring/Spring.Core/project.json b/src/Spring/Spring.Core/project.json new file mode 100644 index 00000000..8b94e8f1 Binary files /dev/null and b/src/Spring/Spring.Core/project.json differ diff --git a/src/Spring/Spring.Data.NHibernate3/Spring.Data.NHibernate3.2010.csproj b/src/Spring/Spring.Data.NHibernate3/Spring.Data.NHibernate3.2010.csproj index 2f8bd494..817fae7b 100644 --- a/src/Spring/Spring.Data.NHibernate3/Spring.Data.NHibernate3.2010.csproj +++ b/src/Spring/Spring.Data.NHibernate3/Spring.Data.NHibernate3.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,7 @@ false true ..\..\..\ + AnyCPU true @@ -57,20 +58,6 @@ 0618 - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - False - ..\..\..\packages\Iesi.Collections.3.3.3.4001\lib\Net35\Iesi.Collections.dll - - - False - ..\..\..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll - @@ -244,7 +231,7 @@ - + diff --git a/src/Spring/Spring.Messaging.Ems/packages.config b/src/Spring/Spring.Messaging.Ems/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/src/Spring/Spring.Messaging.Ems/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Spring/Spring.Messaging.Ems/project.json b/src/Spring/Spring.Messaging.Ems/project.json new file mode 100644 index 00000000..8b94e8f1 Binary files /dev/null and b/src/Spring/Spring.Messaging.Ems/project.json differ diff --git a/src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.2010.csproj b/src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.2010.csproj index f28fb2e0..68a160e2 100644 --- a/src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.2010.csproj +++ b/src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -16,6 +16,8 @@ 3.5 ..\..\..\ + + AnyCPU true @@ -44,12 +46,6 @@ False ..\..\..\lib\Net\2.0\Apache.NMS.dll - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - @@ -134,15 +130,15 @@ - + - diff --git a/src/Spring/Spring.Messaging.Nms/packages.config b/src/Spring/Spring.Messaging.Nms/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/src/Spring/Spring.Messaging.Nms/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Spring/Spring.Messaging.Nms/project.json b/src/Spring/Spring.Messaging.Nms/project.json new file mode 100644 index 00000000..8b94e8f1 Binary files /dev/null and b/src/Spring/Spring.Messaging.Nms/project.json differ diff --git a/src/Spring/Spring.Messaging/Spring.Messaging.2010.csproj b/src/Spring/Spring.Messaging/Spring.Messaging.2010.csproj index 7fe32286..cbbd2832 100644 --- a/src/Spring/Spring.Messaging/Spring.Messaging.2010.csproj +++ b/src/Spring/Spring.Messaging/Spring.Messaging.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -16,6 +16,8 @@ 3.5 ..\..\..\ + + AnyCPU true @@ -38,13 +40,6 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - True - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - @@ -108,18 +103,18 @@ - + - diff --git a/src/Spring/Spring.Messaging/packages.config b/src/Spring/Spring.Messaging/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/src/Spring/Spring.Messaging/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Spring/Spring.Messaging/project.json b/src/Spring/Spring.Messaging/project.json new file mode 100644 index 00000000..8b94e8f1 Binary files /dev/null and b/src/Spring/Spring.Messaging/project.json differ diff --git a/src/Spring/Spring.Scheduling.Quartz2/Spring.Scheduling.Quartz2.2010.csproj b/src/Spring/Spring.Scheduling.Quartz2/Spring.Scheduling.Quartz2.2010.csproj index a9c80154..9c4214b8 100644 --- a/src/Spring/Spring.Scheduling.Quartz2/Spring.Scheduling.Quartz2.2010.csproj +++ b/src/Spring/Spring.Scheduling.Quartz2/Spring.Scheduling.Quartz2.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -17,6 +17,7 @@ ..\..\..\ + AnyCPU true @@ -40,17 +41,6 @@ ..\..\..\build\VS.NET.2010\Spring.Scheduling.Quartz2\Release\Spring.Scheduling.Quartz2.XML - - False - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\Quartz.2.3.1\lib\net40\Quartz.dll - True - @@ -96,10 +86,7 @@ - - Designer - - + - - + \ No newline at end of file diff --git a/src/Spring/Spring.Scheduling.Quartz2/packages.config b/src/Spring/Spring.Scheduling.Quartz2/packages.config deleted file mode 100644 index cb228c0c..00000000 --- a/src/Spring/Spring.Scheduling.Quartz2/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/Spring/Spring.Scheduling.Quartz2/project.json b/src/Spring/Spring.Scheduling.Quartz2/project.json new file mode 100644 index 00000000..e1bd5e30 Binary files /dev/null and b/src/Spring/Spring.Scheduling.Quartz2/project.json differ diff --git a/src/Spring/Spring.Services/Spring.Services.2010.csproj b/src/Spring/Spring.Services/Spring.Services.2010.csproj index 2df3677b..78026499 100644 --- a/src/Spring/Spring.Services/Spring.Services.2010.csproj +++ b/src/Spring/Spring.Services/Spring.Services.2010.csproj @@ -1,5 +1,5 @@  - + Local 9.0.30729 @@ -31,6 +31,7 @@ ..\..\..\ + AnyCPU ..\..\..\build\VS.Net.2010\Spring.Services\Debug\ @@ -78,14 +79,6 @@ prompt - - False - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - False - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - System @@ -158,8 +151,8 @@ - + diff --git a/src/Spring/Spring.Services/packages.config b/src/Spring/Spring.Services/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/src/Spring/Spring.Services/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Spring/Spring.Services/project.json b/src/Spring/Spring.Services/project.json new file mode 100644 index 00000000..8b94e8f1 Binary files /dev/null and b/src/Spring/Spring.Services/project.json differ diff --git a/src/Spring/Spring.Template.Velocity.Castle/Spring.Template.Velocity.Castle.2010.csproj b/src/Spring/Spring.Template.Velocity.Castle/Spring.Template.Velocity.Castle.2010.csproj index 4b6a71ff..bc734cbf 100644 --- a/src/Spring/Spring.Template.Velocity.Castle/Spring.Template.Velocity.Castle.2010.csproj +++ b/src/Spring/Spring.Template.Velocity.Castle/Spring.Template.Velocity.Castle.2010.csproj @@ -1,5 +1,5 @@  - + Debug @@ -33,6 +33,8 @@ v4.0 3.5 ..\..\..\ + + AnyCPU true @@ -56,15 +58,6 @@ ..\..\..\build\VS.NET.2010\Spring.Template.Velocity.Castle\Release\Spring.Template.Velocity.XML - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\Castle.NVelocity.1.1.1\lib\net40\NVelocity.dll - @@ -96,7 +89,7 @@ Template\Velocity\Config\spring-nvelocity-1.3.xsd Designer - + @@ -108,12 +101,12 @@
-
diff --git a/src/Spring/Spring.Template.Velocity.Castle/Spring.Template.Velocity.Castle.build b/src/Spring/Spring.Template.Velocity.Castle/Spring.Template.Velocity.Castle.build index e8d2f1d8..246abc1a 100644 --- a/src/Spring/Spring.Template.Velocity.Castle/Spring.Template.Velocity.Castle.build +++ b/src/Spring/Spring.Template.Velocity.Castle/Spring.Template.Velocity.Castle.build @@ -9,10 +9,10 @@ - + - + diff --git a/src/Spring/Spring.Template.Velocity.Castle/packages.config b/src/Spring/Spring.Template.Velocity.Castle/packages.config deleted file mode 100644 index 2bfbe020..00000000 --- a/src/Spring/Spring.Template.Velocity.Castle/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/Spring/Spring.Template.Velocity.Castle/project.json b/src/Spring/Spring.Template.Velocity.Castle/project.json new file mode 100644 index 00000000..d4ebf82e Binary files /dev/null and b/src/Spring/Spring.Template.Velocity.Castle/project.json differ diff --git a/src/Spring/Spring.Template.Velocity/Spring.Template.Velocity.2010.csproj b/src/Spring/Spring.Template.Velocity/Spring.Template.Velocity.2010.csproj index 1381b1f3..a47d6243 100644 --- a/src/Spring/Spring.Template.Velocity/Spring.Template.Velocity.2010.csproj +++ b/src/Spring/Spring.Template.Velocity/Spring.Template.Velocity.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,8 @@ v4.0 3.5 ..\..\..\ + + AnyCPU true @@ -55,16 +57,6 @@ ..\..\..\build\VS.NET.2010\Spring.Template.Velocity\Release\Spring.Template.Velocity.XML - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - False - ..\..\..\lib\Net\2.0\NVelocity.dll - @@ -118,15 +110,15 @@
- + -
diff --git a/src/Spring/Spring.Template.Velocity/Spring.Template.Velocity.build b/src/Spring/Spring.Template.Velocity/Spring.Template.Velocity.build index af10dde1..f4326dba 100644 --- a/src/Spring/Spring.Template.Velocity/Spring.Template.Velocity.build +++ b/src/Spring/Spring.Template.Velocity/Spring.Template.Velocity.build @@ -9,7 +9,7 @@ - + diff --git a/src/Spring/Spring.Template.Velocity/Template/Velocity/SpringResourceLoader.cs b/src/Spring/Spring.Template.Velocity/Template/Velocity/SpringResourceLoader.cs index 3d8d9649..73b9f5e8 100644 --- a/src/Spring/Spring.Template.Velocity/Template/Velocity/SpringResourceLoader.cs +++ b/src/Spring/Spring.Template.Velocity/Template/Velocity/SpringResourceLoader.cs @@ -92,8 +92,8 @@ namespace Spring.Template.Velocity { /// /// The ExtendedProperties representing the Velocity configuration. public override void Init(ExtendedProperties configuration) { - resourceLoader = (IResourceLoader)rsvc.GetApplicationAttribute(SPRING_RESOURCE_LOADER); - string resourceLoaderPath = (string)rsvc.GetApplicationAttribute(SPRING_RESOURCE_LOADER_PATH); + resourceLoader = (IResourceLoader)runtimeServices.GetApplicationAttribute(SPRING_RESOURCE_LOADER); + string resourceLoaderPath = (string)runtimeServices.GetApplicationAttribute(SPRING_RESOURCE_LOADER_PATH); if (resourceLoader == null) { throw new ArgumentException("'resourceLoader' application attribute must be present for SpringResourceLoader"); } diff --git a/src/Spring/Spring.Template.Velocity/packages.config b/src/Spring/Spring.Template.Velocity/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/src/Spring/Spring.Template.Velocity/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Spring/Spring.Template.Velocity/project.json b/src/Spring/Spring.Template.Velocity/project.json new file mode 100644 index 00000000..3fdf32b0 --- /dev/null +++ b/src/Spring/Spring.Template.Velocity/project.json @@ -0,0 +1,14 @@ +{ + "dependencies": { + "Common.Logging": "3.0.0", + "Common.Logging.Core": "3.0.0", + "NVelocity": "1.0.3" + }, + "frameworks": { + "net4": {} + }, + "runtimes": { + "win-anycpu": {}, + "win": {} + } +} \ No newline at end of file diff --git a/src/Spring/Spring.Testing.Microsoft/Spring.Testing.Microsoft.2010.csproj b/src/Spring/Spring.Testing.Microsoft/Spring.Testing.Microsoft.2010.csproj index 68934e1f..751b1b01 100644 --- a/src/Spring/Spring.Testing.Microsoft/Spring.Testing.Microsoft.2010.csproj +++ b/src/Spring/Spring.Testing.Microsoft/Spring.Testing.Microsoft.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -33,6 +33,7 @@ true ..\..\..\ + AnyCPU true @@ -58,12 +59,6 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - False @@ -118,15 +113,15 @@ - + - diff --git a/src/Spring/Spring.Testing.Microsoft/packages.config b/src/Spring/Spring.Testing.Microsoft/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/src/Spring/Spring.Testing.Microsoft/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Spring/Spring.Testing.Microsoft/project.json b/src/Spring/Spring.Testing.Microsoft/project.json new file mode 100644 index 00000000..8b94e8f1 Binary files /dev/null and b/src/Spring/Spring.Testing.Microsoft/project.json differ diff --git a/src/Spring/Spring.Testing.NUnit/Spring.Testing.NUnit.2010.csproj b/src/Spring/Spring.Testing.NUnit/Spring.Testing.NUnit.2010.csproj index beec9dfc..94f75f59 100644 --- a/src/Spring/Spring.Testing.NUnit/Spring.Testing.NUnit.2010.csproj +++ b/src/Spring/Spring.Testing.NUnit/Spring.Testing.NUnit.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -16,6 +16,8 @@ 3.5 ..\..\..\ + + AnyCPU true @@ -40,17 +42,6 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - True - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - @@ -77,16 +68,16 @@
- + -
\ No newline at end of file diff --git a/src/Spring/Spring.Testing.NUnit/packages.config b/src/Spring/Spring.Testing.NUnit/packages.config deleted file mode 100644 index 52407b92..00000000 --- a/src/Spring/Spring.Testing.NUnit/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/Spring/Spring.Testing.NUnit/project.json b/src/Spring/Spring.Testing.NUnit/project.json new file mode 100644 index 00000000..8a194fb7 Binary files /dev/null and b/src/Spring/Spring.Testing.NUnit/project.json differ diff --git a/src/Spring/Spring.Web.Conversation.NHibernate3/Spring.Web.Conversation.NHibernate3.2010.csproj b/src/Spring/Spring.Web.Conversation.NHibernate3/Spring.Web.Conversation.NHibernate3.2010.csproj index d2020668..7a7a00c9 100644 --- a/src/Spring/Spring.Web.Conversation.NHibernate3/Spring.Web.Conversation.NHibernate3.2010.csproj +++ b/src/Spring/Spring.Web.Conversation.NHibernate3/Spring.Web.Conversation.NHibernate3.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -17,6 +17,8 @@ 3.5 ..\..\..\ + + AnyCPU true @@ -39,20 +41,6 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - True - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - False - ..\..\..\packages\Iesi.Collections.3.3.3.4001\lib\Net35\Iesi.Collections.dll - - - ..\..\..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll - @@ -74,7 +62,7 @@ - + diff --git a/src/Spring/Spring.Web.Conversation.NHibernate3/packages.config b/src/Spring/Spring.Web.Conversation.NHibernate3/packages.config deleted file mode 100644 index 33135c6b..00000000 --- a/src/Spring/Spring.Web.Conversation.NHibernate3/packages.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/Spring/Spring.Web.Conversation.NHibernate3/project.json b/src/Spring/Spring.Web.Conversation.NHibernate3/project.json new file mode 100644 index 00000000..628cf996 Binary files /dev/null and b/src/Spring/Spring.Web.Conversation.NHibernate3/project.json differ diff --git a/src/Spring/Spring.Web.Extensions/Spring.Web.Extensions.2010.csproj b/src/Spring/Spring.Web.Extensions/Spring.Web.Extensions.2010.csproj index 4dec5684..ea6c5f7c 100644 --- a/src/Spring/Spring.Web.Extensions/Spring.Web.Extensions.2010.csproj +++ b/src/Spring/Spring.Web.Extensions/Spring.Web.Extensions.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -16,6 +16,8 @@ 3.5 ..\..\..\ + + AnyCPU true @@ -38,12 +40,6 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - 3.5 @@ -72,15 +68,15 @@ - + - diff --git a/src/Spring/Spring.Web.Extensions/packages.config b/src/Spring/Spring.Web.Extensions/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/src/Spring/Spring.Web.Extensions/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Spring/Spring.Web.Extensions/project.json b/src/Spring/Spring.Web.Extensions/project.json new file mode 100644 index 00000000..8b94e8f1 Binary files /dev/null and b/src/Spring/Spring.Web.Extensions/project.json differ diff --git a/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.2010.csproj b/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.2010.csproj index ca5116d6..0738b96d 100644 --- a/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.2010.csproj +++ b/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -14,6 +14,7 @@ 512 ..\..\..\ + AnyCPU true @@ -36,45 +37,11 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - True - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - True - ..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.Helpers.dll - - - ..\..\..\packages\Microsoft.AspNet.Mvc.3.0.20105.1\lib\net40\System.Web.Mvc.dll - - - False - ..\..\..\packages\Microsoft.AspNet.Razor.1.0.20105.408\lib\net40\System.Web.Razor.dll - - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.dll - - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Deployment.dll - - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Razor.dll - @@ -105,15 +72,15 @@ - + - diff --git a/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.build b/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.build index 4dfaa583..54187b98 100644 --- a/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.build +++ b/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.build @@ -55,7 +55,7 @@ - +
diff --git a/src/Spring/Spring.Web.Mvc3/packages.config b/src/Spring/Spring.Web.Mvc3/packages.config deleted file mode 100644 index 6a351f47..00000000 --- a/src/Spring/Spring.Web.Mvc3/packages.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/src/Spring/Spring.Web.Mvc3/project.json b/src/Spring/Spring.Web.Mvc3/project.json new file mode 100644 index 00000000..66e906f2 Binary files /dev/null and b/src/Spring/Spring.Web.Mvc3/project.json differ diff --git a/src/Spring/Spring.Web.Mvc4/Spring.Web.Mvc4.2010.csproj b/src/Spring/Spring.Web.Mvc4/Spring.Web.Mvc4.2010.csproj index a6e4a4e5..35e8f259 100644 --- a/src/Spring/Spring.Web.Mvc4/Spring.Web.Mvc4.2010.csproj +++ b/src/Spring/Spring.Web.Mvc4/Spring.Web.Mvc4.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -14,6 +14,7 @@ 512 ..\..\..\ + AnyCPU true @@ -36,63 +37,11 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - True - ..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - - ..\..\..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll - - - ..\..\..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll - - - ..\..\..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll - - - ..\..\..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll - - - True - ..\..\..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.Helpers.dll - - - ..\..\..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll - - - ..\..\..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.30506.0\lib\net40\System.Web.Http.WebHost.dll - - - True - ..\..\..\packages\Microsoft.AspNet.Mvc.4.0.30506.0\lib\net40\System.Web.Mvc.dll - - - True - ..\..\..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll - - - True - ..\..\..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.dll - - - True - ..\..\..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Deployment.dll - - - True - ..\..\..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Razor.dll - @@ -132,7 +81,7 @@ - + \ No newline at end of file diff --git a/templates/vsnet-2008/SolutionTemplates/ado/App.AdoQuickStart/source/App.DataAccess/App.DataAccess.csproj b/templates/vsnet-2008/SolutionTemplates/ado/App.AdoQuickStart/source/App.DataAccess/App.DataAccess.csproj index 09dc032a..887e8754 100644 --- a/templates/vsnet-2008/SolutionTemplates/ado/App.AdoQuickStart/source/App.DataAccess/App.DataAccess.csproj +++ b/templates/vsnet-2008/SolutionTemplates/ado/App.AdoQuickStart/source/App.DataAccess/App.DataAccess.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -87,12 +87,13 @@ + - \ No newline at end of file diff --git a/templates/vsnet-2008/SolutionTemplates/ado/App.AdoQuickStart/source/App.Service/App.Service.csproj b/templates/vsnet-2008/SolutionTemplates/ado/App.AdoQuickStart/source/App.Service/App.Service.csproj index b21e7860..93a9ac57 100644 --- a/templates/vsnet-2008/SolutionTemplates/ado/App.AdoQuickStart/source/App.Service/App.Service.csproj +++ b/templates/vsnet-2008/SolutionTemplates/ado/App.AdoQuickStart/source/App.Service/App.Service.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -12,6 +12,8 @@ App.Service v3.5 512 + + AnyCPU true @@ -47,12 +49,13 @@ App.DataAccess + - \ No newline at end of file diff --git a/templates/vsnet-2008/SolutionTemplates/ado/App.AdoQuickStart/source/App.Tests/App.Tests.csproj b/templates/vsnet-2008/SolutionTemplates/ado/App.AdoQuickStart/source/App.Tests/App.Tests.csproj index 16cf7003..fb78131a 100644 --- a/templates/vsnet-2008/SolutionTemplates/ado/App.AdoQuickStart/source/App.Tests/App.Tests.csproj +++ b/templates/vsnet-2008/SolutionTemplates/ado/App.AdoQuickStart/source/App.Tests/App.Tests.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -119,11 +119,11 @@ - \ No newline at end of file diff --git a/templates/vsnet-2008/SolutionTemplates/classlibrary/App.ClassLibraryQuickStart/source/App.Core.Tests/App.Tests.csproj b/templates/vsnet-2008/SolutionTemplates/classlibrary/App.ClassLibraryQuickStart/source/App.Core.Tests/App.Tests.csproj index f9f072ed..6646835e 100644 --- a/templates/vsnet-2008/SolutionTemplates/classlibrary/App.ClassLibraryQuickStart/source/App.Core.Tests/App.Tests.csproj +++ b/templates/vsnet-2008/SolutionTemplates/classlibrary/App.ClassLibraryQuickStart/source/App.Core.Tests/App.Tests.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -104,11 +104,11 @@ - \ No newline at end of file diff --git a/templates/vsnet-2008/SolutionTemplates/classlibrary/App.ClassLibraryQuickStart/source/App.Core/App.Core.csproj b/templates/vsnet-2008/SolutionTemplates/classlibrary/App.ClassLibraryQuickStart/source/App.Core/App.Core.csproj index c3cb8b9a..d98d2994 100644 --- a/templates/vsnet-2008/SolutionTemplates/classlibrary/App.ClassLibraryQuickStart/source/App.Core/App.Core.csproj +++ b/templates/vsnet-2008/SolutionTemplates/classlibrary/App.ClassLibraryQuickStart/source/App.Core/App.Core.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -79,12 +79,13 @@ + - \ No newline at end of file diff --git a/templates/vsnet-2008/SolutionTemplates/nhibernate/App.HibernateQuickStart/source/App.DataAccess/App.DataAccess.csproj b/templates/vsnet-2008/SolutionTemplates/nhibernate/App.HibernateQuickStart/source/App.DataAccess/App.DataAccess.csproj index 33ff6ccb..a34638d7 100644 --- a/templates/vsnet-2008/SolutionTemplates/nhibernate/App.HibernateQuickStart/source/App.DataAccess/App.DataAccess.csproj +++ b/templates/vsnet-2008/SolutionTemplates/nhibernate/App.HibernateQuickStart/source/App.DataAccess/App.DataAccess.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -104,12 +104,13 @@ + - \ No newline at end of file diff --git a/templates/vsnet-2008/SolutionTemplates/nhibernate/App.HibernateQuickStart/source/App.Service/App.Service.csproj b/templates/vsnet-2008/SolutionTemplates/nhibernate/App.HibernateQuickStart/source/App.Service/App.Service.csproj index 2cabc1e6..8bd84677 100644 --- a/templates/vsnet-2008/SolutionTemplates/nhibernate/App.HibernateQuickStart/source/App.Service/App.Service.csproj +++ b/templates/vsnet-2008/SolutionTemplates/nhibernate/App.HibernateQuickStart/source/App.Service/App.Service.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -12,6 +12,8 @@ App.Service v3.5 512 + + AnyCPU true @@ -47,12 +49,13 @@ App.DataAccess + - \ No newline at end of file diff --git a/templates/vsnet-2008/SolutionTemplates/nhibernate/App.HibernateQuickStart/source/App.Tests/App.Tests.csproj b/templates/vsnet-2008/SolutionTemplates/nhibernate/App.HibernateQuickStart/source/App.Tests/App.Tests.csproj index c34fe99c..7b7270f1 100644 --- a/templates/vsnet-2008/SolutionTemplates/nhibernate/App.HibernateQuickStart/source/App.Tests/App.Tests.csproj +++ b/templates/vsnet-2008/SolutionTemplates/nhibernate/App.HibernateQuickStart/source/App.Tests/App.Tests.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -131,11 +131,11 @@ - \ No newline at end of file diff --git a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.DataAccess/App.DataAccess.csproj b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.DataAccess/App.DataAccess.csproj index e2f3a492..43877d3e 100644 --- a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.DataAccess/App.DataAccess.csproj +++ b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.DataAccess/App.DataAccess.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -87,12 +87,13 @@ + - \ No newline at end of file diff --git a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Service/App.Service.csproj b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Service/App.Service.csproj index 2cabc1e6..8bd84677 100644 --- a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Service/App.Service.csproj +++ b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Service/App.Service.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -12,6 +12,8 @@ App.Service v3.5 512 + + AnyCPU true @@ -47,12 +49,13 @@ App.DataAccess + - \ No newline at end of file diff --git a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/App.Tests.csproj b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/App.Tests.csproj index bd118138..60025320 100644 --- a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/App.Tests.csproj +++ b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/App.Tests.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -124,11 +124,11 @@ - \ No newline at end of file diff --git a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Web.References/App.Web.References.csproj b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Web.References/App.Web.References.csproj index b64834de..d011374d 100644 --- a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Web.References/App.Web.References.csproj +++ b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Web.References/App.Web.References.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -12,6 +12,8 @@ App.Web.References v3.5 512 + + AnyCPU true @@ -53,12 +55,13 @@ + - \ No newline at end of file diff --git a/test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.2010.csproj b/test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.2010.csproj index b0136bd7..06b2c75b 100644 --- a/test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.2010.csproj +++ b/test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Local 9.0.30729 @@ -30,6 +30,7 @@ ..\..\..\ + AnyCPU ..\..\..\build\VS.Net.2010\Spring.Aop.Tests\Debug\ @@ -79,16 +80,6 @@ prompt - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - False ..\..\..\lib\Net\2.0\Rhino.Mocks.dll @@ -276,7 +267,6 @@ Code - @@ -300,6 +290,7 @@ + @@ -322,8 +313,8 @@ - echo "Copying .xml files for tests" -xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2010\Spring.Aop.Tests\$(ConfigurationName)\ /y /s /q /d + echo "Copying .xml files for tests" +xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2010\Spring.Aop.Tests\$(ConfigurationName)\ /y /s /q /d xcopy "$(ProjectDir)$(TargetFileName).config" ..\..\..\..\build\VS.Net.2010\Spring.Aop.Tests\$(ConfigurationName)\ /y /s /q diff --git a/test/Spring/Spring.Aop.Tests/packages.config b/test/Spring/Spring.Aop.Tests/packages.config deleted file mode 100644 index 52407b92..00000000 --- a/test/Spring/Spring.Aop.Tests/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Aop.Tests/project.json b/test/Spring/Spring.Aop.Tests/project.json new file mode 100644 index 00000000..8a194fb7 Binary files /dev/null and b/test/Spring/Spring.Aop.Tests/project.json differ diff --git a/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj b/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj index b775623b..2de3e0d3 100644 --- a/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj +++ b/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Local 9.0.30729 @@ -80,22 +80,7 @@ prompt - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - True - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\FakeItEasy.2.3.0-coreclr-beta57\lib\net40\FakeItEasy.dll - True - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - False ..\..\..\lib\Net\2.0\Rhino.Mocks.dll @@ -825,7 +810,6 @@ - @@ -1009,6 +993,7 @@ Designer + @@ -1043,8 +1028,8 @@ - echo "Copying .xml files for tests" -xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2010\Spring.Core.Tests\$(ConfigurationName)\ /y /s /q /d + echo "Copying .xml files for tests" +xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2010\Spring.Core.Tests\$(ConfigurationName)\ /y /s /q /d xcopy "$(ProjectDir)$(TargetFileName).config" ..\..\..\..\build\VS.Net.2010\Spring.Core.Tests\$(ConfigurationName)\ /y /s /q \ No newline at end of file diff --git a/test/Spring/Spring.Core.Tests/packages.config b/test/Spring/Spring.Core.Tests/packages.config deleted file mode 100644 index 52407b92..00000000 --- a/test/Spring/Spring.Core.Tests/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Core.Tests/project.json b/test/Spring/Spring.Core.Tests/project.json new file mode 100644 index 00000000..cdb2cf89 Binary files /dev/null and b/test/Spring/Spring.Core.Tests/project.json differ diff --git a/test/Spring/Spring.Data.Integration.Tests/Data/DTCTests.cs b/test/Spring/Spring.Data.Integration.Tests/Data/DTCTests.cs index e3dc3540..4302fcf5 100644 --- a/test/Spring/Spring.Data.Integration.Tests/Data/DTCTests.cs +++ b/test/Spring/Spring.Data.Integration.Tests/Data/DTCTests.cs @@ -42,8 +42,8 @@ namespace Spring.Data public void SetUp() { //BasicConfigurator.Configure(); - Console.WriteLine("Hello"); - LogManager.Adapter = new ConsoleOutLoggerFactoryAdapter(new NameValueCollection()); + //Console.WriteLine("Hello"); + //LogManager.Adapter = new ConsoleOutLoggerFactoryAdapter(new NameValueCollection()); //WELLKNOWN: NamespaceParserRegistry.RegisterParser(typeof(TxNamespaceParser)); //WELLKNOWN: NamespaceParserRegistry.RegisterParser(typeof(AopNamespaceParser)); diff --git a/test/Spring/Spring.Data.Integration.Tests/Spring.Data.Integration.Tests.2010.csproj b/test/Spring/Spring.Data.Integration.Tests/Spring.Data.Integration.Tests.2010.csproj index ff61f6ab..7c2c1796 100644 --- a/test/Spring/Spring.Data.Integration.Tests/Spring.Data.Integration.Tests.2010.csproj +++ b/test/Spring/Spring.Data.Integration.Tests/Spring.Data.Integration.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Local 9.0.30729 @@ -30,6 +30,7 @@ ..\..\..\ + AnyCPU ..\..\..\build\VS.Net.2010\Spring.Data.Integration.Tests\Debug\ @@ -77,18 +78,6 @@ prompt - - False - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - False - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - System @@ -192,11 +181,11 @@ - Always + diff --git a/test/Spring/Spring.Data.Integration.Tests/packages.config b/test/Spring/Spring.Data.Integration.Tests/packages.config deleted file mode 100644 index 52407b92..00000000 --- a/test/Spring/Spring.Data.Integration.Tests/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Data.Integration.Tests/project.json b/test/Spring/Spring.Data.Integration.Tests/project.json new file mode 100644 index 00000000..8a194fb7 Binary files /dev/null and b/test/Spring/Spring.Data.Integration.Tests/project.json differ diff --git a/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/DbProviderTemplateTests.cs b/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/DbProviderTemplateTests.cs index f3e757ea..3fc95946 100644 --- a/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/DbProviderTemplateTests.cs +++ b/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/DbProviderTemplateTests.cs @@ -43,7 +43,7 @@ namespace Spring.Data.NHibernate [SetUp] public void SetUp() { - BasicConfigurator.Configure(); + //BasicConfigurator.Configure(); string assemblyName = GetType().Assembly.GetName().Name; ctx = new XmlApplicationContext("assembly://" + assemblyName + "/Spring.Data.NHibernate/dbProviderTemplateTests.xml"); diff --git a/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/HibernateTxScopeTransactionManagerTests.cs b/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/HibernateTxScopeTransactionManagerTests.cs index ddc115ce..262b77de 100644 --- a/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/HibernateTxScopeTransactionManagerTests.cs +++ b/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/HibernateTxScopeTransactionManagerTests.cs @@ -95,7 +95,7 @@ namespace Spring.Data.NHibernate public void SetUp() { //NamespaceParserRegistry.RegisterParser(typeof(DatabaseNamespaceParser)); - BasicConfigurator.Configure(); + //BasicConfigurator.Configure(); string assemblyName = GetType().Assembly.GetName().Name; ctx = new XmlApplicationContext("assembly://" + assemblyName + "/Spring.Data.NHibernate/HibernateTxScopeTransactionManagerTests.xml"); @@ -263,7 +263,7 @@ namespace Spring.Data.NHibernate [Test] public void Test() { - BasicConfigurator.Configure(); + //BasicConfigurator.Configure(); string assemblyName = GetType().Assembly.GetName().Name; ctx = new XmlApplicationContext("assembly://" + assemblyName + "/Spring.Data.NHibernate/txScopeBugTests.xml"); diff --git a/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/MultipleDbTests.cs b/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/MultipleDbTests.cs index d27930bb..2bf9a5ad 100644 --- a/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/MultipleDbTests.cs +++ b/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/MultipleDbTests.cs @@ -71,7 +71,7 @@ namespace Spring.Data.NHibernate [SetUp] public void SetUp() { - BasicConfigurator.Configure(); + //BasicConfigurator.Configure(); string assemblyName = GetType().Assembly.GetName().Name; ctx = new XmlApplicationContext("assembly://" + assemblyName + "/Spring.Data.NHibernate/MultipleDbTests.xml"); } diff --git a/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/TemplateTests.cs b/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/TemplateTests.cs index a7d135d1..4af8f5bc 100644 --- a/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/TemplateTests.cs +++ b/test/Spring/Spring.Data.NHibernate.Integration.Tests/Data/NHibernate/TemplateTests.cs @@ -80,7 +80,7 @@ namespace Spring.Data.NHibernate public void SetUp() { //NamespaceParserRegistry.RegisterParser(typeof(DatabaseNamespaceParser)); - BasicConfigurator.Configure(); + //BasicConfigurator.Configure(); string assemblyName = GetType().Assembly.GetName().Name; ctx = new XmlApplicationContext("assembly://" + assemblyName + "/Spring.Data.NHibernate/templateTests.xml"); diff --git a/test/Spring/Spring.Data.NHibernate.Integration.Tests/Spring.Data.NHibernate.Integration.Tests.2010.csproj b/test/Spring/Spring.Data.NHibernate.Integration.Tests/Spring.Data.NHibernate.Integration.Tests.2010.csproj index 2bf79658..e6120e52 100644 --- a/test/Spring/Spring.Data.NHibernate.Integration.Tests/Spring.Data.NHibernate.Integration.Tests.2010.csproj +++ b/test/Spring/Spring.Data.NHibernate.Integration.Tests/Spring.Data.NHibernate.Integration.Tests.2010.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -10,6 +10,8 @@ Spring Spring.Data.NHibernate.Integration.Tests v4.0 + + AnyCPU true @@ -116,16 +118,16 @@ - - echo "Copying .xml files for tests" -rem xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2010\Spring.Data.NHibernate.Integration.Tests\$(ConfigurationName)\ /y /s /q /d + echo "Copying .xml files for tests" +rem xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2010\Spring.Data.NHibernate.Integration.Tests\$(ConfigurationName)\ /y /s /q /d xcopy "$(ProjectDir)$(TargetFileName).config" ..\..\..\..\build\VS.Net.2010\Spring.Data.NHibernate.Integration.Tests\$(ConfigurationName)\ /y /s /q \ No newline at end of file diff --git a/test/Spring/Spring.Data.NHibernate3.Integration.Tests/Spring.Data.NHibernate3.Integration.Tests.2010.csproj b/test/Spring/Spring.Data.NHibernate3.Integration.Tests/Spring.Data.NHibernate3.Integration.Tests.2010.csproj index 730cb125..efd92f2b 100644 --- a/test/Spring/Spring.Data.NHibernate3.Integration.Tests/Spring.Data.NHibernate3.Integration.Tests.2010.csproj +++ b/test/Spring/Spring.Data.NHibernate3.Integration.Tests/Spring.Data.NHibernate3.Integration.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,7 @@ true ..\..\..\ + AnyCPU true @@ -53,24 +54,9 @@ true - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - False - ..\..\..\packages\Iesi.Collections.3.3.3.4001\lib\Net35\Iesi.Collections.dll - ..\..\..\lib\Net\2.0\log4net.dll - - False - ..\..\..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - @@ -170,8 +156,8 @@ Data\NHibernate\creditdebit.sql - + diff --git a/test/Spring/Spring.Data.NHibernate3.Integration.Tests/packages.config b/test/Spring/Spring.Data.NHibernate3.Integration.Tests/packages.config deleted file mode 100644 index 4cfa35a1..00000000 --- a/test/Spring/Spring.Data.NHibernate3.Integration.Tests/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Data.NHibernate3.Integration.Tests/project.json b/test/Spring/Spring.Data.NHibernate3.Integration.Tests/project.json new file mode 100644 index 00000000..49dcebee Binary files /dev/null and b/test/Spring/Spring.Data.NHibernate3.Integration.Tests/project.json differ diff --git a/test/Spring/Spring.Data.NHibernate3.Tests/Spring.Data.NHibernate3.Tests.2010.csproj b/test/Spring/Spring.Data.NHibernate3.Tests/Spring.Data.NHibernate3.Tests.2010.csproj index b92916e1..2303db8c 100644 --- a/test/Spring/Spring.Data.NHibernate3.Tests/Spring.Data.NHibernate3.Tests.2010.csproj +++ b/test/Spring/Spring.Data.NHibernate3.Tests/Spring.Data.NHibernate3.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,8 @@ false true ..\..\..\ + true + AnyCPU true @@ -53,21 +55,6 @@ true - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - False - ..\..\..\packages\Iesi.Collections.3.3.3.4001\lib\Net35\Iesi.Collections.dll - - - False - ..\..\..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - False ..\..\..\lib\Net\2.0\Rhino.Mocks.dll @@ -80,9 +67,6 @@ Data\NHibernate\Config\AopConfiguration.cs - - Data\NHibernate\DelegatingLocalSessionFactoryObjectTests.cs - Data\NHibernate\HibernateTransactionManagerTests.cs @@ -98,9 +82,6 @@ Data\NHibernate\NHTestObjectDao.cs - - Data\NHibernate\SessionFactoryUtilsTests.cs - Data\NHibernate\SimpleService.cs @@ -118,10 +99,10 @@ - Always + @@ -190,4 +171,5 @@ xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2010\Spring.Data.NHibernate3.Tests\$(ConfigurationName)\ /y /s /q /d xcopy "$(ProjectDir)$(TargetFileName).config" ..\..\..\..\build\VS.Net.2010\Spring.Data.NHibernate3.Tests\$(ConfigurationName)\ /y /s /q + \ No newline at end of file diff --git a/test/Spring/Spring.Data.NHibernate3.Tests/packages.config b/test/Spring/Spring.Data.NHibernate3.Tests/packages.config deleted file mode 100644 index 4cfa35a1..00000000 --- a/test/Spring/Spring.Data.NHibernate3.Tests/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Data.NHibernate3.Tests/project.json b/test/Spring/Spring.Data.NHibernate3.Tests/project.json new file mode 100644 index 00000000..49dcebee Binary files /dev/null and b/test/Spring/Spring.Data.NHibernate3.Tests/project.json differ diff --git a/test/Spring/Spring.Data.NHibernate4.Integration.Tests/Spring.Data.NHibernate4.Integration.Tests.2010.csproj b/test/Spring/Spring.Data.NHibernate4.Integration.Tests/Spring.Data.NHibernate4.Integration.Tests.2010.csproj index d6700330..e123dbf6 100644 --- a/test/Spring/Spring.Data.NHibernate4.Integration.Tests/Spring.Data.NHibernate4.Integration.Tests.2010.csproj +++ b/test/Spring/Spring.Data.NHibernate4.Integration.Tests/Spring.Data.NHibernate4.Integration.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,7 @@ true ..\..\..\ + AnyCPU true @@ -53,27 +54,9 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - True - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\Iesi.Collections.4.0.1.4000\lib\net40\Iesi.Collections.dll - ..\..\..\lib\Net\2.0\log4net.dll - - False - ..\..\..\packages\NHibernate.4.0.3.4000\lib\net40\NHibernate.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - @@ -173,8 +156,8 @@ Data\NHibernate\creditdebit.sql - + diff --git a/test/Spring/Spring.Data.NHibernate4.Integration.Tests/packages.config b/test/Spring/Spring.Data.NHibernate4.Integration.Tests/packages.config deleted file mode 100644 index 97e9322e..00000000 --- a/test/Spring/Spring.Data.NHibernate4.Integration.Tests/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Data.NHibernate4.Integration.Tests/project.json b/test/Spring/Spring.Data.NHibernate4.Integration.Tests/project.json new file mode 100644 index 00000000..7831af4b Binary files /dev/null and b/test/Spring/Spring.Data.NHibernate4.Integration.Tests/project.json differ diff --git a/test/Spring/Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests/Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests.csproj b/test/Spring/Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests/Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests.csproj index b7803ddd..b8b16e8a 100644 --- a/test/Spring/Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests/Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests.csproj +++ b/test/Spring/Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests/Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,8 +9,10 @@ Properties Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests - v4.5 + v4.0 512 + + AnyCPU true @@ -30,26 +32,6 @@ 4 - - False - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - False - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\Iesi.Collections.4.0.1.4000\lib\net40\Iesi.Collections.dll - True - - - ..\..\..\packages\NHibernate.4.0.3.4000\lib\net40\NHibernate.dll - True - - - ..\..\..\packages\NUnit.3.5.0\lib\net45\nunit.framework.dll - True - @@ -98,7 +80,7 @@ - + diff --git a/test/Spring/Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests/packages.config b/test/Spring/Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests/packages.config deleted file mode 100644 index 5fc574d3..00000000 --- a/test/Spring/Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests/project.json b/test/Spring/Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests/project.json new file mode 100644 index 00000000..7831af4b Binary files /dev/null and b/test/Spring/Spring.Data.NHibernate4.NestedTxSuspension.Integration.Tests/project.json differ diff --git a/test/Spring/Spring.Data.NHibernate4.Tests/Spring.Data.NHibernate4.Tests.2010.csproj b/test/Spring/Spring.Data.NHibernate4.Tests/Spring.Data.NHibernate4.Tests.2010.csproj index bdc8b921..b8817dfb 100644 --- a/test/Spring/Spring.Data.NHibernate4.Tests/Spring.Data.NHibernate4.Tests.2010.csproj +++ b/test/Spring/Spring.Data.NHibernate4.Tests/Spring.Data.NHibernate4.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,7 @@ false true ..\..\..\ + AnyCPU true @@ -53,24 +54,6 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\Iesi.Collections.4.0.1.4000\lib\net40\Iesi.Collections.dll - True - - - False - ..\..\..\packages\NHibernate.4.0.3.4000\lib\net40\NHibernate.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - False ..\..\..\lib\Net\2.0\Rhino.Mocks.dll @@ -121,10 +104,10 @@ - Always + diff --git a/test/Spring/Spring.Data.NHibernate4.Tests/packages.config b/test/Spring/Spring.Data.NHibernate4.Tests/packages.config deleted file mode 100644 index 97e9322e..00000000 --- a/test/Spring/Spring.Data.NHibernate4.Tests/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Data.NHibernate4.Tests/project.json b/test/Spring/Spring.Data.NHibernate4.Tests/project.json new file mode 100644 index 00000000..7831af4b Binary files /dev/null and b/test/Spring/Spring.Data.NHibernate4.Tests/project.json differ diff --git a/test/Spring/Spring.Data.Tests/Spring.Data.Tests.2010.csproj b/test/Spring/Spring.Data.Tests/Spring.Data.Tests.2010.csproj index 9569c4f4..55115675 100644 --- a/test/Spring/Spring.Data.Tests/Spring.Data.Tests.2010.csproj +++ b/test/Spring/Spring.Data.Tests/Spring.Data.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Local 9.0.30729 @@ -28,6 +28,7 @@ ..\..\..\ + AnyCPU ..\..\..\build\VS.Net.2010\Spring.Data.Tests\Debug\ @@ -76,16 +77,6 @@ prompt - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - False ..\..\..\lib\Net\2.0\Rhino.Mocks.dll @@ -197,15 +188,15 @@ - + - echo "Copying .xml files for tests" -xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2010\Spring.Data.Tests\$(ConfigurationName)\ /y /s /q /d + echo "Copying .xml files for tests" +xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2010\Spring.Data.Tests\$(ConfigurationName)\ /y /s /q /d xcopy "$(ProjectDir)$(TargetFileName).config" ..\..\..\..\build\VS.Net.2010\Spring.Data.Tests\$(ConfigurationName)\ /y /s /q diff --git a/test/Spring/Spring.Data.Tests/Spring.Data.Tests.build b/test/Spring/Spring.Data.Tests/Spring.Data.Tests.build index de273ab4..80db535a 100644 --- a/test/Spring/Spring.Data.Tests/Spring.Data.Tests.build +++ b/test/Spring/Spring.Data.Tests/Spring.Data.Tests.build @@ -52,7 +52,7 @@ - + diff --git a/test/Spring/Spring.Data.Tests/packages.config b/test/Spring/Spring.Data.Tests/packages.config deleted file mode 100644 index 0f96ec69..00000000 --- a/test/Spring/Spring.Data.Tests/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Data.Tests/project.json b/test/Spring/Spring.Data.Tests/project.json new file mode 100644 index 00000000..8a194fb7 Binary files /dev/null and b/test/Spring/Spring.Data.Tests/project.json differ diff --git a/test/Spring/Spring.Messaging.Ems.Integration.Tests/Spring.Messaging.Ems.Integration.Tests.2010.csproj b/test/Spring/Spring.Messaging.Ems.Integration.Tests/Spring.Messaging.Ems.Integration.Tests.2010.csproj index dce18306..ca11d32f 100644 --- a/test/Spring/Spring.Messaging.Ems.Integration.Tests/Spring.Messaging.Ems.Integration.Tests.2010.csproj +++ b/test/Spring/Spring.Messaging.Ems.Integration.Tests/Spring.Messaging.Ems.Integration.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -18,6 +18,7 @@ ..\..\..\ + AnyCPU true @@ -39,16 +40,6 @@ AllRules.ruleset - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - @@ -75,10 +66,10 @@ - Always + diff --git a/test/Spring/Spring.Messaging.Ems.Integration.Tests/Spring.Messaging.Ems.Integration.Tests.csproj b/test/Spring/Spring.Messaging.Ems.Integration.Tests/Spring.Messaging.Ems.Integration.Tests.csproj index 8223f590..b8f2ad90 100644 --- a/test/Spring/Spring.Messaging.Ems.Integration.Tests/Spring.Messaging.Ems.Integration.Tests.csproj +++ b/test/Spring/Spring.Messaging.Ems.Integration.Tests/Spring.Messaging.Ems.Integration.Tests.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -14,6 +14,8 @@ 512 + + AnyCPU true @@ -33,14 +35,6 @@ 4 - - False - ..\..\..\lib\Net\2.0\Common.Logging.dll - - - False - ..\..\..\lib\Net\2.0\nunit.framework.dll - @@ -96,6 +90,7 @@ Always + @@ -110,11 +105,11 @@ - \ No newline at end of file diff --git a/test/Spring/Spring.Messaging.Ems.Integration.Tests/packages.config b/test/Spring/Spring.Messaging.Ems.Integration.Tests/packages.config deleted file mode 100644 index 52407b92..00000000 --- a/test/Spring/Spring.Messaging.Ems.Integration.Tests/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Messaging.Ems.Integration.Tests/project.json b/test/Spring/Spring.Messaging.Ems.Integration.Tests/project.json new file mode 100644 index 00000000..8a194fb7 Binary files /dev/null and b/test/Spring/Spring.Messaging.Ems.Integration.Tests/project.json differ diff --git a/test/Spring/Spring.Messaging.Ems.Tests/Spring.Messaging.Ems.Tests.2010.csproj b/test/Spring/Spring.Messaging.Ems.Tests/Spring.Messaging.Ems.Tests.2010.csproj index fbfed34a..4eae0469 100644 --- a/test/Spring/Spring.Messaging.Ems.Tests/Spring.Messaging.Ems.Tests.2010.csproj +++ b/test/Spring/Spring.Messaging.Ems.Tests/Spring.Messaging.Ems.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -31,6 +31,8 @@ 1.0.0.%2a false true + + AnyCPU true @@ -54,14 +56,6 @@ AllRules.ruleset - - False - ..\..\..\lib\Net\2.0\Common.Logging.dll - - - False - ..\..\..\lib\net\2.0\nunit.framework.dll - False ..\..\..\lib\Net\2.0\Rhino.Mocks.dll @@ -156,12 +150,13 @@ false + - \ No newline at end of file diff --git a/test/Spring/Spring.Messaging.Nms.Integration.Tests/Spring.Messaging.Nms.Integration.Tests.2010.csproj b/test/Spring/Spring.Messaging.Nms.Integration.Tests/Spring.Messaging.Nms.Integration.Tests.2010.csproj index e0ac0a08..22b4fbb4 100644 --- a/test/Spring/Spring.Messaging.Nms.Integration.Tests/Spring.Messaging.Nms.Integration.Tests.2010.csproj +++ b/test/Spring/Spring.Messaging.Nms.Integration.Tests/Spring.Messaging.Nms.Integration.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -33,6 +33,7 @@ false true ..\..\..\ + AnyCPU true @@ -64,23 +65,13 @@ False ..\..\..\lib\Net\2.0\Apache.NMS.ActiveMQ.dll - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - - + diff --git a/test/Spring/Spring.Messaging.Nms.Integration.Tests/Spring.Messaging.Nms.Integration.Tests.csproj b/test/Spring/Spring.Messaging.Nms.Integration.Tests/Spring.Messaging.Nms.Integration.Tests.csproj index a6d84f35..b12920d0 100644 --- a/test/Spring/Spring.Messaging.Nms.Integration.Tests/Spring.Messaging.Nms.Integration.Tests.csproj +++ b/test/Spring/Spring.Messaging.Nms.Integration.Tests/Spring.Messaging.Nms.Integration.Tests.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -14,6 +14,8 @@ 512 + + AnyCPU true @@ -41,20 +43,13 @@ False ..\..\..\lib\Net\2.0\Apache.NMS.ActiveMQ.dll - - False - ..\..\..\lib\Net\2.0\Common.Logging.dll - - - False - ..\..\..\lib\Net\2.0\nunit.framework.dll - + @@ -94,11 +89,11 @@ - \ No newline at end of file diff --git a/test/Spring/Spring.Messaging.Nms.Integration.Tests/packages.config b/test/Spring/Spring.Messaging.Nms.Integration.Tests/packages.config deleted file mode 100644 index 52407b92..00000000 --- a/test/Spring/Spring.Messaging.Nms.Integration.Tests/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Messaging.Nms.Integration.Tests/project.json b/test/Spring/Spring.Messaging.Nms.Integration.Tests/project.json new file mode 100644 index 00000000..8a194fb7 Binary files /dev/null and b/test/Spring/Spring.Messaging.Nms.Integration.Tests/project.json differ diff --git a/test/Spring/Spring.Messaging.Nms.Tests/Spring.Messaging.Nms.Tests.2010.csproj b/test/Spring/Spring.Messaging.Nms.Tests/Spring.Messaging.Nms.Tests.2010.csproj index 0f4a6c51..caeafa7c 100644 --- a/test/Spring/Spring.Messaging.Nms.Tests/Spring.Messaging.Nms.Tests.2010.csproj +++ b/test/Spring/Spring.Messaging.Nms.Tests/Spring.Messaging.Nms.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -17,6 +17,7 @@ ..\..\..\ + AnyCPU true @@ -47,16 +48,6 @@ False ..\..\..\lib\Net\2.0\Apache.NMS.ActiveMQ.dll - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - False ..\..\..\lib\Net\2.0\Rhino.Mocks.dll @@ -129,18 +120,18 @@ - + - diff --git a/test/Spring/Spring.Messaging.Nms.Tests/packages.config b/test/Spring/Spring.Messaging.Nms.Tests/packages.config deleted file mode 100644 index 52407b92..00000000 --- a/test/Spring/Spring.Messaging.Nms.Tests/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Messaging.Nms.Tests/project.json b/test/Spring/Spring.Messaging.Nms.Tests/project.json new file mode 100644 index 00000000..8a194fb7 Binary files /dev/null and b/test/Spring/Spring.Messaging.Nms.Tests/project.json differ diff --git a/test/Spring/Spring.Messaging.Tests/Spring.Messaging.Tests.2010.csproj b/test/Spring/Spring.Messaging.Tests/Spring.Messaging.Tests.2010.csproj index 01e04f2f..6f722aee 100644 --- a/test/Spring/Spring.Messaging.Tests/Spring.Messaging.Tests.2010.csproj +++ b/test/Spring/Spring.Messaging.Tests/Spring.Messaging.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -17,6 +17,7 @@ ..\..\..\ + AnyCPU true @@ -36,17 +37,6 @@ 4 - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - True - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - False ..\..\..\lib\Net\2.0\Rhino.Mocks.dll @@ -126,19 +116,19 @@ - + - diff --git a/test/Spring/Spring.Messaging.Tests/packages.config b/test/Spring/Spring.Messaging.Tests/packages.config deleted file mode 100644 index 52407b92..00000000 --- a/test/Spring/Spring.Messaging.Tests/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Messaging.Tests/project.json b/test/Spring/Spring.Messaging.Tests/project.json new file mode 100644 index 00000000..8a194fb7 Binary files /dev/null and b/test/Spring/Spring.Messaging.Tests/project.json differ diff --git a/test/Spring/Spring.Scheduling.Quartz.Integration.Tests/Spring.Scheduling.Quartz.Integration.Tests.2010.csproj b/test/Spring/Spring.Scheduling.Quartz.Integration.Tests/Spring.Scheduling.Quartz.Integration.Tests.2010.csproj index f6c42c6f..ecd9d36c 100644 --- a/test/Spring/Spring.Scheduling.Quartz.Integration.Tests/Spring.Scheduling.Quartz.Integration.Tests.2010.csproj +++ b/test/Spring/Spring.Scheduling.Quartz.Integration.Tests/Spring.Scheduling.Quartz.Integration.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -15,6 +15,8 @@ 3.5 + + AnyCPU true @@ -34,14 +36,6 @@ 4 - - False - ..\..\..\lib\net\2.0\nunit.framework.dll - - - False - ..\..\..\lib\Quartz10\net\2.0\Quartz.dll - False ..\..\..\lib\Net\2.0\Rhino.Mocks.dll diff --git a/test/Spring/Spring.Scheduling.Quartz2.Integration.Tests/Spring.Scheduling.Quartz2.Integration.Tests.2010.csproj b/test/Spring/Spring.Scheduling.Quartz2.Integration.Tests/Spring.Scheduling.Quartz2.Integration.Tests.2010.csproj index cd834e76..6d2c7e20 100644 --- a/test/Spring/Spring.Scheduling.Quartz2.Integration.Tests/Spring.Scheduling.Quartz2.Integration.Tests.2010.csproj +++ b/test/Spring/Spring.Scheduling.Quartz2.Integration.Tests/Spring.Scheduling.Quartz2.Integration.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,7 @@ true ..\..\..\ + AnyCPU true @@ -53,21 +54,6 @@ true - - False - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - - - False - ..\..\..\packages\Quartz.2.3.1\lib\net40\Quartz.dll - False ..\..\..\lib\Net\2.0\Rhino.Mocks.dll @@ -81,13 +67,10 @@ - - Designer - - PreserveNewest + @@ -138,5 +121,4 @@ --> - - + \ No newline at end of file diff --git a/test/Spring/Spring.Scheduling.Quartz2.Integration.Tests/packages.config b/test/Spring/Spring.Scheduling.Quartz2.Integration.Tests/packages.config deleted file mode 100644 index f757478d..00000000 --- a/test/Spring/Spring.Scheduling.Quartz2.Integration.Tests/packages.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Scheduling.Quartz2.Integration.Tests/project.json b/test/Spring/Spring.Scheduling.Quartz2.Integration.Tests/project.json new file mode 100644 index 00000000..4f70cd54 Binary files /dev/null and b/test/Spring/Spring.Scheduling.Quartz2.Integration.Tests/project.json differ diff --git a/test/Spring/Spring.Scheduling.Quartz2.Tests/Spring.Scheduling.Quartz2.Tests.2010.csproj b/test/Spring/Spring.Scheduling.Quartz2.Tests/Spring.Scheduling.Quartz2.Tests.2010.csproj index 447bfa12..e70ba790 100644 --- a/test/Spring/Spring.Scheduling.Quartz2.Tests/Spring.Scheduling.Quartz2.Tests.2010.csproj +++ b/test/Spring/Spring.Scheduling.Quartz2.Tests/Spring.Scheduling.Quartz2.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -17,6 +17,7 @@ ..\..\..\ + AnyCPU true @@ -40,21 +41,6 @@ true - - False - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - - - False - ..\..\..\packages\Quartz.2.3.1\lib\net40\Quartz.dll - False ..\..\..\lib\Net\2.0\Rhino.Mocks.dll @@ -96,14 +82,11 @@ - - Designer - - PreserveNewest Designer + @@ -132,5 +115,4 @@ --> - - + \ No newline at end of file diff --git a/test/Spring/Spring.Scheduling.Quartz2.Tests/packages.config b/test/Spring/Spring.Scheduling.Quartz2.Tests/packages.config deleted file mode 100644 index f757478d..00000000 --- a/test/Spring/Spring.Scheduling.Quartz2.Tests/packages.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Scheduling.Quartz2.Tests/project.json b/test/Spring/Spring.Scheduling.Quartz2.Tests/project.json new file mode 100644 index 00000000..4f70cd54 Binary files /dev/null and b/test/Spring/Spring.Scheduling.Quartz2.Tests/project.json differ diff --git a/test/Spring/Spring.Services.Tests/Spring.Services.Tests.2010.csproj b/test/Spring/Spring.Services.Tests/Spring.Services.Tests.2010.csproj index 9678c475..41f6614c 100644 --- a/test/Spring/Spring.Services.Tests/Spring.Services.Tests.2010.csproj +++ b/test/Spring/Spring.Services.Tests/Spring.Services.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Local 9.0.30729 @@ -30,6 +30,7 @@ ..\..\..\ + AnyCPU ..\..\..\build\VS.Net.2010\Spring.Services.Tests\Debug\ @@ -79,16 +80,6 @@ prompt - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - False ..\..\..\lib\Net\2.0\Rhino.Mocks.dll @@ -155,7 +146,6 @@ - PreserveNewest @@ -172,6 +162,7 @@ + @@ -232,8 +223,8 @@ - echo "Copying .xml files for Spring.Services tests" -xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2010\Spring.Services.Tests\$(ConfigurationName)\ /y /s /q /d + echo "Copying .xml files for Spring.Services tests" +xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2010\Spring.Services.Tests\$(ConfigurationName)\ /y /s /q /d xcopy "$(ProjectDir)$(TargetFileName).config" ..\..\..\..\build\VS.Net.2010\Spring.Services.Tests\$(ConfigurationName)\ /y /s /q diff --git a/test/Spring/Spring.Services.Tests/Spring.Services.WindowsService.Samples.csproj b/test/Spring/Spring.Services.Tests/Spring.Services.WindowsService.Samples.csproj index 0bbb0a80..a4bd7408 100644 --- a/test/Spring/Spring.Services.Tests/Spring.Services.WindowsService.Samples.csproj +++ b/test/Spring/Spring.Services.Tests/Spring.Services.WindowsService.Samples.csproj @@ -1,141 +1,33 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/Spring/Spring.Services.Tests/packages.config b/test/Spring/Spring.Services.Tests/packages.config deleted file mode 100644 index 52407b92..00000000 --- a/test/Spring/Spring.Services.Tests/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Services.Tests/project.json b/test/Spring/Spring.Services.Tests/project.json new file mode 100644 index 00000000..8a194fb7 Binary files /dev/null and b/test/Spring/Spring.Services.Tests/project.json differ diff --git a/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.2010.csproj b/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.2010.csproj index 348bb3b5..553afb35 100644 --- a/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.2010.csproj +++ b/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -18,6 +18,7 @@ ..\..\..\ + AnyCPU true @@ -41,24 +42,23 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - - - ..\..\..\packages\Castle.NVelocity.1.1.1\lib\net40\NVelocity.dll - + + CompilerOptionsTests.cs + + + ExceptionsTest.cs + + + Objects\Factory\Xml\ReadOnlyXmlTestResource.cs + + + StandardsComplianceTest.cs + Template\Velocity\VelocityEngineFactoryObjectTests.cs @@ -79,10 +79,6 @@ {250601c0-a4ac-41fe-b484-51a9b0d5473d} Spring.Template.Velocity.Castle.2010 - - {44B16BAA-6DF8-447C-9D7F-3AD3D854D904} - Spring.Core.Tests.2010 - @@ -92,13 +88,13 @@ Template\Velocity\SimpleTemplate.vm Always - Always Always + @@ -110,12 +106,11 @@ - - - + \ No newline at end of file diff --git a/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.build b/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.build index cfb72969..26d95ccc 100644 --- a/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.build +++ b/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.build @@ -11,10 +11,10 @@ --> - + - + diff --git a/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.csproj b/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.csproj index 13761b7f..036673ba 100644 --- a/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.csproj +++ b/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -14,6 +14,8 @@ 512 + + AnyCPU true @@ -37,14 +39,6 @@ true - - False - ..\..\..\lib\Net\2.0\nunit.framework.dll - - - False - ..\..\..\lib\Net\2.0\NVelocity.dll - @@ -83,6 +77,7 @@ + diff --git a/test/Spring/Spring.Template.Velocity.Castle.Tests/packages.config b/test/Spring/Spring.Template.Velocity.Castle.Tests/packages.config deleted file mode 100644 index ddb53e9d..00000000 --- a/test/Spring/Spring.Template.Velocity.Castle.Tests/packages.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Template.Velocity.Castle.Tests/project.json b/test/Spring/Spring.Template.Velocity.Castle.Tests/project.json new file mode 100644 index 00000000..e09e44f9 Binary files /dev/null and b/test/Spring/Spring.Template.Velocity.Castle.Tests/project.json differ diff --git a/test/Spring/Spring.Template.Velocity.Tests/Spring.Template.Velocity.Tests.2010.csproj b/test/Spring/Spring.Template.Velocity.Tests/Spring.Template.Velocity.Tests.2010.csproj index e40dbe7d..2990f275 100644 --- a/test/Spring/Spring.Template.Velocity.Tests/Spring.Template.Velocity.Tests.2010.csproj +++ b/test/Spring/Spring.Template.Velocity.Tests/Spring.Template.Velocity.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -18,6 +18,7 @@ ..\..\..\ + AnyCPU true @@ -41,20 +42,6 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - - - False - ..\..\..\lib\Net\2.0\NVelocity.dll - @@ -88,11 +75,11 @@ - Always + @@ -101,12 +88,12 @@ - diff --git a/test/Spring/Spring.Template.Velocity.Tests/Spring.Template.Velocity.Tests.build b/test/Spring/Spring.Template.Velocity.Tests/Spring.Template.Velocity.Tests.build index 15b3b12f..e9f266d4 100644 --- a/test/Spring/Spring.Template.Velocity.Tests/Spring.Template.Velocity.Tests.build +++ b/test/Spring/Spring.Template.Velocity.Tests/Spring.Template.Velocity.Tests.build @@ -12,7 +12,7 @@ - + diff --git a/test/Spring/Spring.Template.Velocity.Tests/Spring.Template.Velocity.Tests.csproj b/test/Spring/Spring.Template.Velocity.Tests/Spring.Template.Velocity.Tests.csproj index 87ec4b52..70cec555 100644 --- a/test/Spring/Spring.Template.Velocity.Tests/Spring.Template.Velocity.Tests.csproj +++ b/test/Spring/Spring.Template.Velocity.Tests/Spring.Template.Velocity.Tests.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -14,6 +14,8 @@ 512 + + AnyCPU true @@ -37,14 +39,6 @@ true - - False - ..\..\..\lib\Net\2.0\nunit.framework.dll - - - False - ..\..\..\lib\Net\2.0\NVelocity.dll - @@ -83,16 +77,17 @@ + - \ No newline at end of file diff --git a/test/Spring/Spring.Template.Velocity.Tests/packages.config b/test/Spring/Spring.Template.Velocity.Tests/packages.config deleted file mode 100644 index 52407b92..00000000 --- a/test/Spring/Spring.Template.Velocity.Tests/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Template.Velocity.Tests/project.json b/test/Spring/Spring.Template.Velocity.Tests/project.json new file mode 100644 index 00000000..960737ae Binary files /dev/null and b/test/Spring/Spring.Template.Velocity.Tests/project.json differ diff --git a/test/Spring/Spring.Testing.Microsoft.Tests/Spring.Testing.Microsoft.Tests.2010.csproj b/test/Spring/Spring.Testing.Microsoft.Tests/Spring.Testing.Microsoft.Tests.2010.csproj index 31237c77..649ee4ec 100644 --- a/test/Spring/Spring.Testing.Microsoft.Tests/Spring.Testing.Microsoft.Tests.2010.csproj +++ b/test/Spring/Spring.Testing.Microsoft.Tests/Spring.Testing.Microsoft.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -18,6 +18,8 @@ 3.5 ..\..\..\ + + AnyCPU true @@ -41,12 +43,6 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - False @@ -58,8 +54,8 @@ - + @@ -90,12 +86,12 @@ - diff --git a/test/Spring/Spring.Testing.Microsoft.Tests/packages.config b/test/Spring/Spring.Testing.Microsoft.Tests/packages.config deleted file mode 100644 index 2f6c2da7..00000000 --- a/test/Spring/Spring.Testing.Microsoft.Tests/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Testing.Microsoft.Tests/project.json b/test/Spring/Spring.Testing.Microsoft.Tests/project.json new file mode 100644 index 00000000..8b94e8f1 Binary files /dev/null and b/test/Spring/Spring.Testing.Microsoft.Tests/project.json differ diff --git a/test/Spring/Spring.Testing.NUnit.Tests/Spring.Testing.NUnit.Tests.2010.csproj b/test/Spring/Spring.Testing.NUnit.Tests/Spring.Testing.NUnit.Tests.2010.csproj index 8398a723..53773e27 100644 --- a/test/Spring/Spring.Testing.NUnit.Tests/Spring.Testing.NUnit.Tests.2010.csproj +++ b/test/Spring/Spring.Testing.NUnit.Tests/Spring.Testing.NUnit.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -19,6 +19,7 @@ ..\..\..\ + AnyCPU true @@ -40,16 +41,6 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - False ..\..\..\lib\Net\2.0\Rhino.Mocks.dll @@ -93,18 +84,18 @@ - + - \ No newline at end of file diff --git a/test/Spring/Spring.Testing.NUnit.Tests/packages.config b/test/Spring/Spring.Testing.NUnit.Tests/packages.config deleted file mode 100644 index 52407b92..00000000 --- a/test/Spring/Spring.Testing.NUnit.Tests/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Testing.NUnit.Tests/project.json b/test/Spring/Spring.Testing.NUnit.Tests/project.json new file mode 100644 index 00000000..8a194fb7 Binary files /dev/null and b/test/Spring/Spring.Testing.NUnit.Tests/project.json differ diff --git a/test/Spring/Spring.Web.Conversation.NHibernate3.Tests/Spring.Web.Conversation.NHibernate3.Tests.2010.csproj b/test/Spring/Spring.Web.Conversation.NHibernate3.Tests/Spring.Web.Conversation.NHibernate3.Tests.2010.csproj index 3cad0e8d..762b2b65 100644 --- a/test/Spring/Spring.Web.Conversation.NHibernate3.Tests/Spring.Web.Conversation.NHibernate3.Tests.2010.csproj +++ b/test/Spring/Spring.Web.Conversation.NHibernate3.Tests/Spring.Web.Conversation.NHibernate3.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -32,6 +32,8 @@ false true ..\..\..\ + + AnyCPU true @@ -58,24 +60,6 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - False - ..\..\..\packages\Iesi.Collections.3.3.3.4001\lib\Net35\Iesi.Collections.dll - - - False - ..\..\..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - False ..\..\..\lib\Net\2.0\NUnitAspEx.dll @@ -234,7 +218,7 @@ PreserveNewest - + diff --git a/test/Spring/Spring.Web.Conversation.NHibernate3.Tests/packages.config b/test/Spring/Spring.Web.Conversation.NHibernate3.Tests/packages.config deleted file mode 100644 index 4cfa35a1..00000000 --- a/test/Spring/Spring.Web.Conversation.NHibernate3.Tests/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Web.Conversation.NHibernate3.Tests/project.json b/test/Spring/Spring.Web.Conversation.NHibernate3.Tests/project.json new file mode 100644 index 00000000..49dcebee Binary files /dev/null and b/test/Spring/Spring.Web.Conversation.NHibernate3.Tests/project.json differ diff --git a/test/Spring/Spring.Web.Mvc.Tests/Spring.Web.Mvc.Tests.2010.csproj b/test/Spring/Spring.Web.Mvc.Tests/Spring.Web.Mvc.Tests.2010.csproj index c893f1aa..96159746 100644 --- a/test/Spring/Spring.Web.Mvc.Tests/Spring.Web.Mvc.Tests.2010.csproj +++ b/test/Spring/Spring.Web.Mvc.Tests/Spring.Web.Mvc.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -13,6 +13,7 @@ v4.0 512 + AnyCPU true @@ -33,10 +34,6 @@ 4 - - ..\..\..\lib\Net\2.0\nunit.framework.dll - True - @@ -96,12 +93,13 @@ + - \ No newline at end of file diff --git a/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.2010.csproj b/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.2010.csproj index ab7d73d2..4f997b22 100644 --- a/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.2010.csproj +++ b/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -14,6 +14,7 @@ 512 ..\..\..\ + AnyCPU true @@ -35,49 +36,11 @@ true - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - True - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - True - ..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.Helpers.dll - - - ..\..\..\packages\Microsoft.AspNet.Mvc.3.0.20105.1\lib\net40\System.Web.Mvc.dll - - - False - ..\..\..\packages\Microsoft.AspNet.Razor.1.0.20105.408\lib\net40\System.Web.Razor.dll - - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.dll - - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Deployment.dll - - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Razor.dll - @@ -119,18 +82,18 @@ - + - diff --git a/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.build b/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.build index dbc4935e..c5f4be6e 100644 --- a/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.build +++ b/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.build @@ -15,7 +15,7 @@ - + - @@ -55,10 +47,10 @@ - - - - + + + + @@ -106,7 +98,7 @@ - + diff --git a/test/Spring/Spring.Web.Mvc4.Tests/packages.config b/test/Spring/Spring.Web.Mvc4.Tests/packages.config deleted file mode 100644 index 0ed0f28c..00000000 --- a/test/Spring/Spring.Web.Mvc4.Tests/packages.config +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Web.Mvc4.Tests/project.json b/test/Spring/Spring.Web.Mvc4.Tests/project.json new file mode 100644 index 00000000..829d469e Binary files /dev/null and b/test/Spring/Spring.Web.Mvc4.Tests/project.json differ diff --git a/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.2010.csproj b/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.2010.csproj index a4a85187..517d72ce 100644 --- a/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.2010.csproj +++ b/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -14,6 +14,7 @@ 512 ..\..\..\ + AnyCPU true @@ -37,49 +38,11 @@ false - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - True - ..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net45\nunit.framework.dll - True - - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.Helpers.dll - - - False - ..\..\..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll - - - False - ..\..\..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll - - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.dll - - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Deployment.dll - - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Razor.dll - @@ -133,7 +96,7 @@ - + diff --git a/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.build b/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.build index 1aedec32..03e31ff1 100644 --- a/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.build +++ b/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.build @@ -15,9 +15,9 @@ - - - + + + @@ -67,9 +67,9 @@ - - - + + + @@ -97,7 +97,7 @@ - + diff --git a/test/Spring/Spring.Web.Mvc5.Tests/packages.config b/test/Spring/Spring.Web.Mvc5.Tests/packages.config deleted file mode 100644 index 80b5a317..00000000 --- a/test/Spring/Spring.Web.Mvc5.Tests/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Web.Mvc5.Tests/project.json b/test/Spring/Spring.Web.Mvc5.Tests/project.json new file mode 100644 index 00000000..1d89f0d6 --- /dev/null +++ b/test/Spring/Spring.Web.Mvc5.Tests/project.json @@ -0,0 +1,16 @@ +{ + "dependencies": { + "Common.Logging": "3.0.0", + "Common.Logging.Core": "3.0.0", + "Microsoft.AspNet.Mvc": "5.2.3", + "Microsoft.AspNet.WebApi.WebHost": "5.2.3", + "NUnit": "3.5.0" + }, + "frameworks": { + "net45": {} + }, + "runtimes": { + "win-anycpu": {}, + "win": {} + } +} \ No newline at end of file diff --git a/test/Spring/Spring.Web.Tests/Spring.Web.Tests.2010.csproj b/test/Spring/Spring.Web.Tests/Spring.Web.Tests.2010.csproj index 0914833e..468579cb 100644 --- a/test/Spring/Spring.Web.Tests/Spring.Web.Tests.2010.csproj +++ b/test/Spring/Spring.Web.Tests/Spring.Web.Tests.2010.csproj @@ -1,5 +1,5 @@  - + Local 9.0.30729 @@ -45,6 +45,7 @@ ..\..\..\ + AnyCPU ..\..\..\build\VS.Net.2010\Spring.Web.Tests\Debug\ @@ -158,8 +159,8 @@ - + @@ -189,17 +190,6 @@ - - ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll - True - - - ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll - - - ..\..\..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll - True - False ..\..\..\lib\Net\2.0\NUnitAsp.dll @@ -258,8 +248,8 @@ - echo "Copying .xml files for tests" -%25SystemRoot%25\system32\xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2010\Spring.Web.Tests\$(ConfigurationName)\ /y /s /q /d + echo "Copying .xml files for tests" +%25SystemRoot%25\system32\xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2010\Spring.Web.Tests\$(ConfigurationName)\ /y /s /q /d diff --git a/test/Spring/Spring.Web.Tests/packages.config b/test/Spring/Spring.Web.Tests/packages.config deleted file mode 100644 index 52407b92..00000000 --- a/test/Spring/Spring.Web.Tests/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/test/Spring/Spring.Web.Tests/project.json b/test/Spring/Spring.Web.Tests/project.json new file mode 100644 index 00000000..8a194fb7 Binary files /dev/null and b/test/Spring/Spring.Web.Tests/project.json differ