Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 11 and Version 12 of Documentation/DevelopmentCenter/DownloadAndBuildSource


Ignore:
Timestamp:
06/26/14 15:45:58 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/DownloadAndBuildSource

    v11 v12  
    44 * Build `HeuristicLab.ExtLibs.sln` then build `HeuristicLab 3.3.sln`
    55
    6 For the not so impatient, this quickstart covers how to obtain and set up the development environment in order to extend HeuristicLab. If you have troubles please check the [[Documentation/FAQ|FAQ]].
     6For the not so impatient, this quickstart covers how to obtain and set up the development environment in order to extend HeuristicLab with new plugins. If you have troubles please check the [[Documentation/FAQ|FAQ]].
    77
    88== Obtaining the source ==
     
    4949 * Move the shortcut to HLRoot or another convenient place and rename it to "HeuristicLab 3.3 Optimizer"
    5050
    51 == Creating our own plugin ==
     51== Creating a new plugin ==
    5252
    5353We now want to extend the functionality of HeuristicLab.
     
    5656
    5757=== New plugin with Visual Studio ===
     58
     59 * Open a new instance of Visual Studio 2012 or later
     60 * Select "File > New > Project..." or press <Ctrl+Shift+N>
     61 * In the dialog on the top select ".NET Framework 4"
     62 * On the right choose "Other Project Types > Visual Studio Solutions" and select the "Blank Solution" template or alternatively type "Blank Solution" in the search box on the right
     63 * Use "MyPlugin" as Name and click "Browse..." to select the `extension` folder and click Ok
     64 * In the Solution Explorer right-click the MyPlugin solution and select "Add > New Project..."
    5865
    5966=== New plugin with SharpDevelop ===