Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/09/18 11:06:00 (6 years ago)
Author:
gkronber
Message:

#2887 updated templates for new repository structure

Location:
branches/Templates/EmptyPlugin/EmptyPlugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Templates/EmptyPlugin/EmptyPlugin/EmptyPlugin.csproj

    r14360 r15745  
    1717    <DebugType>full</DebugType>
    1818    <Optimize>false</Optimize>
    19     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     19    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    2020    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2121    <ErrorReport>prompt</ErrorReport>
     
    2525    <DebugType>pdbonly</DebugType>
    2626    <Optimize>true</Optimize>
    27     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     27    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    2828    <DefineConstants>TRACE</DefineConstants>
    2929    <ErrorReport>prompt</ErrorReport>
     
    3232  <ItemGroup>
    3333    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    34       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     34      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    3535    </Reference>
    3636    <Reference Include="System" />
  • branches/Templates/EmptyPlugin/EmptyPlugin/Plugin.cs

    r14360 r15745  
    3030  //       |     |..EmptyPlugin
    3131  //       |..trunk
    32   //          |..sources
    33   //             |.. bin
     32  //          |.. bin
    3433
    35   //  (5) Check that the output file has been added to the HL binaries folder (hl/trunk/sources/bin/EmptyPlugin.dll)
    36   //  (6) Start hl/trunk/sources/bin/HeuristicLab.exe and open the "Plugin Manager".
     34  //  (5) Check that the output file has been added to the HL binaries folder (hl/trunk/bin/EmptyPlugin.dll)
     35  //  (6) Start hl/trunk/bin/HeuristicLab.exe and open the "Plugin Manager".
    3736  //      Make sure your EmptyPlugin appears in the list of loaded plugins
    3837  public class Plugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.