2018-09-06 04:45:09 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2018-09-21 11:02:58 +00:00
|
|
|
<Configurations>Debug;Release;RASA;DIALOGFLOW</Configurations>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\RASA</OutputPath>
|
2018-09-06 04:45:09 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|