PIbd-31_Belianin.N.N_COP_8/Lab 3/Belianin_3/EnterpriseBusinessLogic/EnterpriseBusinessLogic.csproj
2024-10-23 15:52:24 +04:00

15 lines
376 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\EnterpriseContracts\EnterpriseContracts.csproj" />
</ItemGroup>
</Project>