Is it possible to add a reference to javascripts in another project in Visual Studio 2012. I have a javascript library in seperate project and i wan't several other projects to get intellisense from this project without having to include the javascript in every single project.
The reference to the library look like this and the path is correct:
/// <reference path="../../sample.jsreference/_reference.js" />
I have tried adding all the files to one of the other projects and intellisense worked then. So I'm guessing the problem is referencing files in another project. Is there any way that this is possible?