I have two solutions. Let say Sol1 and Sol2.
Now I want to add a project of Sol1 to Sol2. Sol2 is not modifying that project.
So is thr any harm in doing this. Can this effect Sol1 in any way?
I have two solutions. Let say Sol1 and Sol2 . Now I want to
Share
If you are doing that by selecting “Add existing project” and select the project from first solution, the source code base (of that project) would be same for both the solutions. So changes in one project will definitly affect the other one.
If you do not want to affect the other project. Take a copy of that project and use that for adding in a different solution.