1This directory contains a VSPackage project to generate a Visual Studio extension 2for clang-format. 3 4Build prerequisites are: 5- Visual Studio 2012 Professional 6- Visual Studio 2010 Professional 7- Visual Studio 2010 SDK. 8 9clang-format.exe must be copied into the ClangFormat/ directory before building. 10It will be bundled into the .vsix file. 11 12The extension can be built manually from ClangFormat.sln (e.g. by opening it in 13Visual Studio), or with cmake by setting the BUILD_CLANG_FORMAT_VS_PLUGIN flag. 14