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
You can use CreateProperty task to overwrite the value of an existing property.