How do I create Visual Studio shortcut files

Matthew Kruskamp picture Matthew Kruskamp · Sep 22, 2009 · Viewed 21.3k times · Source

In Visual Studio there is a way to have a file in another project that is a shortcut to the first so that it builds in both. How do I do that?

Answer

itowlson picture itowlson · Sep 22, 2009

Right-click the project, select Add > Existing Item, and in the dialog drop down the Add button and select Add As Link.

Add As Link