I have a workspace which has 2 projects, one is installer application and other is uninstaller app. Both the apps requires privilege helper tool for some operations. I am trying to write a common tool as a third project in my workspace that would be linked with the existing projects.
Now, the question is how can i add that common tool in target dependency of existing projects and launch(privilege tool) it from other projects.