View Single Post
  #1  
Old 12-05-2014, 07:42 AM
Jens Jens is online now
Registered User
 
Join Date: 12-05-2014
Posts: 5
Visual Studio solution project build order

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?
Reply With Quote