Skip to content

Commit

Permalink
reference IOWrapper in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
evilC committed Feb 13, 2018
1 parent 0785b73 commit 022a6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UCR.Core/UCR.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="IOWrapper">
<HintPath>..\..\IOWrapper\IOWrapper\IOController\IOWrapper.dll</HintPath>
<HintPath>..\dependencies\IOController\IOWrapper.dll</HintPath>
</Reference>
<Reference Include="IProvider">
<HintPath>..\..\IOWrapper\IOWrapper\IOController\IProvider.dll</HintPath>
<HintPath>..\dependencies\IOController\IProvider.dll</HintPath>
</Reference>
<Reference Include="Mono.Options, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.Options.5.3.0.1\lib\net4-client\Mono.Options.dll</HintPath>
Expand Down

0 comments on commit 022a6af

Please sign in to comment.