I am able to create a Visual Studio Project Template as described here http://www.codeproject.com/Articles/365680/Extending-Visual-Studio-Part-Item-Templates
I have created a wizard that lest the user enter in a custom value and I can rename my files by modifying the templates like so:
This renames my files to whatever the user enters into the wizard.
I now want to rename the actual projects. How can I do this?
I want to do this using the template and hope to stay away from doing it in code.
I am using Visual Studio 2012.
EDIT - I see a few threads from 2011 where it says this cant be done using templates (Only in code) but that was 2011 I hope it can now be done in 2014.