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

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
 
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

Nevermind. I found tools --> options --> build and run --> (verbosity
 
D

dunawayc

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top