diff options
Diffstat (limited to 'Ryujinx.Input.SDL2/Ryujinx.Input.SDL2.csproj')
| -rw-r--r-- | Ryujinx.Input.SDL2/Ryujinx.Input.SDL2.csproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Ryujinx.Input.SDL2/Ryujinx.Input.SDL2.csproj b/Ryujinx.Input.SDL2/Ryujinx.Input.SDL2.csproj new file mode 100644 index 00000000..cee18996 --- /dev/null +++ b/Ryujinx.Input.SDL2/Ryujinx.Input.SDL2.csproj @@ -0,0 +1,16 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>net5.0</TargetFramework> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="ppy.SDL2-CS" Version="1.0.225-alpha" /> + </ItemGroup> + + <ItemGroup> + <ProjectReference Include="..\Ryujinx.Input\Ryujinx.Input.csproj" /> + </ItemGroup> + +</Project> |
