aboutsummaryrefslogblamecommitdiff
path: root/src/Ryujinx.Audio/Ryujinx.Audio.csproj
blob: 4a159eb5c950310f95d830e86bdbb7cb5760f6ce (plain) (tree)
1
2
3
4
5
6
7
8
9
                                    
                 
                                             

                                               
             
                                                                          
                                                                          
              
          
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net7.0</TargetFramework>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
    <ProjectReference Include="..\Ryujinx.Cpu\Ryujinx.Cpu.csproj" />
    <ProjectReference Include="..\Ryujinx.Memory\Ryujinx.Memory.csproj" />
  </ItemGroup>

</Project>