PDA

View Full Version : log file from c# compiler


inna
11-20-2003, 10:43 AM
Good morning

I am using Visual Build for building VB projects. Here is an example of one of my VB project.


Recently I’ve been asking to add several C# projects to the existing build process. I added one of the project; it’s compiling and producing .exe.
My question is how to modify C# project to generate log file after compiling the same as an example from VB project.

kinook
11-20-2003, 03:22 PM
The Make VS.NET action in Visual Build Pro is the equivalent of VSMake / the Make VB6 action for VS.NET projects/solutions.