| 1234567891011121314151617 |
- <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" Version="2.8.0" />
- </ItemGroup>
- </Project>
|