Someone set up a large complex visual studio project on my PC. The source sits on more than one directory and it uses the boost libraries. I wish to make some modifications to the source code to experiment with some ideas. But before I do that I want to make a back-up of the project elsewhere on my PC so that
- I have a back up and
- So that I can compare old and new.
My problem is that I don't know what files I should put where and I don't know how to modify the backed up project such that it will compile in its new location.
Is there a short guide somewhere that would help me?