Ryujinx.Audio.Renderer.csproj 355 B

12345678910111213
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
  8. <ProjectReference Include="..\Ryujinx.Cpu\Ryujinx.Cpu.csproj" />
  9. </ItemGroup>
  10. </Project>