Ryujinx.Graphics.Gpu.csproj 657 B

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