2021-10-12 22:55:57 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-07-12 05:07:01 +02:00
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-11-28 21:24:17 +01:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2020-07-12 05:07:01 +02:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-10-12 22:55:57 +02:00
|
|
|
<PackageReference Include="FFmpeg.AutoGen" Version="4.4.1" />
|
2020-07-12 05:07:01 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-10-12 22:55:57 +02:00
|
|
|
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
|
2020-07-12 05:07:01 +02:00
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics.Video\Ryujinx.Graphics.Video.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|