2

I built a new VS2010 project template (based on MVC2, but it's not important). Most of the files are, of course in the project, but there are a few that are not. For example, T4MVC.setting.t4 and instructions.pdf. Although they are not in the project, I would still want to put them in user directory when new project is created.

However, the files seem to be installed only if they are list in .vstemplate and .csproj. Is this observation correct? If no - what am I doing wrong. If yes - is this a bug?

Felix
  • 9,248
  • 10
  • 57
  • 89
  • Unfortunately that is what I have observed. I would vote this question up but I do not have enough rep. –  Aug 09 '10 at 23:05

1 Answers1

0

ScottGu has a step-by-step tutorial how to do exactly what I asked...

Felix
  • 9,248
  • 10
  • 57
  • 89
  • While this may answer the question, [it would be preferable](http://meta.stackexchange.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Bill the Lizard Oct 14 '11 at 17:03