"1. Looks ok to me. See this MSBuild Inline Tasks to the rescue. Basically if you need to do anything that you dont have a task for you can go the inline route if you are on .net 4.0. You seem to have stuff working now though."
I think you miss understand me. It is not working with:
<ItemGroup> <Input Include="$(ProjectDir)\Bin\*.*" /> </ItemGroup>
It only works when I enumerate all files. But shouldn't this work?
I don't understand why a Inline Task needs to be used.
4 - I just raised the issue to delete original files.
Thank You,
Miguel