1 | | = How to ... create HeuristicLab plugins (step by step) = |
2 | | This quick guide will help you to develop your own !HeuristicLab plugins. We are assuming that you are using Visual Studio 2010 as development environment. For a more detailed description of how to create plugins for the development trunk see UsersHowtosImplementPlugins. |
3 | | |
4 | | == Prerequisites == |
5 | | We assume that you have checked out and built (see [[wiki:DevelopersManual#DevelopersManualBuildingSources| here]] how to build the sources) the !HeuristicLab sources. |
6 | | Your working directory should look something like this: |
| 1 | = Quick guide: Create a new plugin with Visual Studio = |
| 2 | We assume that you have obtained the source as described in [[Documentation/DevelopmentCenter/DownloadAndBuildSource]]. |