2024-11-29 15:35:19 +04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-12-22 11:40:58 +04:00
|
|
|
|
<OutputType>WinExe</OutputType>
|
2024-12-14 11:21:47 +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 11:21:47 +04:00
|
|
|
|
<UseWindowsForms>True</UseWindowsForms>
|
2024-11-29 15:35:19 +04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|