How to read/write the new Visual C++ project properties
Visual C++ 2010 introduces several new project and tool properties, and deprecates some old ones. If you’re writing a project template or Visual Studio extension that needs to programmatically read and write the new properties, you will find that these properties are not available on the standard VCConfiguration, VCCLCompilerTool, etc. set of inte...