Revisions Spec Exercise Steps: Create Project and Compile DLL

  1. Create a new project in Visual Studio. Click FileNew > Project. The New Project screen appears.

  2. Select the Class Library template. You can double-click Class Library. A new solution and project appear.

  3. From the Solution Explorer, delete the template class. You can right-click the class and click Delete.

  4. From the Solution Explorer, right-click the project and click AddExisting Item.

  5. Browse to the location of your revisions spec and select it. You may have to change the file options to "All Files."

  6. Click Add. The spec appears in your project.

  7. Right-click the spec file and click Properties.

  8. From Build Action, select "Embedded Resource."

  9. Close the properties dialog.

  10. Add all revisions specs in this way.

  11. Save the project.

  12. Build the Solution.

  13. Browse to the built DLL.

  14. Copy the DLL to the ..Extend\Revisions folder.