Ryujinx.Graphics.Nvdec.FFmpeg.csproj 470 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="FFmpeg.AutoGen" Version="4.4.1" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
  11. <ProjectReference Include="..\Ryujinx.Graphics.Video\Ryujinx.Graphics.Video.csproj" />
  12. </ItemGroup>
  13. </Project>