Hi Folks,
I am working on multi project template using wizard(Implementing IWizard) to collect user input for project name and namespace.
Multi project contains one web project and 4 class library which have inter reference dependency(classlibrary1 is referred in classlibrary2 and classlibrary3)
Everything works fine for multi project generation.
For a scenario where I have multi project generated and loaded in visual studio.User want to add another new project to an existing solution of type classlibrary2.
Since classlibrary2 is dependent on classlibrary1, I want to collect user input whether he want to add reference of existing classlibrary1 in new classlibrary2 project and all together wants to create a new project type of classlibrary1 and refer in new classlibrary2.
How to achieve this and more over display a UI for Add new project based on classlibrary type(calculating which library references are needed)
Hope i am clear with my question