2020-11-12 16:15:34 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2019-10-13 00:02:07 -06:00
|
|
|
|
|
2020-11-15 11:27:15 -07:00
|
|
|
|
<PropertyGroup>
|
2021-11-28 13:24:17 -07:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2020-11-15 11:27:15 -07:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2019-10-13 00:02:07 -06:00
|
|
|
|
<ItemGroup>
|
2020-05-03 16:54:50 -06:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Cpu\Ryujinx.Cpu.csproj" />
|
2020-07-23 20:53:25 -06:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics.Device\Ryujinx.Graphics.Device.csproj" />
|
2019-10-13 00:02:07 -06:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics.GAL\Ryujinx.Graphics.GAL.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics.Texture\Ryujinx.Graphics.Texture.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics.Shader\Ryujinx.Graphics.Shader.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-11-28 13:24:17 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="SharpZipLib" Version="1.3.3" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2019-10-13 00:02:07 -06:00
|
|
|
|
</Project>
|