Sharing existing items with multiple projects
Hello,
Situation:
I have a Project Suite containing 23 Projects. I use one project to create/mainting the scripts which are then used to be shared with other project.
Problem:
Every time I created a new script file I want to share with the other projects, I have to add it manually to the 22 other project. This is pretty labor intensive/boring/ RSI prone, etc.
My question:
Is there a way to add a script to the 22 of the other projects in a single action?
Kind regards,
Daniel
We have a very simple solution, which works fine for our need.
We have a external tool used for some of our tests. All interaction for this is kept in a project solely for this. Mapping are needed for the tool in all the referencing projects within the project suite. But this tool rarely changes, so it is manageble.Also we keep some windows system "utilities" for for the test in the same project. This code is with out using namemapping. So this part is easy.
Units from this "shered" project are imported as exsisting units into the projects where we need them.
This works fine, within this scope.
Br,
Christian