Ryujinx.Graphics.OpenGL.csproj 644 B

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