Free cookie consent management tool by TermsFeed Policy Generator
wiki:Documentation/DevelopmentCenter/CreateNewPluginUsingSD

Version 1 (modified by abeham, 10 years ago) (diff)

--

Quick guide: Create a new plugin with Visual Studio

We assume that you have obtained the source as described in Quick guide: Download and build sources. We assume your directory structure looks as follows:

/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPluginWithVS/working_dir.png

A new solution

We will now create a new SharpDevelop solution and add a class library project which will become the HeuristicLab plugin.

  • In SharpDevelop select "File > New > Solution..." or press <Ctrl+Shift+N>
  • Use the "Class Library" template
  • In this guide we'll use "GreatIdea" as solution name and choose the extension folder as location, the plugin will be named "HeuristicLab.GreatIdea.ThePlugin"

Attachments (3)

Download all attachments as: .zip