PIbd-32.-Stroev-V.M.-COP/WinFormsLibrary1/Contracts/Contracts.csproj

15 lines
350 B
XML
Raw Normal View History

2024-10-14 13:05:17 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2024-10-14 19:54:00 +04:00
<ItemGroup>
2024-10-27 16:16:44 +04:00
<ProjectReference Include="..\Models\Models.csproj" />
2024-10-14 19:54:00 +04:00
</ItemGroup>
2024-10-14 13:05:17 +04:00
</Project>