LevelOS-Core/CMB/CMB.csproj

18 lines
437 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Resources.Extensions" Version="10.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TLL\TLL.csproj" />
</ItemGroup>
</Project>