In Visual Studio 2008, if I had a solution containing several C ++ projects, I could make them depend on each other and refer correctly using the "Project Dependencies" option. This fixed the assembly order, and also made (for example) the main link of the project project to the outputs of the static library.
In Visual Studio 2010, this does not work. Has Visual Studio 2010 changed the way this works?
visual-studio-2010
Roger Lipscombe Apr 24 '10 at 13:18 2010-04-24 13:18
source share