Visual Studio 2010 安装程序项目中包含 PDB 文件的问题
我很难追踪如何将调试符号文件包含在调试版本的安装项目中(仅)。如果我项目 ->添加->输出->调试符号(对于每个项目),它将在运行安装程序的发布版本时包含它们。
我希望安装程序项目仅包含我在安装安装程序的调试版本时指定的项目的调试文件,而不包含发行版的调试文件。
有什么建议...
I am having a hard time tracking down how to include the debug symbol files in an install project for the debug build (only). If I Project -> Add -> Output -> Debug Symbols (for each project), it will include them when running the release build of the installer.
I want the installer project to only include debug files for the projects I specified when installing the debug build of the installer and not for the release.
Any suggestions...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Visual Studio 安装项目不支持此功能。其他安装创作工具以构建或发布的形式提供此功能。基本上,具有不同内容的多个构建。
This is not supported by Visual Studio setup projects. Other setup authoring tools offer this feature as builds or releases. Basically, multiple builds with different content.