2018-06-21 17:10:19 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-03-15 20:06:24 -04:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-11-09 14:22:43 -05:00
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2018-11-14 21:22:50 -05:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2018-10-17 13:15:50 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
|
2021-02-25 19:11:56 -05:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Cpu\Ryujinx.Cpu.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Memory\Ryujinx.Memory.csproj" />
|
2018-11-14 21:22:50 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-03-15 20:06:24 -04:00
|
|
|
|
</Project>
|