Files
ryujinx-ryubing/src/Ryujinx.Graphics.Device/Ryujinx.Graphics.Device.csproj
2024-12-19 18:52:25 -06:00

12 lines
266 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Ryujinx.Memory\Ryujinx.Memory.csproj" />
</ItemGroup>
</Project>