Hi everyone.

I just got a problem that I am still trying to figure out the solution. Currently, I am developing a core plugin that handles pretty much the functionality that I want. Also, I have another plugin that is depended on that core plugin and only use for discount requirement currently. This is on Nop 4.20 with the new depends on function that was added. So far everything is working properly except when building the other plugin, somehow all the files from the core plugin are copied over. The only thing that I did was to add a reference to the core plugin and I need the core dll only. So everything from the core plugin like CSS/JS files and Views are not needed in the other plugin. My question is that how can I configure the build behavior to make sure the files are not copied over? Additionally, what is the proper setting for DisplayOrder of both plugins? Does one need to be higher and if so, which one? Or can they just be the same?