Ryujinx.Tests.Unicorn.csproj 409 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  5. <Configurations>Debug;Release</Configurations>
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <PackageReference Include="UnicornEngine.Unicorn" />
  12. </ItemGroup>
  13. </Project>