Does Visual Studio literally make a commandline call to csc.exe?

  • Thread starter Thread starter sherifffruitfly
  • Start date Start date
S

sherifffruitfly

Hi all,

When I compile my C# solution (or any other, I suppose) with shift-
ctrl-B, does Visual Studio make a commandline call to csc.exe? How can
I get (like copy to clipboard, say) the exact commandline that I'm
asking VS to execute when I hit shift-ctrl-B?

Thanks,

cdj
 
Hi all,

When I compile my C# solution (or any other, I suppose) with shift-
ctrl-B, does Visual Studio make a commandline call to csc.exe? How can
I get (like copy to clipboard, say) the exact commandline that I'm
asking VS to execute when I hit shift-ctrl-B?

Thanks,

cdj

Nevermind. I found tools --> options --> build and run --> (verbosity
 
Hi all,

When I compile my C# solution (or any other, I suppose) with shift-
ctrl-B, does Visual Studio make a commandline call to csc.exe? How can
I get (like copy to clipboard, say) the exact commandline that I'm
asking VS to execute when I hit shift-ctrl-B?

Thanks,

cdj

You can also look at the output window and select Build from the drop-
down and you can see the command line there.
 
Back
Top