How to upload / download multiple projects in a solution?

We have about 50 projects in our solution, and this is a big drain on time. The project upload / download function is a great help, but the process is slow and tedious, because there are so many projects and so many dependencies.

I would like to have project templates or presets. For example, I want to work on project D, which means that projects A, B and C must be loaded and everything else unloaded. If I want to work on project W, this means that all projects from A to W must be loaded.

Is it possible? The active "pattern" usually changes several times a day.

+4
source share
1 answer

You have at least three options:

  • . / . , " ".
  • . , .
  • [Hacky/Speculation] .suo, .suo , .

Microsoft, .

+4

All Articles