From 1ed1a8a580e3dfebc897090071f785df31734fc1 Mon Sep 17 00:00:00 2001 From: Shannon Date: Thu, 17 Mar 2016 10:43:05 +0100 Subject: [PATCH] umbraco.businesslogic.dll = GONE --- src/Umbraco.Tests/Umbraco.Tests.csproj | 4 - src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 5 - src/Umbraco.Web/Umbraco.Web.csproj | 5 - src/UmbracoExamine/UmbracoExamine.csproj | 4 - .../Properties/AssemblyInfo.cs | 22 -- src/umbraco.businesslogic/app.config | 35 --- src/umbraco.businesslogic/packages.config | 10 - .../umbraco.businesslogic.csproj | 229 ------------------ .../umbraco.businesslogic.csproj.DotSettings | 2 - src/umbraco.cms/umbraco.cms.csproj | 5 - src/umbraco.controls/umbraco.controls.csproj | 4 - src/umbraco.sln | 6 - 12 files changed, 331 deletions(-) delete mode 100644 src/umbraco.businesslogic/Properties/AssemblyInfo.cs delete mode 100644 src/umbraco.businesslogic/app.config delete mode 100644 src/umbraco.businesslogic/packages.config delete mode 100644 src/umbraco.businesslogic/umbraco.businesslogic.csproj delete mode 100644 src/umbraco.businesslogic/umbraco.businesslogic.csproj.DotSettings diff --git a/src/Umbraco.Tests/Umbraco.Tests.csproj b/src/Umbraco.Tests/Umbraco.Tests.csproj index f70686e796..26a5abc768 100644 --- a/src/Umbraco.Tests/Umbraco.Tests.csproj +++ b/src/Umbraco.Tests/Umbraco.Tests.csproj @@ -569,10 +569,6 @@ {5BA5425F-27A7-4677-865E-82246498AA2E} SqlCE4Umbraco - - {E469A9CE-1BEC-423F-AC44-713CD72457EA} - umbraco.businesslogic - {CCD75EC3-63DB-4184-B49D-51C1DD337230} umbraco.cms diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 4c0479a5e5..1a230d7f77 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -305,11 +305,6 @@ {6EDD2061-82F2-461B-BB6E-879245A832DE} umbraco.controls - - umbraco.businesslogic - {E469A9CE-1BEC-423F-AC44-713CD72457EA} - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - {CCD75EC3-63DB-4184-B49D-51C1DD337230} umbraco.cms diff --git a/src/Umbraco.Web/Umbraco.Web.csproj b/src/Umbraco.Web/Umbraco.Web.csproj index 82a54a6795..9f36e8d155 100644 --- a/src/Umbraco.Web/Umbraco.Web.csproj +++ b/src/Umbraco.Web/Umbraco.Web.csproj @@ -296,11 +296,6 @@ {6EDD2061-82F2-461B-BB6E-879245A832DE} umbraco.controls - - umbraco.businesslogic - {E469A9CE-1BEC-423F-AC44-713CD72457EA} - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - {CCD75EC3-63DB-4184-B49D-51C1DD337230} umbraco.cms diff --git a/src/UmbracoExamine/UmbracoExamine.csproj b/src/UmbracoExamine/UmbracoExamine.csproj index 3bbdbddb4d..61ac910868 100644 --- a/src/UmbracoExamine/UmbracoExamine.csproj +++ b/src/UmbracoExamine/UmbracoExamine.csproj @@ -161,10 +161,6 @@ - - {e469a9ce-1bec-423f-ac44-713cd72457ea} - umbraco.businesslogic - {ccd75ec3-63db-4184-b49d-51c1dd337230} umbraco.cms diff --git a/src/umbraco.businesslogic/Properties/AssemblyInfo.cs b/src/umbraco.businesslogic/Properties/AssemblyInfo.cs deleted file mode 100644 index ca3992844b..0000000000 --- a/src/umbraco.businesslogic/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - -// -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -// -[assembly: AssemblyTitle("umbraco.businesslogic")] -[assembly: AssemblyDescription("Core assembly containing legacy business logic")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("Umbraco CMS")] - -//tg forcing .NET 2.0 security rules, since otherwise it wasn't possible to run in medium trust -//(got an inheritance security rules violated by type error) -[assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)] - - -[assembly: InternalsVisibleTo("Umbraco.Tests")] -[assembly: InternalsVisibleTo("umbraco")] -[assembly: InternalsVisibleTo("cms")] -[assembly: InternalsVisibleTo("Umbraco.LegacyTests")] \ No newline at end of file diff --git a/src/umbraco.businesslogic/app.config b/src/umbraco.businesslogic/app.config deleted file mode 100644 index 84d45d20fd..0000000000 --- a/src/umbraco.businesslogic/app.config +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/umbraco.businesslogic/packages.config b/src/umbraco.businesslogic/packages.config deleted file mode 100644 index e76a3d050b..0000000000 --- a/src/umbraco.businesslogic/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/src/umbraco.businesslogic/umbraco.businesslogic.csproj b/src/umbraco.businesslogic/umbraco.businesslogic.csproj deleted file mode 100644 index 4c9a6f5f1f..0000000000 --- a/src/umbraco.businesslogic/umbraco.businesslogic.csproj +++ /dev/null @@ -1,229 +0,0 @@ - - - - Local - 9.0.30729 - 2.0 - {E469A9CE-1BEC-423F-AC44-713CD72457EA} - Debug - AnyCPU - - - - - businesslogic - - - JScript - Grid - IE50 - false - Library - umbraco.businesslogic - OnBuildSuccess - - - - - - - - - - - - - - - 3.5 - true - v4.6.1 - http://localhost/businesslogic/ - true - Web - true - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - ..\ - true - - - bin\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - - - false - false - false - false - 4 - full - prompt - AllRules.ruleset - false - - - bin\release\ - false - 285212672 - false - - - TRACE - bin\release\businesslogic.xml - true - 4096 - false - - - true - false - false - false - 4 - pdbonly - prompt - AllRules.ruleset - false - - - - ..\packages\AutoMapper.4.1.1\lib\net45\AutoMapper.dll - True - - - False - ..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll - - - True - ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - - ..\packages\Owin.1.0\lib\net40\Owin.dll - - - - - 3.5 - - - System.Data - - - - System.Web - - - 3.5 - - - ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll - True - - - ..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll - True - - - ..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll - True - - - ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll - True - - - ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll - True - - - ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll - True - - - System.XML - - - {31785BC3-256C-4613-B2F5-A1B0BDDED8C1} - Umbraco.Core - - - {C7CB79F0-1C97-4B33-BFA7-00731B579AE2} - umbraco.datalayer - - - umbraco.interfaces - {511F6D8D-7717-440A-9A57-A507E9A8B27F} - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - - - - - - Properties\SolutionInfo.cs - - - Code - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/umbraco.businesslogic/umbraco.businesslogic.csproj.DotSettings b/src/umbraco.businesslogic/umbraco.businesslogic.csproj.DotSettings deleted file mode 100644 index 662f95686e..0000000000 --- a/src/umbraco.businesslogic/umbraco.businesslogic.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp50 \ No newline at end of file diff --git a/src/umbraco.cms/umbraco.cms.csproj b/src/umbraco.cms/umbraco.cms.csproj index db7ceb92e2..4155a10887 100644 --- a/src/umbraco.cms/umbraco.cms.csproj +++ b/src/umbraco.cms/umbraco.cms.csproj @@ -148,11 +148,6 @@ System.XML - - umbraco.businesslogic - {E469A9CE-1BEC-423F-AC44-713CD72457EA} - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - {31785BC3-256C-4613-B2F5-A1B0BDDED8C1} Umbraco.Core diff --git a/src/umbraco.controls/umbraco.controls.csproj b/src/umbraco.controls/umbraco.controls.csproj index cd94d6af08..5efedd7c7b 100644 --- a/src/umbraco.controls/umbraco.controls.csproj +++ b/src/umbraco.controls/umbraco.controls.csproj @@ -118,10 +118,6 @@ - - {E469A9CE-1BEC-423F-AC44-713CD72457EA} - umbraco.businesslogic - {ccd75ec3-63db-4184-b49d-51c1dd337230} umbraco.cms diff --git a/src/umbraco.sln b/src/umbraco.sln index 06539bd033..8594020be5 100644 --- a/src/umbraco.sln +++ b/src/umbraco.sln @@ -56,8 +56,6 @@ Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Umbraco.Web.UI.Client", "ht EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Web", "Umbraco.Web\Umbraco.Web.csproj", "{651E1350-91B6-44B7-BD60-7207006D7003}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "umbraco.businesslogic", "umbraco.businesslogic\umbraco.businesslogic.csproj", "{E469A9CE-1BEC-423F-AC44-713CD72457EA}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "umbraco.cms", "umbraco.cms\umbraco.cms.csproj", "{CCD75EC3-63DB-4184-B49D-51C1DD337230}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "umbraco.interfaces", "umbraco.interfaces\umbraco.interfaces.csproj", "{511F6D8D-7717-440A-9A57-A507E9A8B27F}" @@ -119,10 +117,6 @@ Global {651E1350-91B6-44B7-BD60-7207006D7003}.Debug|Any CPU.Build.0 = Debug|Any CPU {651E1350-91B6-44B7-BD60-7207006D7003}.Release|Any CPU.ActiveCfg = Release|Any CPU {651E1350-91B6-44B7-BD60-7207006D7003}.Release|Any CPU.Build.0 = Release|Any CPU - {E469A9CE-1BEC-423F-AC44-713CD72457EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E469A9CE-1BEC-423F-AC44-713CD72457EA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E469A9CE-1BEC-423F-AC44-713CD72457EA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E469A9CE-1BEC-423F-AC44-713CD72457EA}.Release|Any CPU.Build.0 = Release|Any CPU {CCD75EC3-63DB-4184-B49D-51C1DD337230}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {CCD75EC3-63DB-4184-B49D-51C1DD337230}.Debug|Any CPU.Build.0 = Debug|Any CPU {CCD75EC3-63DB-4184-B49D-51C1DD337230}.Release|Any CPU.ActiveCfg = Release|Any CPU