Ryujinx.Graphics.OpenGL.csproj 679 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. <LangVersion>8.0</LangVersion>
  6. <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="OpenTK.NetStandard" Version="1.0.5.12" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
  13. <ProjectReference Include="..\Ryujinx.Graphics.GAL\Ryujinx.Graphics.GAL.csproj" />
  14. <ProjectReference Include="..\Ryujinx.Graphics.Shader\Ryujinx.Graphics.Shader.csproj" />
  15. </ItemGroup>
  16. </Project>