MSBuild 4.5 is ignoring project dependencies

后端 未结 6 700
梦谈多话
梦谈多话 2021-02-14 23:39

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:40

    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.

提交回复
热议问题