I have a project with a few conditional builds. I compiled it. And then used dotpeek to look at it. I noticed ALL conditional statements and the code that it wraps even when not defined.
Since this app is modified in some key ways for different clients, I would like a build for that client have a binary that ONLY contains the active #ifs that have been defined.
How can I do an automated build that achieves this?