2019-04-24 16:04:30 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2019-05-23 12:00:36 +00:00
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2019-04-24 16:04:30 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2019-08-13 18:30:04 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
<NoWarn>1701;1702</NoWarn>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2019-04-24 16:04:30 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Tapeti\Tapeti.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|