How can I get the current CodeDomProvider in MSBuild task

I have a task and I want to generate code using CodeDom. How can I get either the current "language" or the CodeDomProvider for the current project calling my task?

0


source to share


1 answer


Ok, I managed to figure out in the end:



Geting CodeDomProvider on MSBuild Task

+1


source







All Articles