[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Microsoft.Build.Engine / ChangeLog
index 36a290d352017fae3d5a9c155602314b839e9db3..fdd1a9ef402af94c54cad8e3c5584e825b73a978 100644 (file)
@@ -1,3 +1,50 @@
+2010-07-09  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Engine.dll.sources: Add
+       UnknownToolsVersionException.cs
+
+2010-04-06  Ankit Jain  <jankit@novell.com>
+
+       * Makefile (EXTRA_DISTFILES): Remove TestTasks.dll.config .
+
+2010-04-03  Ankit Jain  <jankit@novell.com>
+
+       * Makefile: Use the correct assembly name for MS.Build.Utilities*
+       for 3.5 and 4.0 profiles. Copy the .config files for the test
+       assembly.
+       Import tools/xbuild/xbuild_targets.make, which copies the target
+       and tasks file in the correct place, to allow running tests
+       with different toolsversion.
+       * Microsoft.Build.Engine.dll.sources: Add LogExtensions.cs,
+       Toolset.cs, ToolsetDefinitionLocations.cs and ToolsetCollection.cs .
+       * Test/test-config-file-net-3.5: New.
+       * Test/test-config-file-net-4.0: New.
+
+2010-02-19  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Engine.dll.sources: Add ProjectLoadSettings.cs .
+
+2010-01-21     Rodrigo B. de Oliveira <rodrigo@unity3d.com>
+
+       * Microsoft.Build.BuildEngine/BuildWhen.cs
+       * Microsoft.Build.BuildEngine/PropertyReference.cs:
+               support for nested Choose elements + fixed bug where the project reference
+               would be null during condition evaluation.
+               
+2010-01-12     Rodrigo B. de Oliveira <rodrigo@unity3d.com>
+
+       * Microsoft.Build.BuildEngine/BuildWhen.cs
+       * Test/Microsoft.Build.BuildEngine/BuildChooseTest.cs:
+               Support for PropertyGroup as a child of When and Otherwise
+
+2009-08-20  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Engine.dll.sources: Add tools/xbuild/SolutionParser.cs
+
+2009-02-21  Ankit Jain  <jankit@novell.com>
+
+       * Import.cs (GetFullPath): Use Utilities.FromMSBuildPath .
+
 2009-02-19  Jonathan Chambers  <joncham@gmail.com>
 
        * Microsoft.Build.Engine.csproj: Add.