I am trying to build a an application framework template where developers can use MVP pattern using Guidance Automation Toolkit. But i could see that in MSDN:
Guidance Automation
Retired Content
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies.
This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
So what is the alternative for achieving the same functionality in VS2010 and later version?
If I were doing this. I'd look at NuGet package templates. This will allow you to open a blank solution and then install the NuGet package to create the structure of your app.
If you get the NuGet Package Explorer you can then inspect other NuGet packages.