Visual Studio Project vs. Solution

前端 未结 10 2172
被撕碎了的回忆
被撕碎了的回忆 2020-12-12 18:48

Being new to VS, how may I think of these two concepts, what is the difference?

10条回答
  •  借酒劲吻你
    2020-12-12 19:18

    A Solution can have many Projects.

    The Solution can also handle managing the dependencies between its different Projects...making sure that each Project gets Built in the appropriate order for the final Solution to work.

提交回复
热议问题