How can I disable a specific warning for a C# project in VS2012?

前端 未结 6 517
既然无缘
既然无缘 2020-12-20 11:45

I am trying to generate partial XML documentation during my build process for a C# project in VS2012. When I check the XML documentation file option in Project->Properties->

6条回答
  •  粉色の甜心
    2020-12-20 11:56

    Try adding _ALLOW_KEYWORD_MACROS to Current Property Pages, Your Project, C/C++, Preprocessor, Preprocessor Definitions

提交回复
热议问题