15 lines
360 B
XML
Raw Normal View History

2024-11-08 15:28:27 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2024-11-08 15:30:26 +04:00
<ItemGroup>
<Folder Include="Entites\" />
</ItemGroup>
2024-11-08 15:28:27 +04:00
</Project>