microsoft / slngen

Visual Studio solution generator
MIT License
371 stars 78 forks source link

Generate Folders using Sln Source #601

Open TonyValenti opened 2 months ago

TonyValenti commented 2 months ago

Hi All, We have an SLN that has 700 projects in it.

We are using SLNGEN to generate smaller solutions so we don't have to load the big behemoth into VS. The problem we are running into is folders. SLNGEN seems to have two options RE folders:

Our master SLN has the projects organized the way we want.

Is there a way to make SLNGen use the folders that are sourced from a master SLN?

mruxmohan4 commented 2 months ago

Right - at the moment, we do not currently support generating folders from the solution file. Note that the intended functionality of this tool is to create a VS solution based on the project references of a given project.

Will provide an update as to whether or not we want to support this functionality in the future.