2024-11-29 15:35:19 +04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2024-12-14 10:20:38 +04:00
|
|
|
|
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
|
2024-11-29 15:35:19 +04:00
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
2024-12-14 10:20:38 +04:00
|
|
|
|
<UseWindowsForms>True</UseWindowsForms>
|
2024-11-29 15:35:19 +04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|