【发布时间】:2015-08-20 11:02:16
【问题描述】:
我有一个 Visual Studio 项目,它始终出现在构建输出中,即使其中没有任何更改。但实际上似乎没有在其中编译任何内容,例如,如果使用此项目的项目中的其他所有内容都已构建,我会看到如下内容:
1>------ Build started: Project: MyLib, Configuration: Release Win32 ------
1> MyLib.vcxproj -> C:\Projects\MySoftware\Release\MyLib.dll
========== Build: 1 succeeded, 0 failed, 23 up-to-date, 0 skipped ==========
【问题讨论】:
标签: visual-c++ visual-studio-2013 build compilation projects-and-solutions