I asked a "similar" question here:
Visual Studio Multi-Project Solution Options
However, that did not specifically address my problem. In short: what is the best way to share a master page across a multi-project solution? I have a solution with over 20 internal Web app projects and want a common master page for all of these.
UPDATE:
I will need to share other resources also - CSS, images, JS files, etc.