- 1.
Refactoring the app
- 2.
Moving it to a top-level namespace (if necessary)
- 3.
Removing it from the project
Step three leaves you with a conundrum if you want to continue using the app in your original project(s). Unless you have no need for your new standalone app or, as may be the case in some instances, you need to keep an original, un-refactored source in your project, you’ll need to include the new standalone app in the project or projects that spawned it.
Verifying locally
The first step is to verify integration using your project ...