Ryujinx.ShaderTools.csproj 450 B

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