Quantcast
Channel: Visual Studio and Visual Web Developer Express
Viewing all articles
Browse latest Browse all 3509

add Javascript intellisense reference from another project

$
0
0

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?


Viewing all articles
Browse latest Browse all 3509

Trending Articles