- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在一个解决方案中涉及多个项目的 .net 应用程序中,我有一个命名空间设置为 Company.Product.UI 的项目和另一个设置为 Company.Product.UI.WebPages 的项目。我的问题是构建这两个项目会产生两个 dll。我怎样才能拥有一个 dll 并仍然保留当前的解决方案结构。我使用 Visual Studio 2008 和 C#。
最佳答案
您必须将两个项目合并为一个项目或使用类似 ILMerge 的工具。将生成的程序集合并为一个程序集。
ILMerge is a utility that can be used to merge multiple .NET assemblies into a single assembly. It is freely available for use from the Tools & Utilities page at the Microsoft .NET Framework Developer Center.
Interested in using ILMerge during an automated build? ILMerge Tasks containts two buildable projects that will allow you to access ILMerge as a task from both MSBuild and NAnt. It even includes a post-build event that merges ILMerge and the task dll so that you can use the task without ILMerge.exe being present.
关于.net - 来自多个项目的单个装配,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/893267/
我正在为 .net 寻找一个简单的 3D 绘图 API。我需要绘制的形状是: 空心气缸 空心球体 空心立方体 3D线条 用于注释形状的 3D 文本 我正在寻找的功能是基本的平移、旋转和缩放功能。 任何
如其所说,我在网上读到有关将 Spine 导入 LibGDX 的信息。我正在使用 Android Studio 开发游戏并使用 LibGDX 框架。但是我的游戏需要 2D 装配动画而不是预渲染模型,所
我是一名优秀的程序员,十分优秀!