Compile revisions to DLL
-
Create a new project in Visual Studio. Click File > New > Project. The New Project screen appears.
-
Select the Class Library template. You can double-click Class Library. A new solution and project appear.
-
From the Solution Explorer, delete the template class. You can right-click the class and click Delete.
-
From the Solution Explorer, right-click the project and click Add > Existing Item.
-
Browse to the location of your revisions spec and select it. You may have to change the file options to "All Files."
-
Click Add. The spec appears in your project.
-
Right-click the spec file and click Properties.
-
From Build Action, select "Embedded Resource."
-
Close the properties dialog.
-
Add all revisions specs in this way.
-
Save the project.
-
Build the Solution.
-
Browse to the built DLL.