[xbuild] Make Engine.DefaultToolsVersion 2.0 .
authorAnkit Jain <radical@corewars.org>
Mon, 28 Feb 2011 10:51:18 +0000 (16:21 +0530)
committerAnkit Jain <radical@corewars.org>
Mon, 28 Feb 2011 10:51:18 +0000 (16:21 +0530)
commit4010c69c7d61223c73f111be2d79c4a440b70b45
tree29d342df735c4a9d3365e6b0d5b2a57df677e948
parent2062f0aa91570927367534dfb3f33db24ac2afd4
[xbuild] Make Engine.DefaultToolsVersion 2.0 .

Engine.DefaultToolsVersion is used when a project is unable
to determine a suitable ToolsVersion to use. Change this fallback
version to 2.0 . This allows vs2005 (.net 2.0) projects which
don't have ToolsVersion explicitly set, to build. Newer projects
set ToolsVersion by default.
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Engine.cs