I had to manually edit the xml project and add node as follows for each server link:
<ItemGroup>
<WCFMetadataStorage Include="Service References\NameOfYourReference\" />
<WCFMetadataStorage Include="Service References\NameOfYourOtherReference\" />
//more services
</ItemGroup
reference.cs compile node, , VS2010 Reference1.cs, . Reference1.cs xml XML:
<Compile Include="Service References\NameOfYourReference\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
, , , , , , , VS.