Merge pull request #901 from Blewzman/FixAggregateExceptionGetBaseException
[mono.git] / mcs / class / Microsoft.Build / Microsoft.Build.Evaluation / Project.cs
2014-02-18 Marek SafarMerge pull request #901 from Blewzman/FixAggregateExcep...
2014-02-17 Marek SafarMerge pull request #900 from Blewzman/FixAggregateExcep...
2014-02-12 Miguel de IcazaMerge pull request #820 from brendanzagaeski/master
2014-02-12 Miguel de IcazaMerge pull request #819 from brendanzagaeski/patch-1
2014-02-12 Miguel de IcazaMerge pull request #796 from alesliehughes/master
2014-02-12 Miguel de IcazaMerge pull request #778 from cmorris98/master
2014-02-12 Miguel de IcazaMerge pull request #835 from HorstKakuschke/master
2014-02-07 Sebastien PouliotMerge pull request #829 from symform/httpwebreq-async-ssl
2014-02-07 Martin MidtgaardMerge branch 'BigIntegerParse'
2014-01-30 Michael HutchinsonMerge pull request #880 from awinters-fvs/xbuild/make...
2014-01-30 Alex Rønne PetersenMerge pull request #882 from jgagnon/master
2014-01-24 Atsushi EnoMerge branch 'msbuilddll2'
2014-01-23 Alex Rønne PetersenMerge pull request #735 from wtfrank/bitblt
2014-01-07 Atsushi EnoMerge branch 'msbuilddll2' of https://github.com/atsush...
2014-01-07 Atsushi EnoMerge branch 'master' into msbuilddll2
2014-01-07 Atsushi EnoEvaluate Condition each Import within ImportGroup.
2014-01-03 Michael HutchinsonMerge pull request #822 from carlosmn/asp-pc
2013-12-12 Zoltan VargaMerge pull request #806 from AxlPr/master
2013-12-09 Atsushi EnoMerge pull request #830 from akoeplinger/fix-net40...
2013-12-08 Alexander KöplingerFix NET_4_0 tests build by correcting accessibility...
2013-12-08 Marek SafarMerge pull request #817 from desdesdes/master
2013-12-03 Alex Rønne PetersenMerge branch 'armhf' of github.com:alexrp/mono
2013-12-03 Atsushi Enocouple of minor refactoring and warnings cleanup.
2013-12-03 Atsushi EnoProject.GetItems() and ProjectInstance.GetItems() are...
2013-12-03 Atsushi Enoadd some workaround for "PLATFORM" property that should...
2013-12-03 Atsushi EnoFor expression stuff, change namespace to MS.Build...
2013-12-03 Atsushi Enohandle Target/@DependsOnTargets. To make it possible...
2013-12-03 Atsushi Enoongoing task database implementation.
2013-12-03 Atsushi EnoFix location of windows path compatibility change.
2013-12-03 Atsushi EnoAdd missing built-in properties. Resolve properties...
2013-12-03 Atsushi EnoProject needs to build just fine for empty projects.
2013-12-03 Atsushi EnoAdded some comments on loaders in the two project objec...
2013-12-03 Atsushi Enoimplemented more ProjectInstance family. Enabled some...
2013-12-03 Atsushi Enorefactoring some internals to make code sharable betwee...
2013-12-03 Atsushi Enoimplement GetLoadedProject(), ProjectAdded and adjust...
2013-12-03 Atsushi EnoAdded workaround for DirectoryScanner bug that finds...
2013-12-03 Atsushi Enoimplement item wildcard support, except for "**" which...
2013-12-03 Atsushi Enoimplemented well-known item metadata.
2013-12-03 Atsushi EnoFix MSBuildThisFile reserved property value (empty...
2013-12-03 Atsushi Enogot imports working. Imported ProjectRootElement needed...
2013-12-03 Atsushi Enofix couple of regressions caused by lazy evaluation...
2013-12-03 Atsushi Enopartal import implementation.
2013-12-03 Atsushi EnoNow we can directly evaluate boolean expression with...
2013-12-03 Atsushi Enocouple of tokenization fixes with more tests.
2013-12-03 Atsushi Enomade several fixes in jay-based expression parser and...
2013-12-03 Atsushi Enoevaluate condition on PropertyGroup too.
2013-12-03 Atsushi Enoevaluate Condition on property to add Properties list.
2013-12-03 Atsushi Enoimplement well-known and reserved properties.
2013-12-03 Atsushi Enoimplement IsDirty() (incomplete of course), MarkDirty...
2013-12-03 Atsushi EnoProjectItems are created after splitting Include paths...
2013-12-03 Atsushi EnoAltered expression parser to hand-written one (which...
2013-12-03 Atsushi Enoimplemented couple of Project members, while changing...
2013-12-03 Atsushi Enoimplement ProjectItem and co.
2013-12-03 Atsushi Enoimplement ProjectItemDefinition and co.
2013-12-03 Atsushi Enoimplement Project.RemoveProperty() and ProjectProperty...
2013-12-03 Atsushi Enoimplement several ProjectProperty types.
2013-12-03 Atsushi Enoimplement basic ProjectProperty members.
2013-12-03 Atsushi Enoimplement toolset and build related members.
2013-12-03 Atsushi EnoAdd more project loader tests.
2013-12-03 Atsushi EnoFix regarding GetProjectInstanceForBuild(), and added...
2013-12-03 Atsushi Enoimplement Project.Build() and ProjectInstance.Build...
2013-12-03 Atsushi EnoFix net_4_0 build.
2013-12-03 Atsushi EnoMS.Build.dll: Add more missing members and implementati...
2013-12-03 Atsushi Enoimplement some MS.Build members as well as adding missi...
2013-12-03 Atsushi Enoimplement various not-implemented types in Microsoft...
2013-11-29 Atsushi Enocouple of minor refactoring and warnings cleanup.
2013-11-29 Atsushi EnoProject.GetItems() and ProjectInstance.GetItems() are...
2013-11-29 Atsushi Enoadd some workaround for "PLATFORM" property that should...
2013-11-29 Atsushi EnoFor expression stuff, change namespace to MS.Build...
2013-11-29 Atsushi Enohandle Target/@DependsOnTargets. To make it possible...
2013-11-29 Atsushi Enoongoing task database implementation.
2013-11-29 Atsushi EnoFix location of windows path compatibility change.
2013-11-29 Atsushi EnoAdd missing built-in properties. Resolve properties...
2013-11-29 Atsushi EnoProject needs to build just fine for empty projects.
2013-11-29 Atsushi EnoAdded some comments on loaders in the two project objec...
2013-11-29 Atsushi Enoimplemented more ProjectInstance family. Enabled some...
2013-11-29 Atsushi Enorefactoring some internals to make code sharable betwee...
2013-11-29 Atsushi Enoimplement GetLoadedProject(), ProjectAdded and adjust...
2013-11-29 Atsushi EnoAdded workaround for DirectoryScanner bug that finds...
2013-11-29 Atsushi Enoimplement item wildcard support, except for "**" which...
2013-11-29 Atsushi Enoimplemented well-known item metadata.
2013-11-29 Atsushi EnoFix MSBuildThisFile reserved property value (empty...
2013-11-29 Atsushi Enogot imports working. Imported ProjectRootElement needed...
2013-11-29 Atsushi Enofix couple of regressions caused by lazy evaluation...
2013-11-29 Atsushi Enopartal import implementation.
2013-11-29 Atsushi EnoNow we can directly evaluate boolean expression with...
2013-11-29 Atsushi Enocouple of tokenization fixes with more tests.
2013-11-29 Atsushi Enomade several fixes in jay-based expression parser and...
2013-11-29 Atsushi Enoevaluate condition on PropertyGroup too.
2013-11-29 Atsushi Enoevaluate Condition on property to add Properties list.
2013-11-29 Atsushi Enoimplement well-known and reserved properties.
2013-11-29 Atsushi Enoimplement IsDirty() (incomplete of course), MarkDirty...
2013-11-29 Atsushi EnoProjectItems are created after splitting Include paths...
2013-11-29 Atsushi EnoAltered expression parser to hand-written one (which...
2013-11-29 Atsushi Enoimplemented couple of Project members, while changing...
2013-11-29 Atsushi Enoimplement ProjectItem and co.
2013-11-29 Atsushi Enoimplement ProjectItemDefinition and co.
2013-11-29 Atsushi Enoimplement Project.RemoveProperty() and ProjectProperty...
2013-11-29 Atsushi Enoimplement several ProjectProperty types.
2013-11-29 Atsushi Enoimplement basic ProjectProperty members.
next