2018-06-11 07:51:15 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2017-02-07 17:22:28 +00:00
|
|
|
<PropertyGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2019-05-23 12:00:36 +00:00
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2017-02-07 17:22:28 +00:00
|
|
|
</PropertyGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
|
2019-08-13 18:30:04 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
2019-08-14 10:20:53 +00:00
|
|
|
<NoWarn>1701;1702</NoWarn>
|
2019-08-13 18:30:04 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2017-02-07 17:22:28 +00:00
|
|
|
<ItemGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
<PackageReference Include="System.Data.SqlClient" Version="4.5.0" />
|
2017-02-07 17:22:28 +00:00
|
|
|
</ItemGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
|
2017-07-27 13:55:37 +00:00
|
|
|
<ItemGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
<ProjectReference Include="..\Tapeti.Flow\Tapeti.Flow.csproj" />
|
|
|
|
<ProjectReference Include="..\Tapeti\Tapeti.csproj" />
|
2017-07-27 13:55:37 +00:00
|
|
|
</ItemGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
|
|
|
|
</Project>
|