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