aboutsummaryrefslogblamecommitdiff
path: root/Ryujinx.Graphics.Texture/Ryujinx.Graphics.Texture.csproj
blob: b74938c0cee511d93847d1fe5e0208318600e4b5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                 


                                               



                                                                          
          
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net5.0</TargetFramework>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>

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

</Project>