How to prevent the copy of XML documentation files in a release mode build?

前端 未结 5 1882
终归单人心
终归单人心 2020-12-22 20:57

I have a Visual Studio 2010 project which references some third-party components. Their assemblies are accompanied by XML documentation files, which are useful for us (and o

5条回答
  •  天涯浪人
    2020-12-22 21:08

    The setting is in the Properties of the project in question, under the "Build" tab, uncheck "XML documentation file". It's also an MSBuild property called under the applicable for your build configuration in the .*proj file.

提交回复
热议问题