2018-08-04 22:38:49 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-02-20 20:09:23 +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-02-20 20:09:23 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2018-09-01 23:04:20 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Remove="RyujinxProfileImage.jpg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="RyujinxProfileImage.jpg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-02-20 20:09:23 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\ChocolArm64\ChocolArm64.csproj" />
|
2018-03-16 00:06:24 +00:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Audio\Ryujinx.Audio.csproj" />
|
2018-10-17 18:15:50 +01:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
|
2018-02-20 20:09:23 +00:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics\Ryujinx.Graphics.csproj" />
|
2018-10-31 02:34:27 +00:00
|
|
|
|
<PackageReference Include="LibHac" Version="0.1.3" />
|
2018-02-20 20:09:23 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-11-17 03:36:49 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Concentus" Version="1.1.7" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-02-20 20:09:23 +00:00
|
|
|
|
</Project>
|