MS Build

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I am trying to build a project in VS 2008 project using MSBuild.

Should I create a MSBuild project (Does anyone knows where can this be
downloaded) or should I create the Build XML file and include it in my
project root?

I want to be able to create my project for Debug and also for release.

Thanks,
Miguel
 
Just pass MSBuild your *.sln file. Use the command line params to set
whether or not to build in Release/Debug mode.
 
Back
Top