Changing file name of itemgroup
I have a bunch of
The variable path can be relative or absolute (even just the file name).
How might I do this?
For example,
<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

