C # Main project and links to subsidiary projects

Using Visual Studio 2008:

As part of the solution, there is a main project (Project1), within the same solution there are other projects (these projects are Excel 2007 Workbook templates). These other projects must reference classes and objects in Project1, and Project1 must have access to Workbook projects.

Now I have other projects that depend on Project1, and the link is added to other projects for Project1.

Is this the right way to do what I'm trying to accomplish, or is there another way?

+3
source share
1 answer

, ( , ?). Project1, Project1, Workbook , Project1, Workbook.



, , , . . , Workbook Project1, . , Project1, Workbook.

, Project1 Workbook. , , , . Project1 , .

, Project1 .

+8

Source: https://habr.com/ru/post/1757230/


All Articles