a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
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.
|
|
Use the correct target assembly name for 4.0 profile.
|
|
|
|
2010-02-10 Ankit Jain <jankit@novell.com>
|
|
|
|
* Microsoft.Build.Utilities.dll.sources: Add ProcessStringDictionary.cs
|
|
from class/System/System.Collections.Specialized . This is required as
|
|
the StringDictionary in ToolTask, used for EnvironmentOverrides, is
|
|
inadequate, because environment vars are case sensitive on unix.
|
|
|
|
2009-04-25 Jonathan Chambers <joncham@gmail.com>
|
|
|
|
* Makefile: Adjust assembly name for 3.5 profile.
|
|
|
|
2009-02-25 Ankit Jain <jankit@novell.com>
|
|
|
|
* Microsoft.Build.Utilities.dll.sources: Add ProcessService.cs,
|
|
ProcessWrapper.cs, IAsyncOperation.cs and IProcessAsyncOperation.cs
|
|
|
|
2006-04-19 Marek Sieradzki <marek.sieradzki@gmail.com>
|
|
|
|
* Microsoft.Build.Utilities.targets: Removed.
|
|
|
|
2005-09-25 Marek Sieradzki <marek.sieradzki@gmail.com>
|
|
|
|
* Microsoft.Build.Utilities.dll.sources: Updated.
|
|
|
|
2005-09-09 Marek Sieradzki <marek.sieradzki@gmail.com>
|
|
|
|
* Microsoft.Build.Utilities.dll.sources: Renamed from
|
|
Microsoft.Build.Utilities.sources.
|
|
* Microsoft.Build.Utilities_test.dll.sources: Added.
|
|
* Makefile: Added Microsoft.Build.Framework.dll to test references.
|