* Main.cs (Execute): Build the project/sln with current directory set to
[mono.git] / mcs / tools / xbuild / ChangeLog
index 50c6be797f7cd9fb46ad29264a52620f75014c55..01ef0e975d989e2bc1f04781b2e01bbba6f9066a 100644 (file)
@@ -1,3 +1,48 @@
+2009-03-13  Ankit Jain  <jankit@novell.com>
+
+       * Main.cs (Execute): Build the project/sln with current directory set to
+       the project file's dir.
+       * SolutionParser.cs (ParseSolution): Project paths are relative to
+       solution directory.
+
+2009-03-06  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #481336.
+       * SolutionParser.cs (AddWarningForMissingProjectConfiguration): New.
+       (AddProjectTargets): Emit warning for missing project configurations.
+
+2009-02-26  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.CSharp.targets (Csc): Fix "Resources" argument to use
+       ManifestNonResxWithCultureOnDisk instead of ManifestResourceWithNoCultureOnDisk.
+
+2009-02-26  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Common.targets: Make targets extensible. Add
+       before/after hooks.
+
+2009-02-25  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Common.targets: Use obj/$(Config) as the default intermediate
+       output path, instead of just obj/
+
+2009-02-25  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Common.targets (CopyNonResxEmbeddedResources): New.
+       (GenerateSatelliteAssemblies): Update to use the new ManifestNonResxWithCultureOnDisk
+       instead of NonResxWithCulture.
+       * xbuild/Microsoft.CSharp.targets (Csc): Fix "Resources" argument to use
+       the new on disk file names instead of original filenames.
+
+2009-02-25  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Common.targets (GetTargetPath): Add a path separator.
+
+2009-02-25  Ankit Jain  <jankit@novell.com>
+
+       * SolutionParser.cs (ParseSolution): Report warning instead of error
+       for unknown global sections.
+
 2009-02-21  Ankit Jain  <jankit@novell.com>
 
        * xbuild/xbuild.rsp: Add descriptive comments.