Skip to content

Commit

Permalink
Attempt to bind the reference to the assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Massari committed Oct 29, 2018
1 parent ef2989c commit 11856fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ConsoleSample/ConsoleSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="NuoDb.Data.Client" />
<Reference Include="NuoDb.Data.Client">
<HintPath>..\NuoDb.Data.Client\bin\$(Configuration)\NuoDb.Data.Client.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down

0 comments on commit 11856fb

Please sign in to comment.