BotSharp/BotSharp.Platform.Articulate/BotSharp.Platform.Articulate.csproj

20 lines
492 B
XML
Raw Normal View History

2020-09-07 10:17:58 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2019-03-16 16:34:32 +00:00
<PropertyGroup>
2020-09-07 10:17:58 +00:00
<TargetFramework>$(DefaultTargetFramework)</TargetFramework>
2019-03-16 16:34:32 +00:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<ItemGroup>
2020-09-07 10:17:58 +00:00
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2019-03-16 16:34:32 +00:00
</ItemGroup>
<ItemGroup>
2019-03-17 01:05:19 +00:00
<ProjectReference Include="..\BotSharp.Core\BotSharp.Core.csproj" />
2019-03-16 16:34:32 +00:00
</ItemGroup>
</Project>