Is it possible to pass a PropertySet between projects

Hi guys,
Is it possible to pass a PropertySet to an included project as a single parameter? At the moment I’m having to define separate variables for Major, Minor, etc in the included project just so that the calling project can pass the individual properties of the PropertySet.
Thanks
Christian

Hi Christian,

At the moment there is no easy way to do this. It would also be difficult, because at the moment any action which allows you to choose from a list of available PropertySets needs to fetch that information from the project.

However, I’ll put it on the To-Do list for a future release, and we’ll see if it’s possible.

Cool