Use MSBuild

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rfaux

    Use MSBuild

    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:Define Constants="Comm aDelemitedList"
  • rfaux

    #2
    Re: Use MSBuild

    On Nov 19, 1:19 pm, rfaux <r_f...@hotmail .comwrote:
    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:Define Constants="Comm aDelemitedList"
    Sorry, I meant this to be a reply to this thread

    Comment

    Working...