Is there an effective way to share visual assets between different projects?
This would include images, CSS and JavaScript.
I\'ve looked at the following S
A handy solution is to create a "Solution folder" as shown in Erik Philips's solution.
Basically "Solution folder" is just a common share folder created in your solution that contains all shared files, then you refer these files in your project(s) as links. For all practical purposes these share files could be used in your site(s) as if they were present in your local site folder.