Changes between Version 19 and Version 20 of Documentation/DevelopmentCenter/CreateNewPluginUsingVS
- Timestamp:
- 06/28/14 10:06:44 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/CreateNewPluginUsingVS
v19 v20 8 8 9 9 * In Visual Studio select "File > New > Project..." or press <Ctrl+Shift+N> 10 * Use the "Blank Solution" template 11 * In this guide we'll use "GreatIdea" as name and choose the `extension` folder as location 10 * Use the "Class Library" template 11 * Make sure "Create directory for solution" is checked 12 * Use "HeuristicLab.GreatIdea.ThePlugin" as name 13 * Use "GreatIdea" as solution name 14 * Choose the `extension` folder as location 12 15 13 [[Image(create_solution.png, 70%, align=center)]] 14 15 Next we add a new project to this solution. 16 17 * In the Solution Explorer right-click the "GreatIdea" solution and select "Add > New Project..." 18 * On the right choose "Visual C#" and select the "Class Library" template 19 * In this guide we'll pick "HeuristicLab.GreatIdea.ThePlugin" 20 21 [[Image(create_project.png, 70%, align=center)]] 16 [[Image(create_project_vs.png, 80%, align=center)]] 22 17 23 18 Your working directory should now look something like this: