Creating the project

Creating the project is the first step to build a plugin!

In order to create a project for LabAPI you need to have the following tools or requirements:

If you are missing something, please install it before proceeding.

Creating the project

For this tutorial we will use Visual Studio as it is free, easy to use and intuitive.

  1. Open up Visual Studio and click on Create a new project towards the bottom right.

Open Visual Studio and select Create a new project
  1. Select Class Library (.NET Framework)

Select Class Library (.NET Framework)
  1. Enter your desired project name, then select .NET Framework 48 in the framework setting.

Selecting .NET Framework 4.8

And voilà! The project is created. You can proceed with the next step! 😊

Last updated

Was this helpful?