Hi, what's wrong with this post-build event? I want to copy the entire contents of a resources folder over to the target directory while maintaining the but it keeps exiting with code 1:
copy $(SolutionDir)$(ProjectName)\Resources*.* $(TargetDir)Resources\
Thanks in advance!