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