Allow the ability to add files "as link" into Role Content folders
I can't add a file 'as a link' to the role content folder of a Worker or Web role project. The drop down option, seen in this Stack Overflow answer, is not available:
Right now, we have configuration files that are needed to by a startup task (defined in ServiceDefinition.csdef) , that need to be included in all of our worker role solutions. Without being able to add that file as a link, we have separate copies of that same file across all of our worker role solutions, making these configuration files difficult to update. (Instead of updating one copy of the files, we have to update every copy of these files across every worker role project)
(I contacted Azure support about this, they confirmed this functionality is not currently available in any version of Visual Studio, and suggested I make this request)
