I\'m trying to compile an #ifdef\'d codebase to two different target frameworks, namely 3.5 and 4.0.
I attempted to modify the .proj files in the solution to no avai
Turns out the problem was twofold:
I eventually managed to get the codebase to compile with a bit of patience. As per @granataCoder's suggestion, it's also better to keep different output paths (might be easy to overlook when dealing with orthogonal issues like conditional compilation).