2018-08-15 22:37:23 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-07-13 12:21:40 +00:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-08-15 22:37:23 +00:00
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2018-08-03 03:54:23 +00:00
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
|
|
|
|
<Authors>Haiping Chen</Authors>
|
|
|
|
|
|
<Company>Personal</Company>
|
|
|
|
|
|
<Product>BotSharp</Product>
|
|
|
|
|
|
<Description>Restful API for BotSharp.Core</Description>
|
|
|
|
|
|
<PackageProjectUrl>https://github.com/Oceania2018/BotSharp</PackageProjectUrl>
|
|
|
|
|
|
<RepositoryUrl>https://github.com/Oceania2018/BotSharp/tree/master/BotSharp.RestApi</RepositoryUrl>
|
|
|
|
|
|
<RepositoryType>MIT</RepositoryType>
|
|
|
|
|
|
<PackageIconUrl>https://raw.githubusercontent.com/Oceania2018/BotSharp/master/BotSharp.WebHost/wwwroot/images/BotSharp.png</PackageIconUrl>
|
|
|
|
|
|
<Copyright>Since 2018 Haiping Chen</Copyright>
|
|
|
|
|
|
<PackageLicenseUrl>https://github.com/Oceania2018/BotSharp/blob/master/LICENSE</PackageLicenseUrl>
|
|
|
|
|
|
<PackageTags>NLU, Chatbot, Bot, AI Bot</PackageTags>
|
|
|
|
|
|
<PackageReleaseNotes>Restful API for BotSharp.Core</PackageReleaseNotes>
|
2018-08-15 22:37:23 +00:00
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
2018-09-28 00:49:43 +00:00
|
|
|
|
<Configurations>Debug;Release;RASA NLU;DIALOGFLOW;RASA;ARTICULATE</Configurations>
|
2018-07-13 12:21:40 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2018-07-15 12:31:52 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
2018-09-04 20:39:51 +00:00
|
|
|
|
<DocumentationFile></DocumentationFile>
|
|
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RASA|AnyCPU'">
|
2018-09-24 18:05:58 +00:00
|
|
|
|
<DocumentationFile>bin\RASA\netstandard2.0\BotSharp.RestApi.xml</DocumentationFile>
|
2018-09-04 20:39:51 +00:00
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
2018-09-21 11:02:58 +00:00
|
|
|
|
<OutputPath>bin\RASA</OutputPath>
|
2018-09-04 20:39:51 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RASA NLU|AnyCPU'">
|
2018-07-15 12:31:52 +00:00
|
|
|
|
<DocumentationFile>bin\Debug\netcoreapp2.1\BotSharp.RestApi.xml</DocumentationFile>
|
2018-09-04 20:39:51 +00:00
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
2018-08-13 16:12:10 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2018-08-15 22:37:23 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<DocumentationFile>bin\Debug\netcoreapp2.1\BotSharp.RestApi.xml</DocumentationFile>
|
|
|
|
|
|
<DefineConstants>TRACE;DEBUG;MODE_RASA</DefineConstants>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2018-09-04 20:39:51 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RASA|x64'">
|
|
|
|
|
|
<DocumentationFile>bin\Debug\netcoreapp2.1\BotSharp.RestApi.xml</DocumentationFile>
|
|
|
|
|
|
<DefineConstants>TRACE;DEBUG;MODE_RASA</DefineConstants>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RASA NLU|x64'">
|
|
|
|
|
|
<DocumentationFile>bin\Debug\netcoreapp2.1\BotSharp.RestApi.xml</DocumentationFile>
|
|
|
|
|
|
<DefineConstants>TRACE;DEBUG;MODE_RASA</DefineConstants>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2018-08-13 16:12:10 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
2018-08-14 14:23:15 +00:00
|
|
|
|
<DefineConstants>TRACE;MODE_DIALOGFLOW;RELEASE;NETCOREAPP;NETCOREAPP2_1;RELEASE;NETCOREAPP;NETCOREAPP2_1</DefineConstants>
|
2018-07-15 12:31:52 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2018-08-15 22:37:23 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
|
<DefineConstants>TRACE;MODE_DIALOGFLOW;RELEASE;NETCOREAPP;NETCOREAPP2_1;RELEASE;NETCOREAPP;NETCOREAPP2_1</DefineConstants>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2018-09-04 20:39:51 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DIALOGFLOW|AnyCPU'">
|
|
|
|
|
|
<WarningLevel>1</WarningLevel>
|
|
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
2018-09-24 18:05:58 +00:00
|
|
|
|
<DocumentationFile>bin\DIALOGFLOW\netstandard2.0\BotSharp.RestApi.xml</DocumentationFile>
|
2018-09-21 20:11:57 +00:00
|
|
|
|
<Optimize>false</Optimize>
|
2018-09-04 20:39:51 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2018-09-28 00:49:43 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ARTICULATE|AnyCPU'">
|
|
|
|
|
|
<DefineConstants>TRACE;ARTICULATE</DefineConstants>
|
|
|
|
|
|
<DocumentationFile>bin\ARTICULATE\BotSharp.RestApi.xml</DocumentationFile>
|
|
|
|
|
|
<OutputPath>bin\ARTICULATE</OutputPath>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2018-08-27 21:04:00 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="Authentication\**" />
|
2018-10-03 01:44:11 +00:00
|
|
|
|
<Compile Remove="Rasa\**" />
|
2018-08-27 21:04:00 +00:00
|
|
|
|
<EmbeddedResource Remove="Authentication\**" />
|
2018-10-03 01:44:11 +00:00
|
|
|
|
<EmbeddedResource Remove="Rasa\**" />
|
2018-08-27 21:04:00 +00:00
|
|
|
|
<None Remove="Authentication\**" />
|
2018-10-03 01:44:11 +00:00
|
|
|
|
<None Remove="Rasa\**" />
|
2018-08-27 21:04:00 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2018-09-21 20:11:57 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Remove="BotSharp.RestApi.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2018-07-13 12:21:40 +00:00
|
|
|
|
<ItemGroup>
|
2018-08-24 00:33:16 +00:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.2" />
|
2018-07-13 12:21:40 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\BotSharp.Core\BotSharp.Core.csproj" />
|
2018-09-23 15:16:29 +00:00
|
|
|
|
<ProjectReference Include="..\BotSharp.Voice\BotSharp.Voice.csproj" />
|
2018-09-28 22:25:55 +00:00
|
|
|
|
<ProjectReference Include="..\Platform.Articulate\Platform.Articulate.csproj" />
|
2018-07-13 12:21:40 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|