Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 14 and Version 15 of Documentation/DevelopmentCenter/CreateNewPluginUsingVS


Ignore:
Timestamp:
06/26/14 19:09:08 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/CreateNewPluginUsingVS

    v14 v15  
    4747
    4848=== References ===
    49 Every plugin has at least a reference to HeuristicLab.PluginInfrastructure as this is needed for the Plugin.cs file. Therefore add a reference to this plugin:
     49Every plugin has at least a reference to the PluginInfrastructure as this is needed to identify as a plugin.
    5050
    51 [[Image(add_reference.png)]]
     51 * For the project add a reference to `HeuristicLab.PluginInfrastructure.dll` in StableRoot\bin
     52 * '''Important''': Since we're building into a common bin folder you have to open the properties of this reference and set "Copy Local" to false
     53
     54[[Image(add_reference.png, 100%)]]
    5255
    5356=== Plugin file ===