C#C
C#10mo ago
Ruttie

Changing file name of itemgroup

I have a bunch of <Variable Include="path.dll"> entries, and I want to change the filenames to add a prefix.
The variable path can be relative or absolute (even just the file name).
How might I do this?
For example, path1.dll;/test/path/two.dll;../three.dll would generate prefix_path1.dll;/test/path/prefix_two.dll;../prefix_three.dll
Was this page helpful?