Sharing css/javascript/images between different projects in Visual Studio
I can't seem to figure out the most efficient way to do this. For example, I have some js files that are needed in both projects(within the same solution), how do I include them without duplicating the actual physical files, which I would rather not do? Same goes for images and css files. I would also like to know what's the best way t...