<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp2.2</TargetFramework> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <DocumentationFile>bin\Debug\netcoreapp2.2\WebRepository.xml</DocumentationFile> <OutputPath>bin\Debug\</OutputPath> <NoWarn>1701;1702;1591</NoWarn> </PropertyGroup> <ItemGroup> <Compile Remove="Domain\wms\**" /> <EmbeddedResource Remove="Domain\wms\**" /> <None Remove="Domain\wms\**" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.1.0" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.3" /> <PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="1.7.20" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Infrastructure\Infrastructure.csproj" /> </ItemGroup> <ItemGroup> <Folder Include="Domain\ViewEntity\" /> </ItemGroup> </Project>