Closed mshsayem closed 3 years ago
For now it is only supporting$(SolutionDir) and $(ProjectDir). It will be great to have support for $(TargetPath).
$(SolutionDir)
$(ProjectDir)
$(TargetPath)
What do you need that for? Do you want to use $(TargetPath) in an assembly directive?
Added in version 1.1.0
For now it is only supporting
$(SolutionDir)
and$(ProjectDir)
. It will be great to have support for$(TargetPath)
.