BuildEvents should be used for config and extra files
Status: Beta
Brought to you by:
gserack
The following lines should be added to the Scintilla
component build events to make it work nicely in other
projects:
copy "$(ProjectDir)SciLexer.dll" "$(TargetDir)
SciLexer.dll" /y
copy "$(ProjectDir)ScintillaNET.xml" "$(TargetDir)
ScintillaNET.xml" /y
Those will copy the dll and xml file to the build
directory whenever this component is included with an
application or used.