Ryujinx.ShaderTools.csproj 420 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. <OutputType>Exe</OutputType>
  5. <Configurations>Debug;Release</Configurations>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\Ryujinx.Graphics.Shader\Ryujinx.Graphics.Shader.csproj" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <PackageReference Include="CommandLineParser" />
  12. </ItemGroup>
  13. </Project>