/ src / Ryujinx.Input / Ryujinx.Input.csproj
Ryujinx.Input.csproj
 1  <Project Sdk="Microsoft.NET.Sdk">
 2  
 3    <PropertyGroup>
 4      <TargetFramework>net8.0</TargetFramework>
 5      <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 6    </PropertyGroup>
 7  
 8    <ItemGroup>
 9      <PackageReference Include="System.IO.Hashing" />
10    </ItemGroup>
11  
12    <ItemGroup>
13      <ProjectReference Include="..\Ryujinx.HLE\Ryujinx.HLE.csproj" />
14      <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
15    </ItemGroup>
16  
17  </Project>