When I add a reference to Microsoft.Office.Interop.Word.dll and compile the C# project, a XML file with the same name is generated in the output folder. It seems that there is no use of this file. I deleted it and the project is still working fine.
I wanted to know why VS generate this XML file and what is it's use?