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

                                 
                                             

                  
                                                  





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

  <PropertyGroup>
    <TargetFramework>net7.0</TargetFramework>
  </PropertyGroup>

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

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

</Project>