I have a common "kernel" to all my projects in MVC 4, which contains Styles bundles, Scripts, a users control system (fine tuned to my needs), etc.
I'd like to use this as "Template" to all my new projects, but at the same time I want it to be update across all the projects.
So imagine I have 5 projects, and I am using Bootstrap 2, now Bootstrap 3 came out and I want just to update it in my base ("kernel") project, and see that change in all the projects that were using it.
How should I do that?
Right now, the only idea that comes to my mind is to have a base project, and open it for each new project and Save As... new, but that won't accomplish the "update" part.