<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup Label="Globals">
|
<SccProjectName></SccProjectName>
|
<SccProvider></SccProvider>
|
<SccAuxPath></SccAuxPath>
|
<SccLocalPath></SccLocalPath>
|
</PropertyGroup>
|
|
<PropertyGroup>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
<WarningsAsErrors />
|
<DocumentationFile>Link.Common.xml</DocumentationFile>
|
</PropertyGroup>
|
|
</Project>
|