views:

11

answers:

1

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?

A: 

I found this while looking around.

http://www.eggheadcafe.com/software/aspnet/33166652/multiproject-template--replace-parameters.aspx

I'm going to try it to see if it works.

Lareau