aboutsummaryrefslogblamecommitdiff
path: root/src/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj
blob: 8e795304556b338b641f73bd55072dd424f37ad5 (plain) (tree)
1
2
3
4
5
6
7
8

                                 
                                             

                  
                                                  





                                                                          
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net8.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Ryujinx.SDL2-CS" />
  </ItemGroup>

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

</Project>