Baggage File(s) in Specific Output Directory without Duplication
Summary and Description
Currently, it is possible to add baggage files to the Files folder of a project. These baggage files are then deployed to each sub-directory in the build output. This is great for commonly-used files such as a legal notice or company logo.
In addition, it would be useful to add baggage files to selective output directories. For example, let's say I have an externally-generated PDF that I would like to link to in my help system. I can add this to the Files directory, but then it is duplicated for every sub-directory in the build output, which unnecessarily increases the size of the help system. I can also create pre- or post- processing scripts to add externally-generated PDFs to the output directory, but this is less desirable and I already have to manage a number of pre- and post-processing scripts.
It would be great if there was a higher level baggage files directory so that the files are not duplicated for each sub-directory. Perhaps the high level baggage files could be deployed to the \output\wwhelp\ directory.
