2006-10-10 Marek Sieradzki * xbuild/Microsoft.CSharp.targets: Added empty SearchPaths to Csc. 2006-10-08 Marek Sieradzki * xbuild/Microsoft.CSharp.targets: Added parameters that should be passed to Csc. 2006-10-05 Marek Sieradzki * xbuild/Microsoft.CSharp.targets: Make $(OutputPath) directory before compiling and put output in this directory. 2006-09-30 Marek Sieradzki * xbuild/Microsoft.CSharp.targets: Use new ResolveAssemblyReference task. * xbuild/Microsoft.Common.tasks: Add new task (RAR). 2006-09-30 Marek Sieradzki * xbuild/Microsoft.CSharp.targets: Set AllowUnsafeBlocks to false when it's equal to ''. 2006-09-29 Todd Berman * xbuild/Microsoft.CSharp.targets: Copy over the AllowUnsafeBlocks property definition. 2006-09-21 Marek Sieradzki * xbuild/Microsoft.CSharp.targets: Simplify: use PropertyGroups instead of Targets to set properties needed by Csc task. 2006-09-20 Marek Sieradzki * Makefile: Fix broken build. 2006-09-20 Marek Sieradzki * xbuild/Microsoft.CSharp.targets: Support AssemblyName and WarningLevel. 2006-09-20 Marek Sieradzki * Parameters.cs, Main.cs, ErrorUtilities.cs: Moved error handling to new file and started to use ErrorUtilities.ReportError () instead of throw and catch. (In cases where xbuild should quit instantly) 2006-06-25 Marek Sieradzki * Makefile, xbuild/Microsoft.CSharp.Targets: Renamed to Microsoft.CSharp.targets. On make install it should be linked or copied to another name. 2006-06-22 Marek Sieradzki * Makefile: Updated. * xbuild/Microsoft.CSharp.Targets: Added hacky implementation of this targets file. 2006-05-22 Marek Sieradzki * Main.cs: Patch from Matthew Metnetsky. 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.