Visual Studio multi-project templates rename namespaces and project names
问题 I've successfully created a multi-project solution template. What I would like to do, however, is to rename the beginning of each project with the name of the solution. So my projects: ProjectOne.A ProjectTwo.B Would be renamed to SolutionName.A SolutionName.B where SolutionName is the name by the user when they created the project. I've read the following articles: http://msdn.microsoft.com/en-us/library/ms185308.aspx http://msdn.microsoft.com/en-us/library/ms185311.aspx http://msdn