I make use of this technique by Scott Hanselman for merging multiple assemblies as part of building my solution. It works well but it's a bit of a hassle having to hand-edit my .csproj/.vbproj files.
Is it possible to add custom properties to the VS property grid for references? I'd like to be able to add a boolean property to indicate whether or not a given reference should be merged.