开发者

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

开发者 https://www.devze.com 2022-12-27 06:46 出处:网络
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/arch

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

精彩评论

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