summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-12-15 08:58:29 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-12-15 08:58:29 -0800
commit3552da1c9acc05f9ff5f36e7e11b426890f7f65f (patch)
tree99e7ce7c1421694c599348fe05c9a6b0dfe98250
parent135f3f3db4f343622019c6a75ee4a6b9d4bf3380 (diff)
downloadDotNetOpenAuth-3552da1c9acc05f9ff5f36e7e11b426890f7f65f.zip
DotNetOpenAuth-3552da1c9acc05f9ff5f36e7e11b426890f7f65f.tar.gz
DotNetOpenAuth-3552da1c9acc05f9ff5f36e7e11b426890f7f65f.tar.bz2
Added DNOA.xml to the project template deployment.
-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" />