Reputation: 62528
Is there a way to turn the current project which I've setted up nicely (project settings, additional libraries, and so on) into a project template in vs 2008 ?
How would one go about that ?
Upvotes: 6
Views: 753
Reputation: 360
Everything you need is in the MSDN
http://msdn.microsoft.com/en-us/library/xkh1wxd8.aspx
http://msdn.microsoft.com/en-us/library/ms185291.aspx
Upvotes: 0
Reputation: 1062530
File -> Export Template -> Project Template
This will then appear under "My Templates" in VS
Upvotes: 3