How to: Create an Empty Workflow Project

Follow these steps to create an Empty Workflow project using Visual Studio Extensions for Windows Workflow Foundation.

To create an empty workflow project

  1. Start Visual Studio.

  2. On the File menu, point to New, and then select Project.

    The New Project dialog box opens.

  3. In the Project Types pane, select Visual C# or Visual Basic (under Other Languages), and then select Workflow.

  4. In the Templates pane, select Empty Workflow Project.

  5. In the Name box, enter a descriptive name for your project to make it easy to identify.

  6. In the Location box, enter the directory in which you want to save your project, or click Browse to navigate to it.

    If you want a solution directory created for the project, select the Create directory for solution check box and enter a name in the Solution Name box.

  7. Click OK.

See Also

Concepts

Creating Workflow Projects

Copyright © 2007 by Microsoft Corporation. All rights reserved.