RdJNL / TextTemplatingCore

T4 Text Templating with .NET 6
Other
57 stars 15 forks source link

Support For $(TargetPath) #4

Closed mshsayem closed 3 years ago

mshsayem commented 3 years ago

For now it is only supporting$(SolutionDir) and $(ProjectDir). It will be great to have support for $(TargetPath).

RdJNL commented 3 years ago

What do you need that for? Do you want to use $(TargetPath) in an assembly directive?

RdJNL commented 3 years ago

Added in version 1.1.0