Xml Documentation File

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi...

Just want to clarify something here... Someone added in log4net to a bunch
of our projects, adding external references to the .dll in the tree that they
downloaded.

Log4net is obviously set to generate an xml documentation file (1.3 meg).
The thing that seemed odd to us is that when we build our projects containing
references to the assembly, the build automatically copies over the
documentation file into our output directory.

Is there any way to stop the build for going and getting a 1.3 meg file we
don't need for every bin directory? Should we just delete it from the
log4net tree?

Thanks
-Mark
 
Hi Mark,

I'm sorry to say I have no experience with "log4net", just have some
suggestion.
If you don't want to load the reference on local directory, is it possible
for you to add it into GAC(global assembly cache) and load it from Cache?

Hope this helps.
Best regards,
Wen Yuan
 
Back
Top