开发者

Does VS2010 use csc.exe / vbc.exe (directly or indirectly) to compile relevant projects?

Pretty much as the title suggests.

I can't find any proof that DevEnv.exe actually calls these开发者_如何学Python at any point.


Also, here's an interesting link: http://blogs.msdn.com/ed_maurer/archive/2008/06/11/a-tale-of-two-compilers.aspx


Visual Studio uses an in-process compiler for C# compilation. I would guess the same is true for VB.NET.


Check the targets files - you will see that the compilers are referenced in the relevant targets file.

These files are what MSBuild uses to determine what and how to build a project (when using F5 or Build Project).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜