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

11 lines
263 B
XML

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