Dashboard/QuikTestApplication/QuikTestApplication.csproj

13 lines
280 B
XML
Raw Normal View History

2022-08-04 15:40:58 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Quik.OpenTK\Quik.OpenTK.csproj" />
</ItemGroup>
</Project>