I am trying to make a Custom Visual Studio Template for Windows Phone in Visual Studio 2012.
I have referred this link : http://www.codeproject.com/Articles/365680/Extending-Visual-Studio-Part-3-Item-Templates for making conditions based on Tokens.
But when i add a code like this:
It is giving me an error "Unexpected character '$' "
So is there any way to make a custom windows phone templates which can have some conditions?
I have referred this link : http://www.codeproject.com/Articles/365680/Extending-Visual-Studio-Part-3-Item-Templates for making conditions based on Tokens.
But when i add a code like this:
$if$ ($targetframeworkversion$ >= 3.5)using System.Linq;$endif$
It is giving me an error "Unexpected character '$' "
So is there any way to make a custom windows phone templates which can have some conditions?