aboutsummaryrefslogblamecommitdiff
path: root/src/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj
blob: ab89fb5c7a5c410eb869b3a55e275623b2333a39 (plain) (tree)
1
2
3
4
5
6
7
8
                                 
                 
                                             
                                
                                                  
                  


                                                                                            
             
                                                    
              
          
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net8.0</TargetFramework>
    <OutputType>Exe</OutputType>
    <Configurations>Debug;Release</Configurations>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\Ryujinx.Graphics.Shader\Ryujinx.Graphics.Shader.csproj" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="CommandLineParser" />
  </ItemGroup>

</Project>