2023-09-12 10:34:19 +04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
2023-09-13 13:48:16 +04:00
|
|
|
|
<OutputType>WinExe</OutputType>
|
2023-09-12 10:34:19 +04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2023-09-12 11:25:18 +04:00
|
|
|
|
</Project>
|