PIbd-31_Kryukov.A.I._COP_9/EnterpriseBusinessLogic/EnterpriseBusinessLogic.csproj

15 lines
379 B
XML

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