MS Build

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
 
N

not_a_commie

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

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

Top