VS2008安装项目
我有一个 C# 项目,使用 VS2008 构建。它有许多第三方依赖项。但是,当我为其创建安装项目时,“检测到的依赖项”文件夹为空。我如何强制它检测这些依赖项,或手动添加它们?
I have a C# project, built using VS2008. It has a number of third party dependencies. However, when I create a set-up project for it, the “Detected Dependencies” folder is empty. How do I either force it to detect these dependencies, or manually add them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须添加另一个项目或其他程序集(可能是可执行文件)的输出,然后安装项目将自动检测依赖项并添加相应的程序集。
You have to add the output from another project, or some other assembly (could be an executable), and then the setup project will automatically detect the dependencies and will add the corresponding assemblies.