Hello everyone,


I am using Visual Studio to create a solution, and in this solution, there are several projects which have dependencies, for example, the output of one project is a DLL and another project will utilize it to build an executable application.

My question is, whether Visual Studio could recognize the dependencies and build projects in correct sequence? Means, building DLL project first, then build the executable application.

If Visual Studio could not, I have to build them manually one-by-one in the correct sequence.


thanks in advance,
George