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