Is it necessary to deploy the XML file in a class library?

后端 未结 2 1899
刺人心
刺人心 2020-12-18 19:13

I have developed a lot of class library projects in VS 2012 to be used in Windows Forms and Web forms applications.

The question is simple. Do I need to deploy the D

2条回答
  •  天命终不由人
    2020-12-18 19:37

    No, in most cases you do not need it. If there is an external DLL that needs to be copied local and referenced using the config, then you might need to, but that is somewhat rare.

提交回复
热议问题