Ryujinx.ShaderTools.csproj 507 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
  5. <OutputType>Exe</OutputType>
  6. <Configurations>Debug;Release</Configurations>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\Ryujinx.Graphics.Shader\Ryujinx.Graphics.Shader.csproj" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <PackageReference Include="CommandLineParser" Version="2.8.0" />
  13. </ItemGroup>
  14. </Project>