Ryujinx.Graphics.GAL.csproj 441 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <ItemGroup>
  3. <ProjectReference Include="..\Ryujinx.Graphics.Shader\Ryujinx.Graphics.Shader.csproj" />
  4. <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
  5. </ItemGroup>
  6. <PropertyGroup>
  7. <TargetFramework>netcoreapp3.1</TargetFramework>
  8. <LangVersion>8.0</LangVersion>
  9. <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
  10. </PropertyGroup>
  11. </Project>