Click or drag to resize
DigitalRuneHow To: Add DigitalRune Geometry to a Project

This section explains the steps necessary to add this library to a C# project in Visual Studio.

Add references for DigitalRune Geometry

Before types of this library can be used in a .NET project, references to the required assemblies must be added to the project. These are:

  • DigitalRune.dll
  • DigitalRune.Mathematics.dll
  • DigitalRune.Geometry.dll

See Files, Folders and Dependencies to learn where these files are located.

To add an assembly reference in Visual Studio in a C# project, follow these steps:

  1. Open the Solution Explorer in Visual Studio.
  2. Right-click the project (or right-click the folder References within the project) and choose Add Reference...
  3. Select the tab Browse and find the folder containing the required assemblies.
  4. Select the required assembly and click OK.