1. VS's Solution Structure
There are three types of solutions, which are single solution, partitioned solution, multiple solutions. I concerns only the single.
In addition, a thing should be remembered, Solution folders don't map to a physical folder, they can be added, renamed, or deleted at any time without causing invalid file references or source control issues (Bruce Johnson)
A project can then be made up of a series of both code files and folders. As shown in the figure below.
How the projects relate to each other.
I raised a question.
I raise a question. The solution file also contains project dependency information used by the build process. For example, in the preceding diagram, the dependency information indicates that Project A depends upon Project B and Project B depends upon Project C. As a result, the build order must be Project C, then Project B, and then Project A. When project references are used within a single solution, Visual Studio .NET ensures the correct build order.
0 comments:
Post a Comment