2018-05-17 20:25:42 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2018-06-30 17:43:04 +02:00
|
|
|
<RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
|
2018-08-10 19:27:15 +02:00
|
|
|
<OutputType>Exe</OutputType>
|
2018-05-17 20:25:42 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-08-10 19:27:15 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics\Ryujinx.Graphics.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2018-05-17 20:25:42 +02:00
|
|
|
</Project>
|