Ryujinx.Graphics.GAL.csproj
1 <Project Sdk="Microsoft.NET.Sdk"> 2 3 <PropertyGroup> 4 <TargetFramework>net8.0</TargetFramework> 5 </PropertyGroup> 6 7 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> 8 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 9 </PropertyGroup> 10 11 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> 12 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 13 </PropertyGroup> 14 15 <ItemGroup> 16 <ProjectReference Include="..\Ryujinx.Graphics.Shader\Ryujinx.Graphics.Shader.csproj" /> 17 <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" /> 18 </ItemGroup> 19 20 </Project>