Dotnet project system allow to specify attributes for Reference like HintPath. Need to implement parsing for this type.
<ItemGroup>
<Reference Include="A" HintPath="Path/A.dll" />
<Reference Include="B">
<HintPath>Path/B.dll</HintPath>
</Reference>
</ItemGroup>