Ryujinx.Graphics.Texture.csproj 361 B

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