Multi-Project templates without a root folder

I have a multi-project template and I want those multiple projects to not be created in a root folder inside the solution, but instead as separate folders on the same layer. Currently, the behaviour of my template would be this:
SolutionFolder\
Business.Logic\
Business.Logic\
Business.Logic.Contract\
SolutionFolder\
Business.Logic\
Business.Logic\
Business.Logic.Contract\
But I'd like to have:
SolutionFolder\
Business.Logic\
Business.Logic.Contract\
SolutionFolder\
Business.Logic\
Business.Logic.Contract\
I found some solutions online that, however, require some form of code extension to visual studio, to basically post process the template or something? But this is currently not feasable.
0 Replies
No replies yetBe the first to reply to this messageJoin