How to: Customize Build Events

Build events specify commands that run before the build starts or after the build finishes. Build events are executed only if the build successfully reaches those points in the build process. Due to differences in the Project Designers for the different languages, the procedure for customizing build events varies.

Visual Basic Projects

For information on customizing build events for Visual Basic projects, see How to: Specify Build Events (Visual Basic).

Visual C# and Visual J# Projects

For information on customizing build events for Visual C# and Visual J# projects, see How to: Specify Build Events (C#).

Visual C++ Projects

For information on customizing build events for Visual C++ projects, see Specifying Build Events.

See Also

Other Resources

Building in Visual Studio