VsAddAsLink

November 10, 2010
One of the hidden bits in Visual Studio which can come in handy at times is adding a file As Link:


It's useful for making sure the assembly under test's app.config file is available to the unit tests, or sharing a single AssemblyInfo.cs file across many projects.

tags: ComputersAndTechnology