Use MSBuild

  • Thread starter Thread starter rfaux
  • Start date Start date
R

rfaux

Since VS basically uses MSBuild to compile everything you can send the
value for /define on the commandline to MSBuild buy using MSBuilds
property DefineConstants like so...
/property:DefineConstants="CommaDelemitedList"
 

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