Hi Folks,
I am working on multi project solution template.
In visual studio when user creates a new project,lets say Test project under C:\ drive,it will default creates C:\Test\Test(two Test folder).
Can I somehow change the sub folder to Source such that it would be C:\Test\Source only for the project templates.Since I am implementing custom wizard(with IWizard implementation), I have an ENVDTE object.
Is there any work around to get it working only for the project templates,not for all the projects creation.
Regards,
Soni