1
0
Files
OAiP-Presnyakov_Ilya-Labora…/Lab9.csproj
Debug_pro b74b40209b upload
2026-06-07 18:14:39 +03:00

12 lines
279 B
XML

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