From 203b93785f8c13bd46590a1ddca0c398aba80f3d Mon Sep 17 00:00:00 2001 From: Yong Zhao Date: Fri, 17 Mar 2017 15:06:25 -0400 Subject: [PATCH] copy MSBuild.Community.Tasks.xsd to output directory --- Source/MSBuild.Community.Tasks.Setup/MSBuildTasks.wixproj | 2 +- .../MSBuild.Community.Tasks/MSBuild.Community.Tasks.csproj | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Source/MSBuild.Community.Tasks.Setup/MSBuildTasks.wixproj b/Source/MSBuild.Community.Tasks.Setup/MSBuildTasks.wixproj index 20ee058b..75a87d54 100644 --- a/Source/MSBuild.Community.Tasks.Setup/MSBuildTasks.wixproj +++ b/Source/MSBuild.Community.Tasks.Setup/MSBuildTasks.wixproj @@ -1,5 +1,5 @@  - + Debug x86 diff --git a/Source/MSBuild.Community.Tasks/MSBuild.Community.Tasks.csproj b/Source/MSBuild.Community.Tasks/MSBuild.Community.Tasks.csproj index dc2af9e5..9f965fd4 100644 --- a/Source/MSBuild.Community.Tasks/MSBuild.Community.Tasks.csproj +++ b/Source/MSBuild.Community.Tasks/MSBuild.Community.Tasks.csproj @@ -270,6 +270,10 @@ Always + + Designer + PreserveNewest + @@ -284,4 +288,7 @@ + + C:\windows\system32\xcopy.exe /E /F /Y /I $(TargetDir). C:\Build + \ No newline at end of file