Sometimes in the same project i want to disable specific modules for different platforms (solutions). For example i have an external library packages as module that works only for windows, and i want to add it to the project but do not compile it for mac or linux.
Would be cool to be able to tick flag for each module in each solution so to avoid to create multiple projects with different module sets...
Makes sense ?