Accusoft.Forms1 - Updated
Set Up the Visual Studio Project Files
Forms API - User Guide > How To > Set Up the Visual Studio Project Files

Project files are supplied for Visual Studio 2010, 2015 and 2017. The projects share all of the same source files, and for the most part the source code compiled by these projects is identical.

In the source of the Forms API, all of the multithreaded processing is implemented using the Task Parallel Library introduced in .NET 4. Code blocks using the Task Parallel Library are enabled through definition of the preprocessor symbol, MULTITHREADED_PROCESSING.

Project Files

Project Files can be found in:

Using the Forms API outside of .NET 4

In order to use the Forms API in projects that target earlier versions of .NET, such as .NET 2, 3, or 3.5, the Forms API needs to be rebuilt from source code.

Namespace

The namespace of all types in the API is Accusoft.Forms.