VB6 and VS2003 building

Seems to me that I should be able to create my own custom tasks for building VB6 and VS2003 solutions. Is there anything that will prevent this from working

-THumphries


Answer this question

VB6 and VS2003 building

  • thembi

    There is a task at www.freetodev.com to do this.
  • Shivax32

    Not that I know of, because MSBuild is intended to be a generic build tool, analogous to nmake. (It just happens that we are currently only shipping targets and tasks for certain project types.)

    However, you will have a lot of work ahead of you if you have to define all the necessary build rules and to parse the solutions. (If you just have to write a task to wrap an existing command line build too, well that would be easy.)

    It will be an endeavor, and you may want to hook up with some other people with the same interest, and collaborate.

  • mr hamed

    I also need to build VB6 projects inside msbuild. I hope to find some already written code on internet. If you find something before me, please reply to this post.

    Lorenzo.

  • VB6 and VS2003 building