Changes between Version 25 and Version 26 of Documentation/DevelopmentCenter/CreateNewPluginUsingVS
- Timestamp:
- 08/16/16 17:34:07 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/CreateNewPluginUsingVS
v25 v26 89 89 == For HL core developers == 90 90 HL core developers must check out the trunk, branches and stable folders, though not all of the individual branches need to be checked out. //New functionality should be developed in a branch and not in the trunk. The merge back into the trunk will occur, after a new feature reaches maturity. This requires at least a code review and clearance by head developer Stefan Wagner! // 91 * SVN repository main: [[https://s vn.heuristiclab.com/svn/core]] (use "Choose Items" in the checkout dialog to limit the depth of the branches)91 * SVN repository main: [[https://src.heuristiclab.com/svn/core]] (use "Choose Items" in the checkout dialog to limit the depth of the branches) 92 92 93 93 If you develop new projects, they must reside inside a directory that denotes major.minor version. If a plugin is named HeuristicLab.Problems.Mine, the project files should be placed inside `HeuristicLab.Problems.Mine\3.3\HeuristicLab.Problems.Mine-3.3.csproj`. Note that the version number is also appended to the .csproj file.