You can use the CustomParameter
element in your
.vstemplate file to add new parameters to a template.
TemplateContent
element in the .vstemplate file for the
template.CustomParameters
element and one or more
CustomParameter
child elements as children of the TemplateContent
element.<TemplateContent> ... <CustomParameters> <CustomParameter Name="$MyParameter1$" Value="MyValue2"/> <CustomParameter Name="$MyParameter2$" Value="MyValue2"/> </CustomParameters> </TemplateContent>