summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.BuildTasks/FixupReferenceHintPaths.cs
Commit message (Collapse)AuthorAgeFilesLines
* FixupReferenceHintPaths now degrades more gracefully when assemblies are ↵Andrew Arnott2010-02-121-1/+7
| | | | missing on disk.
* The built project template (once again) generates a .zip file that works out ↵Andrew Arnott2009-11-151-1/+3
| | | | | | of the box. The build.proj contains some magic strings we'd rather not have, but we can resolve those later.
* Preparing for the library project template to include library assemblies.Andrew Arnott2009-11-151-1/+10
|
* Added a reference hintpath task so that project template's references are ↵Andrew Arnott2009-11-151-0/+60
(closer to being) found.