Hi,
I am trying to copy solution to a new directory without all "bin" and "obj" folders under all projects' folders. But the "exclude" tag may be doesn't set correctly.
<SolutionSourceFiles Include="$(ProjectOriginalPath)\**\*.*"
Exclude="
$(ProjectOriginalPath)\**\bin\*.*;
$(ProjectOriginalPath)\**\obj\*.*;
$(ProjectOriginalPath)\_UpgradeReport_Files\*.*" />
Regards,
Zhe