Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Is there any way to find the dependent projects in the solution and build the projects accordingly sequentially.

The project with no dependencies will build first.
Then the other projects which are dependent on the first project and so on.

Can we do it programmatically with C# or PowerShell?
Are there any Visual Studio commands available?

What I have tried:

Using VS we can easily see the dependencies. But I could not find any way to achieve it programmatically with C# or PowerShell.
Posted
Updated 12-Sep-21 8:43am
Comments
Dave Kreskowiak 12-Sep-21 18:24pm    
That's odd question considering VS does this automatically.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900