trying to copy a whole folder, but when i do this:
Specify your ItemGroup for SourceFiles explicitly.
<_CopyItems Include="$(TargetDir)\*.*" />
Note that _CopyItems is an item type, so it's referenced using '@' symbol rather than '$'.