PIbd-23_Zargarov_M.A._Pizzeria/Pizzeria/PizzeriaView/PizzeriaView.csproj

30 lines
1.4 KiB
XML
Raw Normal View History

2023-02-19 23:38:16 +04:00
<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>
2023-04-16 15:39:40 +04:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2023-02-19 23:38:16 +04:00
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
2023-03-05 22:35:21 +04:00
<PackageReference Include="NLog.Extensions.Logging" Version="5.2.2" />
2023-02-19 23:38:16 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PizzeriaBusinessLogic\PizzeriaBusinessLogic.csproj" />
<ProjectReference Include="..\PizzeriaContracts\PizzeriaContracts.csproj" />
2023-04-16 15:39:40 +04:00
<ProjectReference Include="..\PizzeriaDatabaseImplement\PizzeriaDatabaseImplement.csproj" />
2023-02-19 23:38:16 +04:00
<ProjectReference Include="..\PizzeriaDataModels\PizzeriaDataModels.csproj" />
2023-04-02 21:28:08 +04:00
<ProjectReference Include="..\PizzeriaFileImplement\PizzeriaFileImplement.csproj" />
2023-02-19 23:38:16 +04:00
<ProjectReference Include="..\PizzeriaListImplement\PizzeriaListImplement.csproj" />
</ItemGroup>
</Project>