G
Guest
I have a web application with 100 pages and 30 user controls so we decided to
separate some pages and controls into sub projects ( the generated
subprojects was 2) the problem we have that now the parent and the 2
subprojects will use a classes in parent project (Tools.Utilities folder in
parent prj has at least 5 classes) and used in 3 projects, we dont want to
duplicate the folder in each project .....what is avaiable technique to share
them between all project.
separate some pages and controls into sub projects ( the generated
subprojects was 2) the problem we have that now the parent and the 2
subprojects will use a classes in parent project (Tools.Utilities folder in
parent prj has at least 5 classes) and used in 3 projects, we dont want to
duplicate the folder in each project .....what is avaiable technique to share
them between all project.