August 2010
Intermediate to advanced
1224 pages
34h 17m
English
As source code containers, projects principally act as a settings applicator. They are used to control and organize your source code files and the various properties associated with the whole build and compile process (we cover the build process in depth in Chapter 11). As with solutions, projects can contain various different items that are germane to their development. Projects are language specific. You cannot mix different languages within a specific project. There is no similar limitation with solutions: A solution can contain many projects, each one in a different language.
After a project is created, by default it contains one or more project items. These default items vary depending on the project ...