Skip to content

Commit

Permalink
Changed hint paths to use local Lib folder included in distribution, …
Browse files Browse the repository at this point in the history
…enables out-of-the box build
  • Loading branch information
Bryce Eldridge committed Mar 11, 2014
1 parent 7200ed9 commit dd6109e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Net.DDP.Client.Test/Net.DDP.Client.Test.csproj
Expand Up @@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.4.5.9\lib\net40\Newtonsoft.Json.dll</HintPath>
<HintPath>..\Lib\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Net.DDP.Client/Net.DDP.Client.csproj
Expand Up @@ -42,7 +42,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="WebSocket4Net">
<HintPath>..\..\Lib\WebSocket4Net.dll</HintPath>
<HintPath>..\Lib\WebSocket4Net.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit dd6109e

Please sign in to comment.