1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-10-18 11:22:02 +01:00
Ryujinx/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj

17 lines
420 B
XML

<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>