문제

Okay, I figured how to disable XML file generation for my own project (Compile -> Generate XML documentation file). There are also some 3rd party DLLs with Copy Local = True, which I need for XCopy deployment. Each of them creates their own XML in the build folder. Is there a way to suppress XML file generation for 3rd party DLLs? I am using Visual Studio 2010. Thanks.

도움이 되었습니까?

해결책

The XML documentation won't be created for any file referenced DLL's. If there is an XML documentation file for your 3rd party DLL (somehow) in the output folder, then deleting it should remove it permanently.

See this question for an overview of references in Visual Studio projects.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top