我可以看到给编译器构建项目的命令吗?

Dan*_*San 4 .net c# visual-studio visual-studio-2012

我想知道是否有可能看到给编译器在Visual Studio 2012中构建项目的命令.我怎样才能实现这一目标?

(我参与.Net C#项目)

Ray*_*eng 5

去吧,把它改成 TOOLS -> Options -> Projects and Solutions -> Build and Run -> MSBuild project output verbosity -> Normal

然后你会在Output窗口看到你想要的东西.

示例输出:

CoreCompile: 1> C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702,2008 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation ...