Visual Studio 2008:从具有多个项目的解决方案创建单个 DLL [英] Visual Studio 2008: Creating Single DLL from Solution with Many Projects

查看:24
本文介绍了Visual Studio 2008:从具有多个项目的解决方案创建单个 DLL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个在 Visual Studio 2008 中开发的 ASP.NET Web 应用程序,由 3 个不同的项目组成(一个用于 UI,一个用于 BO 和第三个 DAL).

I have an ASP.NET web application developed in Visual Studio 2008, composed of 3 different projects (one for UI, one of BO and the third for DAL).

如何生成包含所有 3 个的单个程序集文件?现在它为解决方案中的每个项目生成 3 个 DLLS.

How can I generate a single assembly file which holds all 3? Now it's generating 3 DLLS each for each project in the solution.

推荐答案

不知道VS2008有没有这个功能.但是你当然可以在 VS 之外做.

I do not know if there's indeed this feature in VS2008. But you certainly can do it outside VS.

例如:
使用 ILMerge 合并 .NET 程序集

这篇关于Visual Studio 2008:从具有多个项目的解决方案创建单个 DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆