1>是什么?在Visual Studio输出窗口中表示什么?
在Visual Studio 2005中,我的输出窗口的每一行都以字符"1>"开头
Every line of my output window in Visual Studio 2005 is prepended with the characters "1>"
我不知道发生了什么事,但是那不是以前做的.
I don't know what happened but it didn't used to do this.
我曾经尝试搜索Google,但是即使您搜索+1>,搜索字符串"1>"还是有问题的(因为+应该表示精确搜索).
I have tried searching Google but searching for the string "1>" is problematic even if you search +1> (since the + is supposed to mean exact search).
那么,这是什么意思?...我如何摆脱它?
So, what does this mean?... how do I get rid of it?
谢谢, 〜埃里克
Visual Studio支持并行构建,使用多个CPU内核来构建解决方案. 1>前缀表示生成输出的内部版本号.只有当您拥有彼此独立的项目时,您才真正获得并行构建.
Visual Studio supports parallel builds, using more than one CPU core to build a solution. The 1> prefix indicates the build number that produced the output. You only really get parallel builds when you have projects that are independent of each other.