Tagged Questions

2
votes
2answers
505 views

Generating Code in an MSBuild task [closed]

I am creating an MSBuild task that will generate one or more files, I have a Task with an [output] property that is of type ITaskItem[]. My question is, do I need to implement that interface myself or ...