Skip to content

Commit

Permalink
Fix bug: Add missing assembly and reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Jun 4, 2017
1 parent ed6f06a commit cdced9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added lib/Sanderling.MemoryReading.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions src/Sanderling.ABot.Exe/Sanderling.ABot.Exe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
<Reference Include="Sanderling.Interface">
<HintPath>..\..\lib\Sanderling.Interface.dll</HintPath>
</Reference>
<Reference Include="Sanderling.MemoryReading">
<HintPath>..\..\lib\Sanderling.MemoryReading.dll</HintPath>
</Reference>
<Reference Include="Sanderling.UI">
<HintPath>..\..\lib\Sanderling.UI.dll</HintPath>
</Reference>
Expand Down

0 comments on commit cdced9b

Please sign in to comment.