MSBuild - can it work out project dependencies in a solution file? If so how?

前端 未结 7 868
北海茫月
北海茫月 2021-02-01 05:24

I have an msbuild project which builds a SLN file from visual studio which holds all the projects in (about 70+ project), and a lot of the projects are dependent on each other m

7条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-01 06:08

    If all of your dependent projects are in the solution and you are using Project references, Visual Studio should manage the dependencies for your and build in order of that dependency list.

    It sounds like you are not using project references. I always recommend project references.

提交回复
热议问题