twStyleGuide is an extension for VisualStudio 14. It throws warnings if the corporate design rules were not met and provides a CodeFix for that warning.
You find the releases at https://github.com/twdes/twStyleGuide/releases/latest .
Just download the TwStyleGuide.vsix and execute it.
You can include the Diagnostic Analyzer in an MSBuild Project by downloading twStyleGuide.dll and including:
<ItemGroup>
<Analyzer Include="Path\to\the\File\TwStyleGuide.dll" />
</ItemGroup>
in your *.csproj.
Licensed under the EUPL, Version 1.1 or - as soon they will be approved by the European Commission - subsequent versions of the EUPL(the "Licence"); You may not use this work except in compliance with the Licence.