I have a solution with 2 projects. Let's say Project A and Project B. Project B depends on Project A. Project A has a pre build event set. The build order ends up being Project B, the prebuild event, then Project A. I would prefer it to be: prebuild event, Project B, then Project A. Any way of doing this?
↧