visual studio 2015 - T4 assembly name not reading $(TargetDir) or $(SolutionDir) -
i trying project's dll file:
<#@ assembly name="$(solutiondir)\project.dll" #>
but got error: system.io.filenotfoundexception: not find part of path 'c:\program files (x86) microsoft visual studio 14.0\common7\ide\$(solutiondir)\project.dll
note didn't parse variable $(solutiondir) , instead used default url.
any ideas how make read variable?
edit: assembly used inside view generating template.
Comments
Post a Comment