Ryubing/src/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj
2024-12-19 18:52:25 -06:00

16 lines
344 B
XML

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