How to: Create a Sequential Workflow Library

Follow these steps to create a Sequential Workflow Library project using Visual Studio Extensions for Windows Workflow Foundation.

To create a sequential workflow library 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 Sequential Workflow Library.

  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

Other Resources

Workflow Authoring Styles

Copyright © 2007 by Microsoft Corporation. All rights reserved.