【发布时间】:2020-02-22 09:54:50
【问题描述】:
我有一个有配置的解决方案,我们称之为A。该解决方案中 80% 的项目也具有配置 A,但其余项目没有。尽管它们确实需要构建。
当我使用 msbuild proj.sol /p:Configuration=A /p:Platform=x64 构建时,我会收到类似这样的错误消息
error MSB4057: The target "Build" does not exist in the project.
似乎我可以构建我的项目的移动,但不能构建配置名称与解决方案不匹配的项目。
【问题讨论】:
标签: visual-studio msbuild solution