20 lines
512 B
XML
Raw Normal View History

<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-12-20 20:09:17 +04:00
<ItemGroup>
<None Include="LDBproject.csproj" />
<None Include="LDBproject.csproj.user" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Unity.Container" Version="5.11.11" />
</ItemGroup>
</Project>