• Answers
  • Web

Visual Studio 2003 events

How can I run a macro on a post build event, in Visual Studio 2003?


Share Send to a friend Watch Report
 

Best Answer

 
13 helpful answers

I created a regular C# project that references the setup project and used it's post build event. (:

Posted 2006-06-08T09:13:54Z
Helpful?(2)
Rated as Best Answer

 

All Answers
Order by

 
207 helpful answers

They're coming to take me away, Ha-haaa!

Advanced .NET Debugging Blog

My personal blog

The only way I am aware of is by using the Build Events.

You can reach it by going to the project properties and select Common Properotes -> Build Events.

In there you'll be able to place a command (or set of command) or even a batch file (or .js/.vbs file) that will be execute before and/or after the build.

You'll also get support of various macros defined in the environment such as output directory build type and so on.

Is this what you are looking for?

Posted 2006-06-07T12:58:30Z
 
13 helpful answers

This is a setup project to which you have no build events...

Posted 2006-06-07T13:40:04Z
 
207 helpful answers

They're coming to take me away, Ha-haaa!

Advanced .NET Debugging Blog

My personal blog

Cool Solution! It's in the form of "If you can't beat them join them" (or eat them) :-)

Posted 2006-06-08T10:15:57Z
Helpful?(2)
Rated as Best Answer

Sign in to participate

Got an answer for gvina? Would you like to comment on the posted answers, or vote for the one which you think is the best?

Sign up for a free account, or sign in (if you're already a member).

Explore Related Questions

Other people asked questions on similar topics, check out the answers they received:


Q:

Use vb project in visual studio express

How to open a visual basic project (.vbproj) in visual studio express 2008?g
Submitted by chaz   1 year ago.
  • viewed 99 times


Q:

Using SOS from within Visual Studio

I sometimes use WinDbg and the SOS extension to debug my applications. There is a lot of good and useful functionality like seeing ...
Submitted by d01   3 years ago.
  • viewed 1212 times
Last answer posted 3 years ago by Eran


Q:

How to import java package into visual studio 2005

how to import java package into my visual studio 2005 console project? Or I may ask Why the error 'cannot find type 'java.awt ...
Submitted by MichelleBong   1 year ago.
  • viewed 599 times
Last answer posted 1 year ago by Eran



» More...

Feed - Subscribe to changes to this Q&A Blog
ADVERTISEMENT
  • Answers
  • Web
Copyright © 2006-2009, Yedda Inc. and respective copyright owners · CC License