PDA

View Full Version : Visual Studio solution project build order


Jens
12-05-2014, 08:42 AM
Problem in summary:

- I have a solution with projects that need to be built in a certain order (they depend on each other)
- Select the solution with a Make VS2008 action and select the correct configuration
- The Build fails

--> The build does not start with the correct project as defined in the solution file

Doing the same in the Visual Studio IDE, all works fine.

How can I make the Visual build to obey the project build order?

kinook
12-05-2014, 08:45 AM
http://www.kinook.com/Forum/showthread.php?t=4500

Jens
12-08-2014, 06:49 AM
thank you very much for the quick answer...
it now works fine