2018-05-17 14:25:42 -04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-11-28 15:24:17 -05:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2018-08-10 13:27:15 -04:00
|
|
|
<OutputType>Exe</OutputType>
|
2020-08-30 13:06:05 -04:00
|
|
|
<Configurations>Debug;Release</Configurations>
|
2018-05-17 14:25:42 -04:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2020-11-15 13:27:15 -05:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics.Shader\Ryujinx.Graphics.Shader.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2021-07-18 06:49:39 -04:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="CommandLineParser" Version="2.8.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2018-05-17 14:25:42 -04:00
|
|
|
</Project>
|