Changeset 15745 for branches/Templates/EmptyPlugin
- Timestamp:
- 02/09/18 11:06:00 (7 years ago)
- Location:
- branches/Templates/EmptyPlugin/EmptyPlugin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Templates/EmptyPlugin/EmptyPlugin/EmptyPlugin.csproj
r14360 r15745 17 17 <DebugType>full</DebugType> 18 18 <Optimize>false</Optimize> 19 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>19 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 20 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 21 <ErrorReport>prompt</ErrorReport> … … 25 25 <DebugType>pdbonly</DebugType> 26 26 <Optimize>true</Optimize> 27 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>27 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 28 28 <DefineConstants>TRACE</DefineConstants> 29 29 <ErrorReport>prompt</ErrorReport> … … 32 32 <ItemGroup> 33 33 <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> 35 35 </Reference> 36 36 <Reference Include="System" /> -
branches/Templates/EmptyPlugin/EmptyPlugin/Plugin.cs
r14360 r15745 30 30 // | |..EmptyPlugin 31 31 // |..trunk 32 // |..sources 33 // |.. bin 32 // |.. bin 34 33 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". 37 36 // Make sure your EmptyPlugin appears in the list of loaded plugins 38 37 public class Plugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.