Reputation: 777
Right now, when I create a new MVC project in VS2010, it automatically adds the jquery 1.4.4 files. How would I go about updating the template so it includes the 1.5 version in place of the 1.4 version? Is this possible?
Upvotes: 0
Views: 309
Reputation: 7778
Take a look here for starters:
http://www.thecodinghumanist.com/blog/archives/2007/5/22/how-to-edit-visual-studio-templates
Upvotes: 1