I am using sidewaffle TemplateBuilder to create a multi project solution. In one of my projects i have a GUID i would like to change during _preprocess generating a new GUID in its place. Something like:
add key="base(new
Guid("{34BC9328-FC0D-4960-83B2-612B13DE1514}"))"
value="base(new Guid("MYNEWGUIDHERE"))"/>
How can this be done?