When working with Workflow projects in Visual Studio, you can add Sequential Workflows, State Machine Workflows, and Activities to a project by right clicking on the project and selecting Add > Sequential Workflow..., Add > State Machine Workflow.., or Add > Activity... menu options. The problem I run into is that these menu options are only available if you selected one of the Workflow project templates when adding the project to your solution. How can we add workflows to existing projects ......