I work in a large solution, shared by several different project teams from different companies. Pending an upgrade of the CMS, I have been tasked with merging our code from the old platform version, with the new code in the upgraded solution.
After spending hours on a complicated git merge, all that was left was the .sln file. After I tried resolving the conflicts, I can't build/clean/rebuild the solution. Nothing happens when I click either option, it's like I never clicked at all.
What can I do to get my .sln file to comply? I've used diff-tools to no avail, since every version of the .sln looks completely different, with unreadable guids and lines.
What I've tried so far:
- Restarting VS
- Repairing VS
- using the .sln file from our legacy code
- using the .sln file form the upgraded code
- using a .sln based on the upgraded code, where I just tried adding the lines that our project added to the sln in between the legacy code and the upgraded code.
Grateful for your time and help.