{section: Project Types} There are two main types of Projects an average developer will need to know how to construct. First is the tool Project. It contains all the settings, paths, library references, etc. that we have determined are necessary for a successful Condor tool to be built (assuming you want to use the plethora of already written helper functions, container classes, etc. that already exist in the Condor code base). + +The second type of Visual Studio Project that any developer will need to know how to make is a daemon. This template Project is very similar to the tool template, with the exception of some of the ready included source files. In the future, however, these two templates may diverge even further, thus they have been broken into two templates.