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"
value for /define on the commandline to MSBuild buy using MSBuilds
property DefineConstants like so...
/property:Define Constants="Comm aDelemitedList"
Comment