Hi,
We have recently migrated our project and solutions from VS 2010 to VS 2015. I see following is changed in the .csproj file.
In VS 2010 -
<OldToolsVersion>3.5</OldToolsVersion>
In VS 2015 - (After Conversion)
<OldToolsVersion>4.0</OldToolsVersion>
I tried to search information about this node in .csproj but could not find any useful information. Can anyonne please provide information what is the role of this property ? Also, is there any article describing all properties in .cspropj file ?
Thanks in advance.
Adi