BotSharp/BotSharp.Vision/BotSharp.Vision.csproj

13 lines
342 B
XML
Raw Normal View History

2018-09-06 04:45:09 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<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>