0

I am working on visual studio 2010. I have done some changes in files and then I have closed the visual studio. But now I want to restore the project, means I want to undo the previous changes. lets say first version is version1 after changes this it becomes version2. I save these changes and close the visual studio. now I want version1 instead of version2.

So is there any way to restore the project in visual studio or on the basis of history I can get the the old project.

Please help me how can I solve this issue.

Brijraj
  • 177
  • 2
  • 3
  • 13

1 Answers1

2

Unless your code in under version control: nope, there is not!

It's too late now, but setting up a git repository on your local machine is very easy (see this SO answer) and will save you that kind of problems in the future.

Community
  • 1
  • 1
Timothée Bourguignon
  • 2,190
  • 3
  • 23
  • 39