Ryujinx.Tests.Unicorn.csproj 322 B

12345678910111213
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  5. <Configurations>Debug;Release</Configurations>
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  9. </PropertyGroup>
  10. </Project>