Ryujinx/src/Ryujinx.Graphics.Texture/Ryujinx.Graphics.Texture.csproj

13 lines
356 B
XML
Raw Normal View History

2019-10-13 03:02:07 -03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2024-11-29 08:55:51 +10:00
<DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
</PropertyGroup>
2019-10-13 03:02:07 -03:00
<ItemGroup>
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
</ItemGroup>
</Project>