1
0
Files
OAiP-Presnyakov_Ilya-Labora…/Lab.csproj
Debug_pro 43d7845cf1 finally
2026-02-12 01:01:44 +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>