[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / xbuild / ChangeLog
index 122704c215c3a8eebdc1310ec278831623c0089c..9560e566659c5242602c92556d6bdaa7667e34e4 100644 (file)
@@ -1,3 +1,78 @@
+2010-07-28  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.CSharp.targets: Use '*mcs.bat' on windows.
+
+2010-07-22  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Silverlight.Common.targets(GenerateMoonlightManifest):
+       Set Inputs/Outputs for the target.
+
+2010-07-22  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.CSharp.targets (CoreCompile): Add
+       $(MSBuildAllProjects) to inputs.
+       * xbuild/Microsoft.VisualBasic.targets (CoreCompile): Likewise.
+
+2010-07-22  Ankit Jain  <jankit@novell.com>
+
+       * Parameters.cs (ProcessConsoleLoggerParameters): Correctly split arg.
+
+2010-07-22  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/*/Microsoft.Common.targets: Set MSBuildAllProjects property.
+       * xbuild/Microsoft.CSharp.targets: Likewise.
+
+2010-07-21  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Silverlight.Common.targets: Set AssemblySearchPaths
+       to the default value except PkgConfig and GAC. Suggested by Rolf.
+
+2010-07-16  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Silverlight.Common.targets: Set Inputs/Outputs
+       for GenerateXap target.
+
+2010-07-09  Ankit Jain  <jankit@novell.com>
+
+       * Main.cs: Use tools version specified on the command line, if
+       any.
+       * xbuild.exe.sources: Include UnknownToolsVersionException.cs from
+       MS.B.Engine
+
+2010-06-23  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.CSharp.targets (CoreCompile): Fix inputs.
+       * xbuild/Microsoft.VisualBasic.targets (CoreCompile): Fix inputs.
+
+2010-06-18  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #615420.
+       * xbuild/Microsoft.CSharp.targets: Choose the compiler
+       based on TargetFrameworkVersion instead of ToolsVersion.
+
+2010-06-16  Ankit Jain  <jankit@novell.com>
+
+       * SolutionParser.cs (ParseSolution): Use ProjectReference's
+       filename to locate if no guid is specified or project can't
+       be found by the guid.
+
+2010-06-15  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/*/Microsoft.Common.targets (AssemblySearchPaths): Add
+       $(ReferencePath) to the search paths. This can be used to add or
+       override assembly search paths.
+
+2010-05-28  Ankit Jain  <jankit@novell.com>
+
+       * SolutionParser.cs (ParseSolution): Ignore GlobalSection
+       'MonoDevelopProperties'.
+
+2010-05-05  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #599454.
+       * xbuild/*/Microsoft.Common.targets (PrepareForBuild): Create the
+       dir for the documentation file.
+
 2010-04-25  Ankit Jain  <jankit@novell.com>
 
        Fix bug #599486.