Hi,
Thanks for the help in advance.
I am not sure if this is a GAT or VS template issue. But the <AssemblyName> attribute seems to be triming the given name in the projectname.vstemplate file.
So if I provide myfile.name as the assembly name, when the template unfolds, it uses "name" as the assembly name in the project. The same is true if you use replacement parameters. So you would just be left with $projectname$ and not the fully qualified name myfile.name.$projectname$.
Not a massive issue, but nice to enfore consistency for naming standards etc.
Thanks.
Zack