Sharing css/javascript/images between different projects in Visual Studio
Posted
by gnomixa
on Stack Overflow
See other posts from Stack Overflow
or by gnomixa
Published on 2010-06-02T18:22:07Z
Indexed on
2010/06/02
18:24 UTC
Read the original article
Hit count: 542
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.
Any ideas?
© Stack Overflow or respective owner