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

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.

Share the Post:
data observability

Data Observability Explained

Data is the lifeblood of any successful business, as it is the driving force behind critical decision-making, insight generation, and strategic development. However, due to its intricate nature, ensuring the

Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular