distributed-computing/tasks/grenaderova-aa/lab_5/5LABA/5LABA.csproj

11 lines
296 B
XML
Raw Normal View History

2023-12-18 16:34:36 +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>
</Project>