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