I want to move all *.dll and *.xml files to other folder.
After build i have a macros
for %I in (*.dll *.xml) do move %I "$(TargetDir)libs\\"