Skip to content

Commit

Permalink
Fix SharpGameInput hint path
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNathannator committed Jun 10, 2024
1 parent 964e4ae commit 1d5cd8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Program/RB4InstrumentMapper.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
Expand Down Expand Up @@ -39,7 +39,7 @@
</Reference>

<Reference Include="SharpGameInput, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>Dependencies\Nefarius.ViGEm.Client.dll</HintPath>
<HintPath>Dependencies\SharpGameInput.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down

0 comments on commit 1d5cd8d

Please sign in to comment.