I have a project in Microsoft Visual Studios 2013 and I want to open it in Microsoft Visual Studios 2010. Is there any easy way? or Do I ha
(credit to @PandiyanT and @talmok)
This worked for me: open the solution(.sln) file with Notepad and change right values to left values in this way :
Format Version 12.00 to Format Version 11.00Visual Studio 2013 to # Visual Studio 2010and then open visual C# project file with notepad and change right value to left value in this way :
ToolsVersion="12.0" to ToolsVersion="4.0"