环境:Visual Studio 2013
,C#
,ASP.NET MVC
问题:对于我在Visual Studio中使用C#创建的项目,我想给其他人一个编译的DLL,而不是必须自己添加任何额外的DLL引用。
示例: 我有一个用于Web服务的项目:
MyProjectWebServices.dll <-- this is what I would just like to hand out
Some3rdParty.dll
Another.dll
SomethingElse.dll
因此,对于其他项目需要引用的上述4个库,因为我的原始可分发库(MyProjectWebServices.dll
)引用它们,有没有办法将底部3捆绑到第一个?