<Copy SourceFiles="@(sourceFiles)" DestinationFolder="$(destinationFolder)\"/>
これは、MSBuild 3.5 でうまく機能していました。しかし、4.0 に移行しようとして以来、MSBuild はこのエラーをスローします。
The "Microsoft.Sdc.Tasks.Folder.Copy" task could not be loaded from the assembly Microsoft.Sdc.Tasks.dll. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
を入れてみましたUsingTask
が、やはりだめです。何か案は?