Hi,
We want certain coding standards to be implemented in our project. For that along with defined [Microsoft Rules] in {Code Analysis Settings}, we would like to introduce our own custom defined rules: e.g.
if global variable is there then it must starts with {m_} i.e. module level variable. if it's scope is public then it must have {mP_}
Can somebody guide us, how to implement it.
Ajay