Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Documentation/DevelopmentCenter/CreateNewPluginUsingSD


Ignore:
Timestamp:
06/28/14 08:47:56 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/CreateNewPluginUsingSD

    v1 v1  
     1= Quick guide: Create a new plugin with Visual Studio =
     2
     3We assume that you have obtained the source as described in Quick guide: Download and build sources. We assume your directory structure looks as follows:
     4
     5[[Image(/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPluginWithVS/working_dir.png)]]
     6
     7== A new solution ==
     8We will now create a new SharpDevelop solution and add a class library project which will become the HeuristicLab plugin.
     9
     10 * In SharpDevelop select "File > New > Solution..." or press <Ctrl+Shift+N>
     11 * Use the "Class Library" template
     12 * 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"
     13
     14[[Image(create_project_sd.png, align=center)]]