ObjectBuilder is Microsoft's first .NET dependency injection framework. The Patterns and Practices team describes it as "a framework for building dependency injection systems", which means a base of abstraction which actual DI implementations, like Unity application block, make use of underneath the covers to accomplish their feats.
ObjectBuilder is hosted at CodePlex.