Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-04Remove 4.0 profileMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-11-13[xbuild] Add 14.0 toolchainMarek Safar
2014-09-16[xbuild] More tweaks to tool path setupMarek Safar
2014-09-15[xbuild] Workaround for null log service (which should never be null)Marek Safar
2014-09-15[xbuild] Use ToolPath when building ToolTask execution path. Fixes #22981Marek Safar
2014-08-25[msbuild] corcompare public APIMarek Safar
2014-08-06[Cleanup] Removed a bunch of superfluous .csproj and .sln filesAlexander Köplinger
2014-07-10Backwards accuracy.Micah Zoltu
2014-07-10Makes AppendTextUnquoted public.Micah Zoltu
2014-06-02[xbuild] fix 4.0-only test condition.Atsushi Eno
2014-06-02[xbuild] ToolLocationHelper.GetPathToStandardLibraries() skips "" too.Atsushi Eno
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-23[xbuild] fix NET_2_0 build.Atsushi Eno
2014-05-23[xbuild] implement ToolLocationHelper.GetPathToStandardLibraries().Atsushi Eno
2014-05-19[xbuild] Add missing apisMarek Safar
2014-05-15Merge pull request #1034 from joelmartinez/msdoc-import2Miguel de Icaza
2014-05-14[xbuild] Fix parsing messages with empty/blank originMichael Hutchinson
2014-05-12[docs] documentation import for 'returns' elements.Joel Martinez
2014-05-12[docs] namespace documentation import.Joel Martinez
2014-05-10[xbuild] Make tool output parsing more robustMichael Hutchinson
2014-04-28[docs] Import of Microsoft BCL Documentation.Joel Martinez
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-04-05[xbuild] Fix building with 2.0 toolset, take 2Michael Hutchinson
2014-04-04Revert "[xbuild] Fix building with 2.0 toolset"Zoltan Varga
2014-04-03[xbuild] Fix building with 2.0 toolsetMichael Hutchinson
2014-02-12[xbuild] Fix Tooltask.ToolPath behaviour to match .NETMichael Hutchinson
2014-02-12[xbuild] Make ToolLocationHelper work better for 2.0/3.5Michael Hutchinson
2014-02-11[xbuild] Fix mscorlib resolution for custom frameworksMichael Hutchinson
2014-01-29[xbuild] Rework escaping in TaskItem to be compatible with MSBuildMichael Hutchinson
2014-01-29[xbuild] Remove unnecessary/inconsistent path conversion hackMichael Hutchinson
2014-01-29[Microsoft.Build.Utilities] Properly escape/unescape ItemSpecAlan McGovern
2014-01-29[Microsoft.Build.Utilities] Fix the escaping/unescaping of ItemSpecAlan McGovern
2014-01-24remove private msbuild hacking project files.Atsushi Eno
2014-01-24Merge branch 'msbuilddll2'Atsushi Eno
2014-01-16[Microsoft.Build.Engine] Fix the escaping/unescaping of FullPath metadataAlan McGovern
2014-01-10[xbuild] The 4.0 toolset is in the 4.5 directoryMichael Hutchinson
2014-01-08[xbuild] Suppress new window for child processesMichael Hutchinson
2014-01-08[xbuild] Fix the xbuild 12 testsMichael Hutchinson
2014-01-08[xbuild] Fix 12.0 toolset location and public APIMichael Hutchinson
2014-01-08[xbuild] Build & install MSBuild 12.0 assembliesMichael Hutchinson
2014-01-07Update .csproj (to add MSBuild.csproj).Atsushi Eno
2014-01-07Revert "Remove private sln/csproj files."Atsushi Eno
2013-12-03Remove private sln/csproj files.Atsushi Eno
2013-12-03make TaskItem available (as internal) in Microsft.Build.dll.Atsushi Eno
2013-12-03fix test csproj build.Atsushi Eno
2013-12-03ToolLocationHelper is now used in MS.Build.dll too (as internal).Atsushi Eno
2013-12-03Add hacking MSBuild solution for MSBuild libraries.Atsushi Eno
2013-10-18Merge pull request #767 from ovatsus/Bug14922Atsushi Eno