Groups | Blog | Home
all groups > visual studio .net enterprise tools > february 2004 >

visual studio .net enterprise tools : How to execute command before/after compiling


M. Craig
2/20/2004 3:43:39 PM
I have a situation where we need to compile a VB6 application, then execute
a batch file to create the .Net interop, then compile a VS.Net 2003
solution.

If someone can provide me with help to one of these 2 questions I'd
appreciate it:
1. Does VB6 support Post-compile commands? (To execute this batch file
after compiling)
2. Does VS.Net 2003 support Pre-compile commands? (To execute this batch
file before compiling)

Thank you very much.

Michael Craig

Jared Parsons [MSFT]
2/24/2004 2:06:07 PM


[quoted text, click to view]

I don't know about this one.

[quoted text, click to view]

Yes. Right click on the project in solution explorer and select
"Properties". From there click on "Build Events" and you will be able to
fill in the "Pre build command line"

--
Jared Parsons [MSFT]
jaredpar@online.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no rights.
OR if you wish to include a script sample in your post please add "Use of
included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"

Gagik A
3/1/2004 11:06:15 PM
Michael,
our company is the author of a build automation tool called VisualMake,
which is able to compile VB6 VC++ and .NET projects and perform
pre-/post-compile task processing, plus most other routine tasks typically
associated with a build process. All from a single, GUI environment. If you
want to give it a try, a fully functional copy can be obtained from
http://www.visualmake.com

Regards,
Gagik Agasian
Mobi-Sys Software
http://www.mobi-sys.com

[quoted text, click to view]

AddThis Social Bookmark Button