13 lines
342 B
XML
13 lines
342 B
XML
<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>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|