17 lines
378 B
XML
17 lines
378 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\src\OpenTK\OpenTK.Standard.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|