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