mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 00:38:36 +00:00
13 lines
279 B
XML
13 lines
279 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\Ryujinx.Graphics\Ryujinx.Graphics.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|