Skip to content

[Plugin Development] Adding References in visual studio

flaminggenius edited this page Sep 22, 2017 · 6 revisions

Create a class library(.NET Framework) application and name your project the same name you want to call your plugin

In this example I will be calling my project/plugin BlackGridTheme

In the solution explorer it should look similiar to this

Right click on References and select Add Reference then select Browse

Now navigate to the unzipped Reference files, Select all the files, and add them

Thats all there is to it and your ready to start digging into some code!

Clone this wiki locally