<ItemGroup>
<Reference Include="Facebook">
<HintPath>E:\MSBuild\library\Facebook.dll</HintPath>
</Reference>
<Reference Include="Hammock.WindowsPhone">
<HintPath>E:\MSBuild\library\Hammock.WindowsPhone.dll</HintPath>
</Reference>
</ItemGroup>
I have tried adding external .dll files with the above script but getting the error like:
error CS0246: The type or namespace name 'Hammock' could not be found (are you missing a using directive or an assembly referen ce?) [E:\MSBuild\src\MobiReader.csproj]
any one please help ..