X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FMicrosoft.Build.Engine%2FChangeLog;h=fdd1a9ef402af94c54cad8e3c5584e825b73a978;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=d7950f79635e4c9aa47e549ff0fb250d48578cd8;hpb=f84f760a1c8a8c0ec6ae16b7f38d14a49d329ad7;p=mono.git diff --git a/mcs/class/Microsoft.Build.Engine/ChangeLog b/mcs/class/Microsoft.Build.Engine/ChangeLog index d7950f79635..fdd1a9ef402 100644 --- a/mcs/class/Microsoft.Build.Engine/ChangeLog +++ b/mcs/class/Microsoft.Build.Engine/ChangeLog @@ -1,3 +1,77 @@ +2010-07-09 Ankit Jain + + * Microsoft.Build.Engine.dll.sources: Add + UnknownToolsVersionException.cs + +2010-04-06 Ankit Jain + + * Makefile (EXTRA_DISTFILES): Remove TestTasks.dll.config . + +2010-04-03 Ankit Jain + + * 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 + + * Microsoft.Build.Engine.dll.sources: Add ProjectLoadSettings.cs . + +2010-01-21 Rodrigo B. de Oliveira + + * 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 + + * 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 + + * Microsoft.Build.Engine.dll.sources: Add tools/xbuild/SolutionParser.cs + +2009-02-21 Ankit Jain + + * Import.cs (GetFullPath): Use Utilities.FromMSBuildPath . + +2009-02-19 Jonathan Chambers + + * Microsoft.Build.Engine.csproj: Add. + * Microsoft.Build.Engine.Test.csproj: Update. + +2009-01-31 Ankit Jain + + * Microsoft.Build.Engine_test.dll.sources: Replace BatchingImpl.cs with + BatchingImplBase.cs, TargetBatchingImpl.cs and TaskBatchingImpl.cs + +2009-01-06 Ankit Jain + + * Microsoft.Build.Engine_test.dll.sources: Add TestMessageLogger from + Ms.Build.Tasks tests. + +2009-01-01 Ankit Jain + + * Microsoft.Build.Engine.dll.sources: Add IReference.cs + +2008-10-17 Jonathan Pryor + + * Documentation/**: Flush updated documentation. + +2008-05-28 Marek Safar + + * Makefile (EXTRA_DISTFILES): More test files. + 2006-06-23 Marek Sieradzki * Makefile (EXTRA_DISTFILES): Changed name from SimpleTask.cs to