MSBuild 4.5 is ignoring project dependencies

后端 未结 6 1733
醉话见心
醉话见心 2021-02-14 23:40

I have a VS2010 solution file with over 20 projects in it, and some of the projects have dependencies on other projects from within the solution.

I also have multiple bu

6条回答
  •  无人共我
    2021-02-15 00:25

    I found that MSBuild is building projects from a solution in order in which they are declared in the .sln file. So if you reorder them with text editor you can fix the order for MSBuild.

提交回复
热议问题