Show full command line when building \ compiling in Visual Studio?

I'm looking for some \ Visual Studio function that will let me see all the basic commands that it executes when building and compiling a project.

csc.exe calls with all parameters \ switch \ parameters are displayed Tlbimp.ex calls with all parameters \ switch \ options are displayed

and etc.

+6
visual studio
source share

No one has answered this question yet.

See similar questions:

76
How can I make the assembly of Visual Studio very verbose?

or similar:

815
Difference between build solution, rebuild solution, and clean solution in Visual Studio?
758
What are the different “Create an action” settings in the properties of a Visual Studio project and what do they do?
613
What do you think lines of code in a Visual Studio solution?
485
How to fire Visual Studio post-build events only for debug builds
467
Debugging with command line options in Visual Studio
339
Can I automatically increase the build version of a file when using Visual Studio?
338
How to fix Visual Studio compilation error, "mismatch between processor architecture"?
247
Visual Studio displays errors even if projects are being built
166
Display build time in Visual Studio?
145
The command copy is completed with code 4 on creation - restarting Visual Studio solves it

All Articles