Visual Studio Shortcut/Alias In .csproj
alias, csproj, file, shortcut, visual-studio
Solution
When you do Add Existing Item and browse to a file, notice that the Add button is dropdown-able.
In the drop down, choose Add as Link
Problem
Within Visual Studio I'm pretty sure there is a way to "alias" a file among several projects. So in other words the actual file lives in only one place within the file system but has multiple references within two or more .csproj files. Short of opening the .csproj and creating such an alias, how would I do this within Visual Studio?