I\'m a solo developer running Visual Studio 2008 and looking into MSBuild to improve my build process.
Almost all of the tutorials I\'ve found so far have plenty of info
You can use your current .vcproj files to build your project with MSBuild. However, as MSBuild is not directly supported (at least for vc++) vcbuild is used instead (internally). In VS2010 all project files are MSBuild based...