diff options
Diffstat (limited to 'src/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj')
| -rw-r--r-- | src/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj b/src/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj new file mode 100644 index 00000000..955e6d3f --- /dev/null +++ b/src/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj @@ -0,0 +1,15 @@ +<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> |
