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:
But I'd like to have:
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.
Currently, the behaviour of my template would be this:
But I'd like to have:
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.