Ryujinx/src/Ryujinx.Graphics.Host1x/Ryujinx.Graphics.Host1x.csproj
2024-11-28 16:55:51 -06:00

13 lines
327 B
XML

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