17 lines
478 B
XML
17 lines
478 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\..\Quik\Quik.csproj" />
|
||
|
<ProjectReference Include="..\..\Quik.Media.Stb\Quik.Media.Stb.csproj" />
|
||
|
<ProjectReference Include="..\..\Quik.OpenTK\Quik.OpenTK.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net6.0</TargetFramework>
|
||
|
<ImplicitUsings>disable</ImplicitUsings>
|
||
|
<Nullable>enable</Nullable>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|