summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.BuildTasks/MergeProjectWithVSTemplate.cs
Commit message (Collapse)AuthorAgeFilesLines
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Fixes project template creation's long filenames and lib dependencies.Andrew Arnott2010-02-201-80/+31
|
* Almost finished getting basic project template layout working.Andrew Arnott2010-02-131-95/+81
|
* Refactored build.proj to pull out project template building.Andrew Arnott2010-02-111-10/+15
| | | | VSI and VSIX is broken right now. The only thing that works is raw project template layout itself. Very much a work in progress.
* Project template generation now ensures project item filenames that are ↵Andrew Arnott2010-02-021-4/+130
| | | | short enough to not be rejected by VS Gallery or otherwise cause problems running up against MAX_PATH.
* Fixed the project template so that it once again displays the ↵Andrew Arnott2009-12-011-4/+6
| | | | GettingStarted.htm page.
* The built project template (once again) generates a .zip file that works out ↵Andrew Arnott2009-11-151-1/+6
| | | | | | of the box. The build.proj contains some magic strings we'd rather not have, but we can resolve those later.
* Added a reference hintpath task so that project template's references are ↵Andrew Arnott2009-11-151-1/+1
| | | | (closer to being) found.
* .vstemplates are now partially generated to remove the need to keep them in ↵Andrew Arnott2009-11-151-0/+96
sync with their associated project files.