[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Microsoft.Build.Tasks / ChangeLog
index e72a5372a31b397a328e50c2d3a932275582c951..a1d7d3e4ad0efd2460e44c495edace502896405f 100644 (file)
@@ -1,3 +1,74 @@
+2010-07-09  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Tasks.dll.sources: Use
+       UnknownToolsVersionException.cs from Engine.
+
+2010-04-03  Ankit Jain  <jankit@novell.com>
+
+       * Makefile: Import tools/xbuild/xbuild_targets.make, which copies
+       the target and tasks file in the correct place, to allow running
+       tests with different toolsversion. Copy the config file for the
+       test assembly. Clean the generated test.dll .
+       Use the correct target assembly name for 4.0 profile
+       (ms.build.tasks.v4.0.dll), and for Utilities assembly.
+       * Microsoft.Build.Tasks_test.dll.sources: Use Consts.cs from Engine
+       instead of maintaining a copy here.
+
+2010-03-02  Ankit Jain  <jankit@novell.com>
+
+       Fix tests.
+       * Makefile (EXTRA_DISTFILES): Add Test/resources/junk.txt .
+
+2010-02-06  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Tasks.dll.sources: Add LC.cs
+       * Microsoft.Build.Tasks_test.dll.sources: Add LCTest.cs
+
+2010-02-04  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Tasks_test.dll.sources: Added
+       WriteLinesToFileTest.cs
+
+2009-12-22  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Tasks.dll.sources: Add DirectoryScanner.cs
+       from Build.Engine, required by CreateItem.
+
+2009-10-12  Ankit Jain  <jankit@novell.com>
+
+       * Makefile: Add reference to Microsoft.Build.Engine .
+
+2009-10-08  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Tasks_test.dll.sources: Added
+       RemoveDuplicatesTest.cs
+
+2009-09-25  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Tasks.dll.sources: Added
+       FindAppConfigFile.cs
+       * Microsoft.Build.Tasks_test.dll.sources: Added
+       FindAppConfigFileTest.cs
+
+2009-08-14  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Tasks_test.dll.sources: Added
+       PcFileCache.cs from md.
+
+2009-07-23  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Tasks_test.dll.sources: Added
+       AssignProjectConfigurationTest.cs .
+
+2009-07-22  Ankit Jain  <jankit@novell.com>
+
+       * Makefile: Add System.Core .
+
+2009-06-08  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Tasks.dll.sources: Added
+       ResolvedReference.cs
+
 2009-05-14  Ankit Jain  <jankit@novell.com>
 
        Fix tests on monobuild