PIbd-32_Rogashova_E.A._COP_1/WinFormsTest/WinFormsTest.csproj

15 lines
395 B
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>
<ProjectReference Include="..\COPWinForms\COPWinForms.csproj" />
</ItemGroup>
</Project>