Hello. I've got a project template with a wizard. I need to add project items from template to created project somewhere within wizard. Those project item templates have custom parameters with values provided in wizard. Is there any way to implement it?
I tried adding items in RunStarted method, but there are no projects yet created. If adding with ProjectItems.AddFromTemplate in ProjectFinishedGenerating then template parameters are not substituted.