2018-06-21 22:10:19 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-03-16 00:06:24 +00:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-05-12 00:10:27 +01:00
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2018-06-30 16:43:04 +01:00
|
|
|
|
<RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
|
2018-03-16 00:06:24 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2018-06-21 22:10:19 +01:00
|
|
|
|
<PackageReference Include="OpenTK.NetStandard" Version="1.0.4" />
|
2018-03-16 00:06:24 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-10-17 18:15:50 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-03-16 00:06:24 +00:00
|
|
|
|
</Project>
|