remove unnecessary projects.
This commit is contained in:
parent
fd88e40376
commit
be82a47ed2
|
|
@ -74,6 +74,7 @@ If you feel that this project is helpful to you, please Star on the project, we
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CherubNLP" Version="0.1.0" />
|
||||
<PackageReference Include="Colorful.Console" Version="1.2.9" />
|
||||
<PackageReference Include="CSRedisCore" Version="3.0.13" />
|
||||
<PackageReference Include="DotNetToolkit" Version="1.6.0" />
|
||||
|
|
@ -85,7 +86,6 @@ If you feel that this project is helpful to you, please Star on the project, we
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\CherubNLP\CherubNLP\CherubNLP.csproj" />
|
||||
<ProjectReference Include="..\BotSharp.Platform.Abstraction\BotSharp.Platform.Abstraction.csproj" />
|
||||
<ProjectReference Include="..\BotSharp.Platform.Models\BotSharp.Platform.Models.csproj" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<Configurations>Debug;Release;RASA;DIALOGFLOW;ARTICULATE</Configurations>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<OutputPath>bin\RASA</OutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ARTICULATE|AnyCPU'">
|
||||
<DefineConstants>TRACE;ARTICULATE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
26
BotSharp.sln
26
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
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Reference in a new issue