Код: Выделить всё
#if DEMO
mycode.NeuterNow();
#endif
Код: Выделить всё
MSBuild -DefineProperty:DEMO MySolution.sln
Подробнее здесь: https://stackoverflow.com/questions/485 ... ng-msbuild
Код: Выделить всё
#if DEMO
mycode.NeuterNow();
#endif
Код: Выделить всё
MSBuild -DefineProperty:DEMO MySolution.sln