I have one solution with 2 projects inside.
These 2 projects share some cpp and h files.
I'd like to have the same files parsed differently depending on which project is currently being compiled.
Example:
Asking because I have to deal with an ugly SDK here.
The other solution is to make a copy of the file, but
I'd first like to see whether there already is an
implementation for this.