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