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


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

  <PropertyGroup>
    <TargetFramework>net7.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>