Changes between Version 14 and Version 15 of Documentation/DevelopmentCenter/CreateNewPluginUsingVS
- Timestamp:
- 06/26/14 19:09:08 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/CreateNewPluginUsingVS
v14 v15 47 47 48 48 === 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:49 Every plugin has at least a reference to the PluginInfrastructure as this is needed to identify as a plugin. 50 50 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%)]] 52 55 53 56 === Plugin file ===