Project Reference Vs File Reference?

前端 未结 11 1724
一向
一向 2020-12-02 18:36

References can be added in two ways in a project.

  1. Project Reference.
  2. File Reference.

But, When to use Project and when to use File refe

11条回答
  •  Happy的楠姐
    2020-12-02 19:33

    At the end, all references are file references, the Project Reference is just a visual studio feature, which is making a reference to a file that is being built with your solution, so whenever you build a new build, the reference is updated automatically without you going copy & paste the files

提交回复
热议问题