Skip to content

Commit 4eab6de

Browse files
committed
Plugins project removed
1 parent fb8eeb3 commit 4eab6de

File tree

18 files changed

+4
-489
lines changed

18 files changed

+4
-489
lines changed

Blogifier.sln

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "src\Core\Core.cspro
2020
EndProject
2121
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App", "src\App\App.csproj", "{920B80AA-983C-46ED-8A19-8DC43C839237}"
2222
EndProject
23-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "plugins", "plugins", "{57BDF133-7290-40EA-8503-1BFCBBEEBB3A}"
24-
EndProject
25-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "plugins\Common\Common.csproj", "{1CBAC56F-3CFB-497A-86B0-9F49CCFC78DB}"
26-
EndProject
2723
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{6015AFDB-988C-4A2A-8B86-EB0895E0732E}"
2824
ProjectSection(SolutionItems) = preProject
2925
docs\AppSettings.md = docs\AppSettings.md
@@ -67,10 +63,6 @@ Global
6763
{920B80AA-983C-46ED-8A19-8DC43C839237}.Debug|Any CPU.Build.0 = Debug|Any CPU
6864
{920B80AA-983C-46ED-8A19-8DC43C839237}.Release|Any CPU.ActiveCfg = Release|Any CPU
6965
{920B80AA-983C-46ED-8A19-8DC43C839237}.Release|Any CPU.Build.0 = Release|Any CPU
70-
{1CBAC56F-3CFB-497A-86B0-9F49CCFC78DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
71-
{1CBAC56F-3CFB-497A-86B0-9F49CCFC78DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
72-
{1CBAC56F-3CFB-497A-86B0-9F49CCFC78DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
73-
{1CBAC56F-3CFB-497A-86B0-9F49CCFC78DB}.Release|Any CPU.Build.0 = Release|Any CPU
7466
{CECA836F-2FFA-47DA-B846-8F44C2A4B783}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
7567
{CECA836F-2FFA-47DA-B846-8F44C2A4B783}.Debug|Any CPU.Build.0 = Debug|Any CPU
7668
{CECA836F-2FFA-47DA-B846-8F44C2A4B783}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -83,7 +75,6 @@ Global
8375
{4A3F7E34-5D42-45E1-AF62-D6B2691D0BC7} = {A720BC3C-C526-4C18-9B8D-4A885BB03CE9}
8476
{88490336-DB30-4F9D-B737-3CA993F4EDC0} = {39614650-0D6E-4502-B87D-184366060F59}
8577
{920B80AA-983C-46ED-8A19-8DC43C839237} = {39614650-0D6E-4502-B87D-184366060F59}
86-
{1CBAC56F-3CFB-497A-86B0-9F49CCFC78DB} = {57BDF133-7290-40EA-8503-1BFCBBEEBB3A}
8778
{CECA836F-2FFA-47DA-B846-8F44C2A4B783} = {39614650-0D6E-4502-B87D-184366060F59}
8879
EndGlobalSection
8980
GlobalSection(ExtensibilityGlobals) = postSolution

build/build.cake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Task("Build").IsDependentOn("Clean").Does(() =>
2222
);
2323
}
2424

25-
CopyFileToDirectory("../plugins/Common/bin/Release/netcoreapp2.2/Common.dll", "./publish");
26-
2725
CopyFileToDirectory("../src/Upgrade/bin/Release/netcoreapp2.2/Upgrade.dll", "./publish");
2826
CopyFileToDirectory("../src/Upgrade/bin/Release/netcoreapp2.2/Upgrade.deps.json", "./publish");
2927
CopyFileToDirectory("../src/Upgrade/bin/Release/netcoreapp2.2/Upgrade.runtimeconfig.json", "./publish");

plugins/Common/Common.csproj

Lines changed: 0 additions & 20 deletions
This file was deleted.

plugins/Common/Modules/Archive/ArchiveController.cs

Lines changed: 0 additions & 27 deletions
This file was deleted.

plugins/Common/Views/Modules/Archive/Index.cshtml

Lines changed: 0 additions & 24 deletions
This file was deleted.

plugins/Common/Views/Widgets/Categories/Edit.cshtml

Lines changed: 0 additions & 27 deletions
This file was deleted.

plugins/Common/Views/Widgets/Categories/Index.cshtml

Lines changed: 0 additions & 7 deletions
This file was deleted.

plugins/Common/Views/Widgets/HtmlBlock/Edit.cshtml

Lines changed: 0 additions & 16 deletions
This file was deleted.

plugins/Common/Views/Widgets/HtmlBlock/Index.cshtml

Lines changed: 0 additions & 1 deletion
This file was deleted.

plugins/Common/Views/Widgets/PostList/Edit.cshtml

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)