* SolutionParser.cs (ParseSolution): Ignore solution folders.
[mono.git] / mcs / tools / xbuild / ChangeLog
index 72dc20a0b76c26bcb05aea6e533844b47a70c657..bdaefccbe5c1c46644513ff01206b0ec2669ac92 100644 (file)
@@ -1,3 +1,27 @@
+2009-02-20  Ankit Jain  <jankit@novell.com>
+
+       * SolutionParser.cs (ParseSolution): Ignore solution folders.
+
+2009-02-20  Ankit Jain  <jankit@novell.com>
+
+       * SolutionParser.cs (ParseSolution): Ignore GlobalSection named
+       'NestedProjects'.
+
+2009-02-20  Ankit Jain  <jankit@novell.com>
+
+       * SolutionParser.cs (ParseProjectConfigurationPlatforms): Report missing
+       project guids as Warnings and not errors. Report every missing guid only
+       once.
+
+2009-02-20  Ankit Jain  <jankit@novell.com>
+
+       * SolutionParser.cs (projectRegex): Use '\s' to match whitespace.
+
+2009-02-19  Jonathan Chambers  <joncham@gmail.com>
+
+       * xbuild.csproj: Add.
+       * xbuild.sln: Add.
+
 2009-02-13  Jonathan Chambers  <joncham@gmail.com>
 
        * SolutionParser.cs: Make Guid Regex case insensitive.