Ryujinx.Audio.csproj 430 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.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. <ProjectReference Include="..\Ryujinx.Memory\Ryujinx.Memory.csproj" />
  10. </ItemGroup>
  11. </Project>