+> The feature discussed in this article, manually managing project dependencies, is distinct from project-to-project references used in modern project types, and reflects a method of handling dependencies between projects that predates MSBuild. Unless you're working with a project type that doesn't support project-to-project references, it's not necessary to explicitly add project dependencies as described in this article. A project dependency is automatically created when you add a project-to-project reference from one project to another project. In most cases, you should instead create a project-to-project reference, which in addition to creating a dependency relationship between the projects, also creates a reference that you can use to build code that uses classes, interfaces, and other code entities from the other project. See [Managing references in a project](managing-references-in-a-project.md#project-to-project-references).
0 commit comments