GitXplorerGitXplorer
j

sandcastleexample

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
43a55aac4cc064d27dd3a323a0f4d111c7edfbd2

add README

jjmeridth committed 15 years ago
Unverified
16470fa580a1d66176714b992ae8aa37ae60c916

add .gitignore and migrate to github

committed 15 years ago
Unverified
51df7fe64ced7922bd2f797d89a5385760bf0e0a

jason - add missing html help directory path nant variable

committed 16 years ago
Unverified
e73cd8b219bdab6a366cc7e7513d8b7a05edd6ab

Jason - including sln file and cleaning up checks for sandcastle and html.help installations. I've just been too lazy to break that dependency. I state where to download them if you don't have them

committed 16 years ago
Unverified
50fdbda065ce7d19cfffcc434a8adfc4d4cf96a5

jason - add "email sent successful" message at end of console app

committed 16 years ago
Unverified
54338534a08ee465a42dfa47128c2e49c49fc65c

Jason/Matt - ensure unit tests for the Operation domain object. tsk tsk, didn't do TDD here.

committed 16 years ago

README

The README file for this repository.

This is a basic project that has a bat file that will compile, run tests, use sandcastle to generate docs, and zip up everything.

NOTES:

  1. There is a dependency of having sandcastle installed and HTML Help Workshop installed. If they are not, the build will tell you where to download them. Goal is to break this dependency.

OPTIMAL GOAL:

  1. Move away from NAnt completely and use Rake, the Ruby build tool. It just reads much nicer. That is a little ways down the road, but soon.