C#C
C#8mo ago
Olsson

Create MSBuild custom task to modify C# files before compilation

Hi,

I need to rewrite some properties and function calls for interop, and would love to do that in a MSBuild Task.

How can I overwrite the Compile item group with my modified files?
Was this page helpful?