Minimizing Niagara plugin effect on memory

Thanks Sebastian! I created two child target.cs files that inherit from the main one and specified the DisablePlugin line for one of them and that seems to work. It does seem to have to recompile a lot of the same code files between the two different build configurations (as if they need their own intermediate files), but if that is the price to pay, it may be worth it to save that extra runtime memory. And our build machines have a lot of cores so hopefully it won’t be a lot of extra build time.

Thanks!

Nevin