2020-07-12 05:07:01 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-01-01 01:08:02 +01:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-11-09 20:22:43 +01:00
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2020-01-01 01:08:02 +01:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-07-12 05:07:01 +02:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics.Device\Ryujinx.Graphics.Device.csproj" />
|
2020-01-01 01:08:02 +01:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics.Gpu\Ryujinx.Graphics.Gpu.csproj" />
|
2021-10-12 22:55:57 +02:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics.Nvdec.FFmpeg\Ryujinx.Graphics.Nvdec.FFmpeg.csproj" />
|
2020-07-12 05:07:01 +02:00
|
|
|
|
<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" />
|
2020-01-01 01:08:02 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|