Ryujinx/src/Ryujinx.Graphics.Nvdec/Ryujinx.Graphics.Nvdec.csproj

19 lines
843 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2019-12-31 21:08:02 -03:00
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
2019-12-31 21:08:02 -03:00
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2024-11-29 08:55:51 +10:00
<DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
2019-12-31 21:08:02 -03:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
<ProjectReference Include="..\Ryujinx.Graphics.Device\Ryujinx.Graphics.Device.csproj" />
<ProjectReference Include="..\Ryujinx.Graphics.Nvdec.FFmpeg\Ryujinx.Graphics.Nvdec.FFmpeg.csproj" />
<ProjectReference Include="..\Ryujinx.Graphics.Nvdec.Vp9\Ryujinx.Graphics.Nvdec.Vp9.csproj" />
<ProjectReference Include="..\Ryujinx.Graphics.Texture\Ryujinx.Graphics.Texture.csproj" />
<ProjectReference Include="..\Ryujinx.Graphics.Video\Ryujinx.Graphics.Video.csproj" />
2019-12-31 21:08:02 -03:00
</ItemGroup>
</Project>