Ryujinx.Graphics.OpenGL.csproj 566 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="OpenTK.NetStandard" Version="1.0.5.32" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
  11. <ProjectReference Include="..\Ryujinx.Graphics.GAL\Ryujinx.Graphics.GAL.csproj" />
  12. <ProjectReference Include="..\Ryujinx.Graphics.Shader\Ryujinx.Graphics.Shader.csproj" />
  13. </ItemGroup>
  14. </Project>