Ryujinx.Audio.csproj 418 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.1</TargetFramework>
  4. <RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="OpenTK.NetStandard" Version="1.0.4" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
  11. </ItemGroup>
  12. </Project>