Reputation: 2521
I would like to find a way to create four folders when I create a new WPF app/lib. Those four folders would be DAO, Model, ViewModel and View.
Is there a way to do this automatically?
Thanks
Upvotes: 2
Views: 64
Reputation: 299
Solution is described here (http://msdn.microsoft.com/en-us/library/xkh1wxd8.aspx). Creating project templates is standart VS functionality since VS2005
Upvotes: 2