2018-06-21 21:10:19 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-03-16 00:06:24 +00:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-11-15 18:27:15 +00:00
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2018-11-15 02:22:50 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2018-10-17 17:15:50 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
|
2021-02-26 00:11:56 +00:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Cpu\Ryujinx.Cpu.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Memory\Ryujinx.Memory.csproj" />
|
2018-11-15 02:22:50 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-03-16 00:06:24 +00:00
|
|
|
|
</Project>
|