Add support for ToolsVersion and correctly build msbuild+xbuild assemblies
[mono.git] / mcs / class / Microsoft.Build.Tasks / Test / Microsoft.Build.Tasks / ChangeLog
index 114758a0835bc5b2046f69b903df298954436c2c..73c326e93e68b00ba82f2db19ee264372f747187 100644 (file)
@@ -1,3 +1,40 @@
+2010-04-06  Ankit Jain  <jankit@novell.com>
+
+       * Consts.cs: Remove.
+       * AssignProjectConfigurationTest.cs:
+       * CreateCSharpManifestResourceNameTest.cs:
+       * CreateVisualBasicManifestResourceNameTest.cs:
+       * CreateItemTest.cs:
+       * FindAppConfigFileTest.cs:
+       * RemoveDuplicatesTest.cs:
+       * TaskBatchingTest.cs:
+       * WriteLinesToFileTest.cs:
+       Set the ToolsVersion to match the profile. Use the
+       full path to the tasks assembly for UsingTasks.
+
+2010-03-04  Ankit Jain  <jankit@novell.com>
+
+       * AssignTargetPathTest.cs (CreateProjectString): Remove the
+       unnecessary import of ms.common.targets .
+
+2010-02-06  Ankit Jain  <jankit@novell.com>
+
+       * LCTest.cs: New.
+
+2010-02-05  Ankit Jain  <jankit@novell.com>
+
+       * CreateCSharpManifestResourceNameTest.cs:
+       * CreateVisualBasicManifestResourceNameTest.cs:
+       Add new tests for TargetPath metadata.
+
+2010-02-04  Ankit Jain  <jankit@novell.com>
+
+       * WriteLinesToFileTest.cs: New.
+
+2009-12-22  Ankit Jain  <jankit@novell.com>
+
+       * CreateItemTest.cs (TestItemsWithWildcards): New.
+
 2009-11-28  Ankit Jain  <jankit@novell.com>
 
        * TaskBatchingTest.cs: Add new tests for batching.