views:

12

answers:

1

I've got a bunch of useful Project Item templates for Visual Studio 2010 and I'd like to share them with the developers in my team. At the moment the zip files are sitting on a network share with an instructions text file telling users to copy the zips deep into their Documents folders.

I'd much rather have Visual Studio look in the share for its templates, or have some similar way of synchronizing a central repository of templates - especially since these particular templates are very likely to be updated in the future. Any ideas?

Thanks!

+1  A: 

You can set the 'User project templates location' and 'User item templates location' properties in VS: Tools -> Options -> Projects and Solutions -> General

adrift
That's just what I was looking for! Thanks!
Barry Fandango