2006-04-19 Marek Sieradzki * XBuild.targets: Removed. * xbuild/Microsoft.Build.xsd: Changed path separator. 2006-04-08 Marek Sieradzki * Makefile, xbuild/MSBuild/Microsoft.Build.CommonTypes.xsd: Changed name of Microsoft.Build.Commontypes.xsd to Microsoft.Build.CommonTypes.xsd. 2006-04-07 Marek Sieradzki * Makefile: Changed installation directory of schema files. 2006-03-11 Marek Sieradzki * Main.cs: Updated for new API. 2005-12-14 Wade Berrier * Makefile: Add missing EXTRA_DISTFILES in order to 'make install' 2005-11-05 Kornél Pál * AssemblyInfo.cs: Use Consts.MonoVersion as AssemblyVersion. 2005-09-22 Marek Sieradzki * Main.cs: Changed binPath to directory where all files are stored. * Makefile: Added installing of additional files. 2005-09-21 Marek Sieradzki * LoggerInfo.cs: Changed public to internal. * xbuild.exe.sources: Added reference to AssemblyLoadInfo. 2005-09-21 Marek Sieradzki * Microsoft.Common.tasks, xbuild.rsp, Microsoft.Build.xsd, MSBuild: Moved to xbuild/. * Main.cs, Pararameters.cs: Changed to use Mono.XBuild.Framework and Mono.XBuild.Utilities. * CommandLineException.cs, LoggerInfo.cs: Added #if NET_2_0 2005-09-11 Marek Sieradzki * xbuild.exe.sources: Added Consts.cs from common build files. * LoggerInfo.cs: Public key token update. * Parameters.cs, Main.cs: Changed to use BinPath instead of hard-coded path. * Makefile: Added installing of xbuild's files. * Microsoft.Common.tasks: Moved from main directory and changed to use assemblies from GAC. 2005-09-09 Marek Sieradzki * Main.cs: FxVersion. * Makefile: Fixed Microsoft.Build.Utilities.dll name. 2005-09-05 Marek Sieradzki * Microsoft.Build.xsd, MSBuild/Microsoft.Build.Core.xsd, Microsoft.Build.Commontypes.xsd: Added schema files. 2005-08-30 Marek Sieradzki * Main.cs, Parameters.cs: Added default target(s) handling. 2005-08-29 Marek Sieradzki * LoggerInfo.cs: Removed AssemblyLoadInfo property, changed to inherit AssemblyLoadInfo. * XBuild.targets: Updated. * Parameters.cs: Removed debugging info and removed line producing errors. * Main.cs: Added check if engine is null. 2005-08-24 Marek Sieradzki * Parameters.cs, Main.cs: Changed paths to absolute paths. They should be separated to .in file probably when moving to autotools. 2005-08-12 Marek Sieradzki * CommandLineException.cs, LoggerInfo.cs, Main.cs, Parameters.cs: Added.