PIbd-31_Razubaev_S_M_COP-10/WinForms/WinForms.csproj
2024-10-18 20:27:08 +04:00

15 lines
411 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="..\WinFormsLibrary\WinFormsLibraryRazubaev.csproj" />
</ItemGroup>
</Project>