PIBD14-BOYKO-M.S.SuperEasyS.../Lab1-d/Lab1-d.csproj
2024-02-14 15:48:47 +04:00

12 lines
301 B
XML

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