Is there a way to globally declare a #define?
Like I want to have a file that has for instance,
#define MONO
and I want all source-
The proper place for a pre-processor directive is the VS build configuration. If you are using a command line to build your solution you can also pass it using /define option.