Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to get a readme.txt file to open in vs editor #6

Open
vtan31 opened this issue Feb 1, 2017 · 0 comments
Open

Trying to get a readme.txt file to open in vs editor #6

vtan31 opened this issue Feb 1, 2017 · 0 comments

Comments

@vtan31
Copy link

vtan31 commented Feb 1, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant