nkoniishvt
nkoniishvt

Reputation: 2521

Create folders when creating a new WPF project

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

Answers (1)

WinnieThePoooh
WinnieThePoooh

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

Related Questions