当我在Visual Studio 2015中启动构建并在Visual Studio的“输出”窗口中观察构建输出时,我看到“输出”窗口中几乎所有行的长度都限制为79个字符,尽管窗口要宽得多。它看起来像这样:
C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets
(1820,5): warning MSB3276: Found conflicts between different versions of the sa
me dependent assembly. Please set the "AutoGenerateBindingRedirects" property t
o true in the project file. For more information, see http://go.microsoft.com/f
wlink/?LinkId=294190.
因此,输出垂直太长。如何删除此限制或至少增加行长限制?