Hi experts,
I created a new VS-Project Package, and three new Project types, which I copied to the respective template folder. For each of the projects, I have a separate ProjectFactory. While creating the projects basically works, the problem I face is that - no matter which project is created - always the SAME ProjectFactory is used.
In short, I did the following:
- [ProvideProjectFactory(typeof(Factory1), ...)] for all three factories
- RegisterProjectFactory(new Factory1()) for all three factories
- Assigned a GUID to each of the factories
- In the project's template file, the <ProjectGuid> holds the respective Factory's GUID
I think that should be all the necessary steps. What am I missing?
Thanks,
Max