Is there a Visual Studio Build Profiler?

后端 未结 3 1477
走了就别回头了
走了就别回头了 2021-02-07 06:09

My VS.NET 2008 solution is taking longer and longer to compile (ASP.NET 3.5 + ASP.NET MVC 2 + C#) and I am wondering if there is a way to know what project takes the longer to c

3条回答
  •  粉色の甜心
    2021-02-07 06:26

    @PostMan's answer is what you need (hence my +1 on that)

    The MSBuild (4.0) debugger may also prove useful

提交回复
热议问题