I want to declare three properties in my MSBuild file and overwrite one property with the value of another (depending on the target being called), but can\'t figure out how
I typically avoid the CallTarget task. Much better is to use target dependencies.