summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.proj b/build.proj
index 8f38be3..0f87c62 100644
--- a/build.proj
+++ b/build.proj
@@ -190,6 +190,7 @@
<!-- Include the unified, signed version of the library -->
<ProjectTemplateLibraries Include="$(ILMergeOutputAssembly)" />
<ProjectTemplateLibraries Include="$(ILMergeOutputAssemblyDirectory)$(ProductName).pdb" />
+ <ProjectTemplateLibraries Include="$(OutputPath)$(ProductName).xml" />
<ProjectTemplateLibraries Include="$(OutputPath)$(ProductName).Contracts.dll" />
<!-- ... and log4net -->
<ProjectTemplateLibraries Include="$(ProjectRoot)lib\log4net.dll" />