PIbd-31_Putincev.D.M._COP_29/COP/WinForms/WinForms.csproj

15 lines
403 B
XML
Raw Permalink Normal View History

2024-09-06 11:04:45 +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>
2024-10-11 02:06:27 +04:00
<ItemGroup>
<ProjectReference Include="..\PutincevLibrary\PutincevLibrary.csproj" />
</ItemGroup>
2024-09-06 11:04:45 +04:00
</Project>