I was looking for a build system similar to maven for .Net. A standard tool for building project is MSBuild which is heavily influenced by Ant. While it is easy to create build scripts for small project, it does not manage the packages as effectively as maven.
Today I came over Horn. It was inspired by both Maven and portage (build system of Gentoo linux). This is an example of a build script: