Is there a way to modify the project template to change how the Visual Studio Xamarin (Shared PCL) Project Templates names the default project names? For example, in VS,
File->New Project->Cross-Platform->Blank App (Xamarin.Forms Portable)
will create the following projects:
{SolutionName}
+ {AppName}
+ {AppName}.Droid
+ {AppName}.iOS
The physical file paths are the same as the solution/project structure. I'm wondering if it's possible to change the default names of the projects and folder for the physical files.
I've tried looking for the project templates in /common7/ide/projecttemplates, but I don't see anything relevant.