2018-09-21 11:02:58 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-09-04 02:05:57 +00:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2018-09-21 11:02:58 +00:00
|
|
|
|
<Configurations>Debug;Release;RASA;DIALOGFLOW</Configurations>
|
2018-09-04 20:39:51 +00:00
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
2018-09-06 04:45:09 +00:00
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
|
|
|
|
<PackageIconUrl>https://raw.githubusercontent.com/Oceania2018/BotSharp/master/BotSharp.WebHost/wwwroot/images/BotSharp.png</PackageIconUrl>
|
|
|
|
|
|
<PackageProjectUrl>https://github.com/Oceania2018/BotSharp</PackageProjectUrl>
|
|
|
|
|
|
<RepositoryUrl>https://github.com/Oceania2018/BotSharp</RepositoryUrl>
|
|
|
|
|
|
<Version>0.1.0</Version>
|
|
|
|
|
|
<PackageTags>MachineLearning,Algorithm,Model</PackageTags>
|
|
|
|
|
|
<Authors>Haiping Chen</Authors>
|
|
|
|
|
|
<Copyright>MIT</Copyright>
|
2018-09-04 02:05:57 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2018-09-20 21:18:34 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RASA|AnyCPU'">
|
|
|
|
|
|
<OutputPath>bin\RASA</OutputPath>
|
2018-09-21 11:02:58 +00:00
|
|
|
|
<DefineConstants>TRACE;DEBUG;RASA</DefineConstants>
|
2018-09-20 21:18:34 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2018-09-04 02:05:57 +00:00
|
|
|
|
</Project>
|