Ryujinx.ShaderTools.csproj 352 B

12345678910111213
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.1</TargetFramework>
  4. <RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
  5. <OutputType>Exe</OutputType>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\Ryujinx.Graphics\Ryujinx.Graphics.csproj" />
  9. </ItemGroup>
  10. </Project>