Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在每个项目中都引用了 20 个通用解决方案 dll,是否可以创建一个解决方案并将所有引用添加到这个新解决方案。然后使用这个新的解决方案 DLL 并在其他项目中引用。
我正在使用 VS 2012。谢谢
您还可以将 20 个解决方案程序集合并为一个程序集,如下所述:
Stackoverflow:如何将多个程序集合并为一个
我认为使用 ILMerge 是一个好方法:
合并