Today, I tried to see if I can commit my project file to github so that I can view all history and I dun have to re-do things if I accidentally erase certain thing.
Now, all my files are gone !
And when I open this csproj file, all is left is this code shown to me :
<?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"><PropertyGroup><UseIISExpress>true</UseIISExpress><ProjectView>ShowAllFiles</ProjectView></PropertyGroup><ProjectExtensions><VisualStudio><FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"><WebProjectProperties><StartPageUrl>WebForms/EPMTDraft.aspx</StartPageUrl><StartAction>SpecificPage</StartAction><AspNetDebugging>True</AspNetDebugging><SilverlightDebugging>False</SilverlightDebugging><NativeDebugging>False</NativeDebugging><SQLDebugging>False</SQLDebugging><ExternalProgram></ExternalProgram><StartExternalURL></StartExternalURL><StartCmdLineArguments></StartCmdLineArguments><StartWorkingDirectory></StartWorkingDirectory><EnableENC>True</EnableENC><AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug></WebProjectProperties></FlavorProperties></VisualStudio></ProjectExtensions></Project>
I need to reverse back to my original project file.
Somebody please help me and tell me how-to.
Urgent. Tks.