Using the same modules in multiple projects

前端 未结 3 1012
失恋的感觉
失恋的感觉 2021-01-05 13:47

I\'m using Visual Studio 2010 and coding in VB.NET.

My problem is that I\'ve collected all the modules I\'ve written and intend to reuse and placed them in a separat

3条回答
  •  清歌不尽
    2021-01-05 14:33

    You can move the modules to a separate, central library project which can be included in each solution of your projects.

    In each project you can add a reference to that library if you want.

提交回复
热议问题