I have created a pipeline for addins using C#. Once compiled all the .dll files used in the pipeline are specified in separate folders i.e. \addinsideadapters\AddInSideAdapters.dll; \addinviews\AddInView.dll etc.
Is there a way to compile and run the .dll files from the root directory instead of the default add-in sub-directories - and possibly rename the files to something else like aisa.dll; aiv.dll etc?