You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just want to popup additional configuration settings that are needed in the web.config for multiple projects after the template is successfully installed.
Thanks
The text was updated successfully, but these errors were encountered:
I got everything working creating a template with the multi project.
My question is how do I get a file to open up in the editor after installing the templates?
In _project.vstemplate
I saw samples online doing something similar within the project node...
ProjectItem ReplaceParameters="true" OpenInEditor="true"
<TemplateContent> <Project TargetFileName="$safeprojectname$.csproj" File="VsTemplateProj.csproj" ReplaceParameters="true" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005"> <ProjectItem ReplaceParameters="true" OpenInEditor="true">readme.txt</ProjectItem> </Project> </TemplateContent>
I just want to popup additional configuration settings that are needed in the web.config for multiple projects after the template is successfully installed.
Thanks
The text was updated successfully, but these errors were encountered: