2018-06-21 14:10:19 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-03-15 17:06:24 -07:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-11-28 12:24:17 -08:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2018-11-14 18:22:50 -08:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2018-10-17 10:15:50 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
|
2021-02-25 16:11:56 -08:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Cpu\Ryujinx.Cpu.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Memory\Ryujinx.Memory.csproj" />
|
2018-11-14 18:22:50 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-03-15 17:06:24 -07:00
|
|
|
|
</Project>
|