apukineimakiapudjuh
apukineimakiapudjuh

Reputation: 93

Creating Visual Studio Template - config values depend on project name

I make visual studio templates fo my projects/solutions. Is there any way to change some text in config/code depend on what somebody name this project?

Thanks for help apukineimakiapudjuh

Upvotes: 0

Views: 62

Answers (1)

John Riehl
John Riehl

Reputation: 1330

You can use the $safeprojectname$ parameter. See this link for the parameters that are available, and this one for a more general overview.

Upvotes: 1

Related Questions