2020-09-07 10:17:58 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-12-18 05:30:20 +00:00
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-09-07 10:17:58 +00:00
|
|
|
<TargetFramework>$(DefaultTargetFramework)</TargetFramework>
|
2017-12-18 05:30:20 +00:00
|
|
|
|
|
|
|
|
<IsPackable>false</IsPackable>
|
2018-08-15 22:37:23 +00:00
|
|
|
|
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
2018-09-04 20:39:51 +00:00
|
|
|
|
2018-09-28 00:49:43 +00:00
|
|
|
<Configurations>Debug;Release;RASA NLU;DIALOGFLOW;RASA;ARTICULATE</Configurations>
|
2017-12-18 05:30:20 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-09-07 10:17:58 +00:00
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="$(MvcVersion)" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="$(MvcVersion)" />
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
|
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
|
2017-12-18 05:30:20 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2018-03-28 22:08:49 +00:00
|
|
|
<ProjectReference Include="..\BotSharp.Core\BotSharp.Core.csproj" />
|
2017-12-18 05:30:20 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-04-07 17:14:12 +00:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-12-18 05:30:20 +00:00
|
|
|
</Project>
|