Visual Studio : How to manage code shared between projects

前端 未结 6 2180
伪装坚强ぢ
伪装坚强ぢ 2021-02-14 06:37

This has probably been posted before, but I\'m not sure what search terms to look for!

Quick explanation.

I have code that is shared between a few projects. This

6条回答
  •  悲&欢浪女
    2021-02-14 07:11

    It is better to extract common part into a separate project library and add reference of this project to all the solutions/dependent projects.

    Otherwise you can Add code/file/item as Link.

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题