* Project.cs (DoLoad): Don't use XmlReader.Create, for loading
commitd4e1d9f22dbd9dec656be76c51f00f5d86672e13
authorankit <ankit@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Mon, 28 Sep 2009 19:19:15 +0000 (28 19:19 +0000)
committerankit <ankit@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Mon, 28 Sep 2009 19:19:15 +0000 (28 19:19 +0000)
tree704bc8508a0535e2b2d8395bd38b3d017a49c6a6
parent69ccbd861e11477640a2aaf0d6b03aaf29ef1d08
* Project.cs (DoLoad): Don't use XmlReader.Create, for loading
the project xml, as returned Xml*Reader normalizes the newlines.
Instead directly use the TextReader with XmlDocument.Load ().

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@142792 e3ebcda4-bce8-0310-ba0a-eca2169e7518
class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ChangeLog
class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Project.cs