Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top