I'm looking for something like $solutionname$
to prefix a project name template file:
<RootNamespace>$solutionname$.$safeprojectname$</RootNamespace>
<AssemblyName>$solutionname$.$safeprojectname$</AssemblyName>
Is there any way to implement this?