I'm creating a Visual Studio project template as described in the documentation. This involves using $tokens$
in files (cs/csproj/xml/etc) which are substituted when the template is used.
However this substitution is not happening for one of my files.
Why isn't it applying to this file?