Ryujinx.Input.csproj 427 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Crc32.NET" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\Ryujinx.HLE\Ryujinx.HLE.csproj" />
  11. <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
  12. </ItemGroup>
  13. </Project>