Is it possible to define project-wide preprocessor. I tried

 

Project : requirements

                <define>_UNIT_TEST

 

But it did not work. I have to add toolset in order to make it work:

 

<toolset>msvc:<define>_UNIT_TEST