My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

Automatically generates Visual Studio project and solution files from a custom set of configuration files. Unlike other programs that are makefile generators, these set of scripts are focused on making it easy to manage large amounts of projects and apply the same settings across the board.

It also differs in the way it generates the .vcproj files, instead of building in all the smarts and mimicking the functionality of visual studio itself, it simply does a textual replacement of a template .vcproj file that the user sets up beforehand. This can be translated into any other project format, e.g. Makefiles and nant.

Powered by Google Project Hosting