2024-05-20 14:38:38 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-01-04 19:15:45 -03:00
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-11-29 08:55:51 +10:00
|
|
|
<DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
|
2023-01-04 19:15:45 -03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-02-22 16:58:33 -03:00
|
|
|
<ProjectReference Include="..\Ryujinx.Audio\Ryujinx.Audio.csproj" />
|
2023-01-04 19:15:45 -03:00
|
|
|
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Horizon.Common\Ryujinx.Horizon.Common.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Horizon.Generators\Ryujinx.Horizon.Generators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Memory\Ryujinx.Memory.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-01-08 13:13:39 +01:00
|
|
|
<ItemGroup>
|
2024-02-22 16:58:33 -03:00
|
|
|
<PackageReference Include="Concentus" />
|
2023-01-08 13:13:39 +01:00
|
|
|
<PackageReference Include="LibHac" />
|
|
|
|
|
</ItemGroup>
|
2023-01-04 19:15:45 -03:00
|
|
|
</Project>
|