Thanks, I actually wrote an app that parses the SLN file and project
files to intellegently build the projects in the right order. One
solution I had was for my build process to remove the SLN file just
before building. However, our developers were lazy and didn't update
link libraries because the dependancy stuff does that for you. The
result is a lot of linker errors. I could go through our entire
solution and fix all of the link libraries, but that's a bit of work.
I could also expand my parsing to automatically add link libraries to
a project from any project it depends on.
It would be a lot easier if studio just had this flag, though. :-)
[quoted text, click to view] mbosticky@aimltd.co.uk (Martin) wrote in message
> My 'guess' is no. I have looked into this before my self. Our solution
> was to write an add-in which inteligently build the projects + we have
> a normal application that uses the same algorithms. However, this was
> definitely a tough undertaking as there are many technical problems
> that we had to solve first.
>
> Consider use of make files.
>