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.
Asked
Active
Viewed 602 times
1 Answers
0
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.
-
For some reason, XMLs are still created in the output folder. Tried cleanup already a dozen of times - same thing. Actually, it's been like that for several years, and only since yesterday that I started digging into it. – Victor Zakharov Nov 29 '11 at 12:54