Possible Duplicate:
Preventing referenced assembly PDB and XML files copied to output
for example, I have a c# project which reference a.dll
, and a when a c# a.dll
has an accompany xml file a.xml
for intellisense, when build the project, the a.dll
and a.xml
are both copied to output folder, how can i disable copying of a.xml
to output folder?