2018-02-05 00:08:20 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2018-02-14 22:34:38 +01:00
|
|
|
<RuntimeIdentifiers>win10-x64;osx-x64</RuntimeIdentifiers>
|
2018-02-05 00:08:20 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="OpenTK.NETCore" Version="1.1.2749.6433" />
|
|
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.4.0" />
|
|
|
|
</ItemGroup>
|
2018-02-20 21:09:23 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\ChocolArm64\ChocolArm64.csproj" />
|
2018-03-16 01:06:24 +01:00
|
|
|
<ProjectReference Include="..\Ryujinx.Audio\Ryujinx.Audio.csproj" />
|
2018-02-20 21:09:23 +01:00
|
|
|
<ProjectReference Include="..\Ryujinx.Core\Ryujinx.Core.csproj" />
|
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics\Ryujinx.Graphics.csproj" />
|
|
|
|
</ItemGroup>
|
2018-02-09 04:23:20 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<None Update="Ryujinx.conf">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
2018-02-05 00:08:20 +01:00
|
|
|
</Project>
|