mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-22 16:45:28 +00:00
ef33f1e08e
* bump version 1.0.4 * nuget * fix windows keyboard(for real this time) * fix keyboard * update gitignore * fix source files corruption * test Co-authored-by: Emmanuel <nhv3@localhost.localdomain>
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>
|