Ryujinx.Graphics.Gpu.csproj 813 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\Ryujinx.Cpu\Ryujinx.Cpu.csproj" />
  8. <ProjectReference Include="..\Ryujinx.Graphics.Device\Ryujinx.Graphics.Device.csproj" />
  9. <ProjectReference Include="..\Ryujinx.Graphics.GAL\Ryujinx.Graphics.GAL.csproj" />
  10. <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
  11. <ProjectReference Include="..\Ryujinx.Graphics.Texture\Ryujinx.Graphics.Texture.csproj" />
  12. <ProjectReference Include="..\Ryujinx.Graphics.Shader\Ryujinx.Graphics.Shader.csproj" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <PackageReference Include="SharpZipLib" Version="1.3.3" />
  16. </ItemGroup>
  17. </Project>