PIBD14-BOYKO-M.S.SuperEasyS.../Lab1/Lab1.csproj

11 lines
320 B
XML
Raw Normal View History

2024-02-13 08:29:23 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
2024-02-14 15:48:47 +04:00
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
2024-02-13 08:29:23 +04:00
</PropertyGroup>
2024-02-14 15:48:47 +04:00
</Project>