Skip to content

Commit

Permalink
Fix HidDeviceHelper HidSharp reference
Browse files Browse the repository at this point in the history
  • Loading branch information
evilC committed Oct 8, 2018
1 parent 78b40dc commit c873de9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="HidSharp, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\HidSharp.1.5\lib\net35\HidSharp.dll</HintPath>
<HintPath>..\..\..\..\packages\HidSharp.1.5\lib\net35\HidSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit c873de9

Please sign in to comment.