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