<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup Label="Globals">
|
<SccProjectName></SccProjectName>
|
<SccProvider></SccProvider>
|
<SccAuxPath></SccAuxPath>
|
<SccLocalPath></SccLocalPath>
|
</PropertyGroup>
|
|
<PropertyGroup>
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
<WarningsAsErrors />
|
<DocumentationFile>Link.Service.xml</DocumentationFile>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\Link.Common\Link.Common.csproj" />
|
<ProjectReference Include="..\Link.DbModel\Link.DbModel.csproj" />
|
<ProjectReference Include="..\Link.DTOMolde\Link.DTOModel.csproj" />
|
<ProjectReference Include="..\Link.IService\Link.IService.csproj" />
|
</ItemGroup>
|
|
</Project>
|