mgphall
mgphall

Reputation: 87

VS2010 custom Template IWizard

I am just learning about custom VSTemplates I have created a wizard using IWizard,

I have a solution folder which I need to change the name from testname to $safeprojectname$

how can I do this?

Upvotes: 0

Views: 191

Answers (1)

Dmitry Pavlov
Dmitry Pavlov

Reputation: 28320

Have a look at this (and related children pages) article at MSDN - How to: Substitute Parameters in a Template

Upvotes: 1

Related Questions