Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 25 and Version 26 of Documentation/DevelopmentCenter/CreateNewPluginUsingVS


Ignore:
Timestamp:
08/16/16 17:34:07 (8 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/CreateNewPluginUsingVS

    v25 v26  
    8989== For HL core developers ==
    9090HL 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://svn.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)
    9292
    9393If 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.