
Chapter 5: Creating and Building Projects | 133 |
CAUTION
Don’t alter project dependencies unless you really know what you are doing. The results could be severe in that it can take a long time to fix dependencies in a large project. The automatic dependency management provided by VS is very dependable, and you should rely upon it whenever possible.
Managing Compilation Settings
The project property pages include a tab for compiler settings. You set compiler settings for each individual project. Figure
The DEBUG and TRACE compilation constants enable you to use the Debug and
Trace classes, respectively, that are members of the .NET Framework System.Diagnostics