Update project references
Is there any way to tell a project to update its references without having to recompile? I have a case where ProjectB references the dll of ProjectA. When I change ProjectA and recompile I then need to update ProjectB in order to ProjectB to recognize the changes. Of course one way to do this is by recompiling ProjectB, but it seems like there should be a better way. For example, removing and then readding the reference to ProjectA.dll will also cause the changes to take effect so it seems that recompiling is not necessary. In my case ProjectB takes a while to compile so it would be nice if I could avoid that seemingly unnecessary step.
Thanks for any help.
Lance

