PIbd-33_Nevaeva_KA_COP_28/NevaevaLibrary/AccountsView/AccountsView.csproj
2023-12-01 01:01:22 +04:00

28 lines
1.1 KiB
XML

<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="AbazovViewComponents" Version="3.0.0" />
<PackageReference Include="ComponentsLibraryNet60" Version="1.0.0" />
<PackageReference Include="ControlsLibraryNet60" Version="1.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AccountBusinessLogic\AccountBusinessLogic.csproj" />
<ProjectReference Include="..\AccountContracts\AccountContracts.csproj" />
<ProjectReference Include="..\AccountDatabaseImplement\AccountDatabaseImplement.csproj" />
<ProjectReference Include="..\NevaevaLibrary\NevaevaLibrary.csproj" />
</ItemGroup>
</Project>