I have a C # solution being developed using MonoDevelop, there are a number of projects. When a solution is being built, I need to make sure that some project A is built after some other project B in the same solution. I can add a link to project B to project A, which is called a Project-To-Project link. This approach does not meet my requirements as output B is copied to the destination folder. Therefore, I cannot use the P2P link. Accordingly, the http://monodevelop.com/Documentation/Solutions_and_Projects_explained solution file (* .sln) supports "specifying assembly order."
Can someone provide me with any information on how I can specify the order of building projects at the solution level without using P2P links?
TIA
source
share