2018-06-21 17:10:19 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-02-04 18:08:20 -05:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2018-05-11 19:10:27 -04:00
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2018-02-04 18:08:20 -05:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2018-06-30 11:43:04 -04:00
|
|
|
|
<RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
|
2018-02-04 18:08:20 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2018-06-21 17:10:19 -04:00
|
|
|
|
<PackageReference Include="OpenTK.NetStandard" Version="1.0.4" />
|
2018-02-04 18:08:20 -05:00
|
|
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.4.0" />
|
|
|
|
|
</ItemGroup>
|
2018-02-20 15:09:23 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\ChocolArm64\ChocolArm64.csproj" />
|
2018-03-15 20:06:24 -04:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Audio\Ryujinx.Audio.csproj" />
|
2018-06-10 20:46:42 -04:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.HLE\Ryujinx.HLE.csproj" />
|
2018-02-20 15:09:23 -05:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics\Ryujinx.Graphics.csproj" />
|
|
|
|
|
</ItemGroup>
|
2018-02-08 22:23:20 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="Ryujinx.conf">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
2018-02-04 18:08:20 -05:00
|
|
|
|
</Project>
|