Post Build Operations in VS.Net

  • Thread starter Thread starter Nice Chap
  • Start date Start date
N

Nice Chap

We are using VB.Net, is it possible to hook a coomand as a post build
operation at all in VS.Net ?
 
Nice Chap said:
We are using VB.Net, is it possible to hook a coomand as a post build
operation at all in VS.Net ?

I do tihs by adding a C++ makefile project to the solution, and then
specifying that it be last in the dependencies within the solution. Run
whatever you like in the NMake part of the project (properties). You will
find lots of tasty "macros" available to you this way as well.

Best Regards,

Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top