Ryujinx.Graphics.Texture.csproj 396 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <ItemGroup>
  3. <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
  4. </ItemGroup>
  5. <PropertyGroup>
  6. <TargetFramework>netcoreapp3.1</TargetFramework>
  7. <LangVersion>8.0</LangVersion>
  8. <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
  9. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  10. </PropertyGroup>
  11. </Project>