* SolutionParser.cs (GetAllProjectFileNames): New.
authorAnkit Jain <radical@corewars.org>
Fri, 19 Feb 2010 12:30:49 +0000 (12:30 -0000)
committerAnkit Jain <radical@corewars.org>
Fri, 19 Feb 2010 12:30:49 +0000 (12:30 -0000)
commit404c360e2c4bfb60cedab49644049bd6d16aa2f1
tree0ceda617d2102a73356d4b909c26a529bc6a03ba
parentecea1d6bb5643017d0d0cc87be5a4d34b9352b5d
* SolutionParser.cs (GetAllProjectFileNames): New.
* Parameters.cs (ParseArguments): When no project file is specified,
if the cur dir has a single sln and >1 project files, and all the
project files are referenced by the sln, the pick the sln.

svn path=/trunk/mcs/; revision=152069
mcs/tools/xbuild/ChangeLog
mcs/tools/xbuild/Parameters.cs
mcs/tools/xbuild/SolutionParser.cs