Changes between Version 24 and Version 25 of Documentation/DevelopmentCenter/CreateNewPluginUsingVS
- Timestamp:
- 10/19/15 23:53:50 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/CreateNewPluginUsingVS
v24 v25 24 24 25 25 === Project properties === 26 In the project's properties we configure: Assembly information, build, debug, and signing. If you open the properties please also make sure the //target framework// is set to .NET Framework 4. 0.26 In the project's properties we configure: Assembly information, build, debug, and signing. If you open the properties please also make sure the //target framework// is set to .NET Framework 4.5. 27 27 28 28 [[Image(assembly_info.png, 30%, align=right, margin-left=30)]] … … 98 98 * The output name of the project should include the version number, e.g. HeuristicLab.Problems.Mine-3.3 99 99 * The default namespace should be free from version numberings, e.g. HeuristicLab.Problems.Mine 100 * The target framework needs to be set to .NET Framework 4. 0 (not the client profile!).100 * The target framework needs to be set to .NET Framework 4.5. 101 101 * On the build tab please choose the appropriate output path. In case a branch is merged into the trunk this should be changed as well! 102 102 * `..\..\bin` for projects inside the trunk