| 123456789101112131415161718 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
- <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
- <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>
|