How to export several related projects using ExportSourceControlledEntitiesToZipFile service?
I want to move some development to production and found this service, I made some tests and it creates a zip file with 4 folders

However, the development consists on several projects (I am using some thingworx packages for file management, alarms, console framework, etc.)
What would be the best practice to export all development?
Do I just need to create a single project (Development Project) and include all the projects I want to export, then use the ExportSourceControlledEntitiesToZipFile on this project?
