ISEbd-21_Agliullov.D.A._Con.../Confectionery/EkzamenView.csproj

27 lines
1.1 KiB
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.2.1" />
</ItemGroup>
<ItemGroup>
2024-02-02 11:10:52 +04:00
<ProjectReference Include="..\ConfectionaryBusinessLogic\EkzamenBusinessLogic.csproj" />
<ProjectReference Include="..\ConfectionaryListImplement\EkzamenListImplement.csproj" />
<ProjectReference Include="..\ConfectioneryContracts\EkzamenContracts.csproj" />
<ProjectReference Include="..\ConfectioneryDatabaseImplement\EkzamenDatabaseImplement.csproj" />
</ItemGroup>
</Project>