hi i have to 2 solutions this is the first one(ProjectB)
my goal is to reference the ProjectB.Core to my other solution (ProjectA) but it needs to be read only or visible false
i successfully referenced it using add existing project but i can edit the code in projectA
You may add a post-build event in project properties to copy your library DLL to a folder where your other solution can reference it. Play with xcopy
command.