aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Texture/Ryujinx.Graphics.Texture.csproj
blob: 6ec98a8d292ff2c17a9d4ce1177d4efc68539735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Project Sdk="Microsoft.NET.Sdk">

  <ItemGroup>
    <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
  </ItemGroup>

  <PropertyGroup>
    <TargetFramework>netcoreapp3.0</TargetFramework>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>

</Project>