After reading documentation I have concluded that developing an own "VSPackage" is the most powerful way of extending Visual Studio's behaviour.
Now I want to build an extension which modifies the build (compilation) behaviour of VS for C/C++ applications. Is there any getting-started guide or documentation on this?
Most available tutorials seem to focus on GUI aspects.