Dashboard/tests/Dashboard.TestApplication/Dashboard.TestApplication.csproj

20 lines
549 B
XML
Raw Normal View History

2024-12-13 19:57:07 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2025-01-14 18:34:47 +01:00
<ProjectReference Include="..\..\Dashboard.Drawing.OpenGL\Dashboard.Drawing.OpenGL.csproj" />
2024-12-13 19:57:07 +01:00
<ProjectReference Include="..\..\Dashboard.Drawing\Dashboard.Drawing.csproj" />
</ItemGroup>
2025-01-14 18:34:47 +01:00
<ItemGroup>
<PackageReference Include="OpenTK" Version="5.0.0-pre.13" />
</ItemGroup>
2024-12-13 19:57:07 +01:00
</Project>