ligershark / side-waffle

A collection of Item- and Project Templates for Visual Studio
Other
657 stars 205 forks source link

Question: Create Solution folder and add projects when creating from template #406

Closed aagarwal10 closed 7 years ago

aagarwal10 commented 7 years ago

Hi,

I m using VS 2017 Update 3 with .NET Core 2.0

I have a template project that is able to create a solution with following projects

Example: Abhishek.Component.sln Abhishek.Component.Entities Abhishek.Component.Extensions Abhishek.Component.Abstractions Abhishek.Component.UnitTests Abhishek.Component.IntegrationTests

However I want to have a solution folder that will group my test projects like this in a project created from template automatically;

Abhishek.Component.sln Abhishek.Component.Entities Abhishek.Component.Extensions Abhishek.Component.Abstractions Tests Abhishek.Component.UnitTests Abhishek.Component.IntegrationTests


Is it possible to have this structure automatically created when a project is created from template.

Any help is appreciated

--Abhishek

sayedihashimi commented 7 years ago

Solution folders require you to create a custom VS wizard.

aagarwal10 commented 7 years ago

Cool, thanks