I have a VS 2013 project template with a item like below
<ProjectItem ReplaceParameters="true" TargetFileName="Target.xml">Target.xml</ProjectItem>
What I want is "Target.xml" to be MyProjectName.xml.
I know I can use variables inside the file but not in the name.
Thanks
G