Ryujinx.Graphics.Gpu.csproj 517 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <ItemGroup>
  3. <ProjectReference Include="..\Ryujinx.Graphics.GAL\Ryujinx.Graphics.GAL.csproj" />
  4. <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
  5. <ProjectReference Include="..\Ryujinx.Graphics.Texture\Ryujinx.Graphics.Texture.csproj" />
  6. <ProjectReference Include="..\Ryujinx.Graphics.Shader\Ryujinx.Graphics.Shader.csproj" />
  7. </ItemGroup>
  8. <PropertyGroup>
  9. <TargetFramework>netcoreapp3.0</TargetFramework>
  10. </PropertyGroup>
  11. </Project>