diff --git a/BotSharp.Core/BotSharp.Core.csproj b/BotSharp.Core/BotSharp.Core.csproj
index 016b8c7c..a2f642bf 100644
--- a/BotSharp.Core/BotSharp.Core.csproj
+++ b/BotSharp.Core/BotSharp.Core.csproj
@@ -74,6 +74,7 @@ If you feel that this project is helpful to you, please Star on the project, we
+
@@ -85,7 +86,6 @@ If you feel that this project is helpful to you, please Star on the project, we
-
diff --git a/BotSharp.Vision/BotSharp.Vision.csproj b/BotSharp.Vision/BotSharp.Vision.csproj
deleted file mode 100644
index 91dedf6b..00000000
--- a/BotSharp.Vision/BotSharp.Vision.csproj
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
- netstandard2.0
- Debug;Release;RASA;DIALOGFLOW;ARTICULATE
-
-
-
- bin\RASA
-
-
-
- TRACE;ARTICULATE
-
-
-
diff --git a/BotSharp.sln b/BotSharp.sln
index 329a1897..283cb0ea 100644
--- a/BotSharp.sln
+++ b/BotSharp.sln
@@ -19,8 +19,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BotSharp.Platform.Models",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BotSharp.Platform.Dialogflow", "..\botsharp-dialogflow\BotSharp.Platform.Dialogflow\BotSharp.Platform.Dialogflow.csproj", "{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CherubNLP", "..\CherubNLP\CherubNLP\CherubNLP.csproj", "{D830C75A-0349-460B-A543-B7C88A792BEA}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
ARTICULATE|Any CPU = ARTICULATE|Any CPU
@@ -181,30 +179,6 @@ Global
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Test|Any CPU.Build.0 = Debug|Any CPU
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Test|x64.ActiveCfg = Debug|Any CPU
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Test|x64.Build.0 = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.ARTICULATE|Any CPU.ActiveCfg = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.ARTICULATE|Any CPU.Build.0 = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.ARTICULATE|x64.ActiveCfg = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.ARTICULATE|x64.Build.0 = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.Debug|x64.ActiveCfg = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.Debug|x64.Build.0 = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.DIALOGFLOW|Any CPU.ActiveCfg = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.DIALOGFLOW|Any CPU.Build.0 = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.DIALOGFLOW|x64.ActiveCfg = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.DIALOGFLOW|x64.Build.0 = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.RASA|Any CPU.ActiveCfg = Release|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.RASA|Any CPU.Build.0 = Release|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.RASA|x64.ActiveCfg = Release|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.RASA|x64.Build.0 = Release|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.Release|Any CPU.Build.0 = Release|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.Release|x64.ActiveCfg = Release|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.Release|x64.Build.0 = Release|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.Test|Any CPU.ActiveCfg = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.Test|Any CPU.Build.0 = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.Test|x64.ActiveCfg = Debug|Any CPU
- {D830C75A-0349-460B-A543-B7C88A792BEA}.Test|x64.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Platform.Botpress/Platform.Botpress.csproj b/Platform.Botpress/Platform.Botpress.csproj
deleted file mode 100644
index 9f5c4f4a..00000000
--- a/Platform.Botpress/Platform.Botpress.csproj
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- netstandard2.0
-
-
-
diff --git a/Platform.RasaTalk/Platform.RasaTalk.csproj b/Platform.RasaTalk/Platform.RasaTalk.csproj
deleted file mode 100644
index 9f5c4f4a..00000000
--- a/Platform.RasaTalk/Platform.RasaTalk.csproj
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- netstandard2.0
-
-
-
diff --git a/Platform.RasaUI/Platform.RasaUI.csproj b/Platform.RasaUI/Platform.RasaUI.csproj
deleted file mode 100644
index 9f5c4f4a..00000000
--- a/Platform.RasaUI/Platform.RasaUI.csproj
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- netstandard2.0
-
-
-