ksthree/ksthree.csproj
2025-04-25 23:45:10 +02:00

18 lines
536 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenTK" Version="4.9.4" />
<PackageReference Include="StbSharp" Version="0.7.2.38" />
<PackageReference Include="StbTrueTypeSharp" Version="1.26.12" />
<PackageReference Include="System.Drawing.Common" Version="9.0.4" />
</ItemGroup>
</Project>