I have a VS Code Project with multiple sub projects as they all share common base class code and some resources. When I export the sub project they are always named with the name of the parent project. Is it possible to control this somehow so that the output file so it takes its name from the sub project name? Otherwise when I export all the projects they overwrite each other.