Free cookie consent management tool by TermsFeed Policy Generator

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


Ignore:
Timestamp:
10/19/15 23:53:50 (9 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/CreateNewPluginUsingVS

    v24 v25  
    2424
    2525=== 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.
     26In 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.
    2727
    2828[[Image(assembly_info.png, 30%, align=right, margin-left=30)]]
     
    9898 * The output name of the project should include the version number, e.g. HeuristicLab.Problems.Mine-3.3
    9999 * 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.
    101101 * 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!
    102102  * `..\..\bin` for projects inside the trunk