PIBD14-BOYKO-M.S.SuperEasyS.../Lab1/Lab1.csproj
2024-02-13 08:29:23 +04:00

11 lines
255 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>