原来根据【2】:
When building a project that has dependencies on other projects, an error occurs if one of the dependent projects do not contain a configuration named "Debug".
这个是因为没有添加它所依赖的工程。
参考:
【1】error MSB8013: 此项目不包含配置和平台组合 Debug|Win32 http://bbs.csdn.net/topics/390504216
【2】error MSB8013: This project doesn't contain the Configuration and Platform combination of Debug|Win32 https://connect.microsoft.com/VisualStudio/feedback/details/630906/error-msb8013-this-project-doesnt-contain-the-configuration-and-platform-combination-of-debug-win32
本文探讨了在构建依赖其他项目的程序时,因目标项目缺少名为Debug的配置而导致错误的解决方法。通过分析相关错误提示和案例,提供了确保所有依赖项目都包含Debug配置的步骤,从而避免构建过程中的常见问题。

706

被折叠的 条评论
为什么被折叠?



