How can I include file relatively to project root? Somthing like <# @include file="~/Infrastructure/Manager.ttinclude" #>
How can I include file relatively to project root? Somthing like <# @include file=~/Infrastructure/Manager.ttinclude
Share
You should use
$(ProjectDir)You can also use
$(SolutionDir)for the Solution root.