mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-10 20:59:11 +00:00
11 lines
235 B
XML
11 lines
235 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Ryujinx.Memory\Ryujinx.Memory.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|