devxlogo

Settings pre and post-build actions in VS.NET 2003

VS.NET 2003 comes with a nice feature that allows you to automatically run an external executable file before or after a build. For example, you may want that after a build a Windows Explorer window is automatically opened on the output folder, so that you can easily run the compiled program. Or you may want to backup the current assembly by copying it to another location before the build is run. This is possible in C# projects (not VB.NET unfortunately) by settings some options in the project’s properties dialog window (Project | Properties), under the Common Properties / Build Events sheet.
To make VS.NET open the project’s output folder after a build, just type “explorer $(TargetDir)” in the Post-Build Event command line textbox. For more elaborated actions, such as doing backups, registering/unregistering assemblies to the GAC or to the COM+ catalog, you can write custom .BAT files, and point to them in the Pre/Post-build events.

Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.

See also  How Seasoned Architects Evaluate New Tech

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.