diff --git a/BuildScripts/MSBuild.Community.Tasks.Targets b/BuildScripts/MSBuild.Community.Tasks.Targets
index f458c48..6c3f2f7 100644
--- a/BuildScripts/MSBuild.Community.Tasks.Targets
+++ b/BuildScripts/MSBuild.Community.Tasks.Targets
@@ -5,7 +5,7 @@
$(MSBuildProjectDirectory)\BuildScripts
$(MSBuildProjectDirectory)\..\..\bin
- $(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.dll
+ $(MSBuildCommunityTasksPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.dll
diff --git a/BuildScripts/MSBuildCommunityTasks/MSBuild.Community.Tasks.dll b/BuildScripts/MSBuildCommunityTasks/MSBuild.Community.Tasks.dll
new file mode 100644
index 0000000..a9abb13
Binary files /dev/null and b/BuildScripts/MSBuildCommunityTasks/MSBuild.Community.Tasks.dll differ
diff --git a/BuildScripts/MSBuildCommunityTasks/MSBuild.Community.Tasks.targets b/BuildScripts/MSBuildCommunityTasks/MSBuild.Community.Tasks.targets
new file mode 100644
index 0000000..8b2c507
--- /dev/null
+++ b/BuildScripts/MSBuildCommunityTasks/MSBuild.Community.Tasks.targets
@@ -0,0 +1,155 @@
+
+
+
+
+
+ $(MSBuildExtensionsPath)\MSBuildCommunityTasks
+ $([MSBUILD]::Unescape($(MSBuildCommunityTasksPath)\MSBuild.Community.Tasks.dll))
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+