In Case SourceSafe Messes Up The File Merge in VS2010

I just finished a web page code behind and I wanted to check in the file.
Our dearest friend SourceSafe warned me about a merging conflict. I chose to save, the file was checked out on my machine.
To my unpleasant knee buckling surprise, I ended up having a messed up version of the file I begun with in the first place, so no code I wrote the last two days.
After some research, I found some information about the path VS uses for temporary files :
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\[yourprojectname]\7caa5dda\142d52f9.
Sort the files by date and look for something like “App_Web_b125mm1z.14.vb”.

I hope that will keep you from drinking a six pack by yourself and sexting your ex.
Good luck!