Currently in my project, I am generating a solution class, in which I am adding a target with certain set parameters EngineMode, Platform and GraphicsAPI. In my dependent project files, I have added all configurations of the said Target using the | operator, as the fields of the target are bitmasks.
How do I make the project sharpmake use the solution's configuration and set target in project generation?