diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-15 08:58:29 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-15 08:58:29 -0800 |
commit | 3552da1c9acc05f9ff5f36e7e11b426890f7f65f (patch) | |
tree | 99e7ce7c1421694c599348fe05c9a6b0dfe98250 | |
parent | 135f3f3db4f343622019c6a75ee4a6b9d4bf3380 (diff) | |
download | DotNetOpenAuth-3552da1c9acc05f9ff5f36e7e11b426890f7f65f.zip DotNetOpenAuth-3552da1c9acc05f9ff5f36e7e11b426890f7f65f.tar.gz DotNetOpenAuth-3552da1c9acc05f9ff5f36e7e11b426890f7f65f.tar.bz2 |
Added DNOA.xml to the project template deployment.
-rw-r--r-- | build.proj | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" /> |