Ryujinx.ShaderTools.csproj 352 B

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