- Timestamp:
- 02/09/18 11:06:00 (7 years ago)
- Location:
- branches/Templates/RegressionProblemInstances/RegressionProblemInstance
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Templates/RegressionProblemInstances/RegressionProblemInstance/Plugin.cs
r14365 r15745 35 35 // | |..EmptyPlugin 36 36 // |..trunk 37 // |..sources 38 // |.. bin 37 // |.. bin 39 38 40 // (5) Check that the output file has been added to the HL binaries folder (hl/trunk/ sources/bin/EmptyPlugin.dll)41 // (6) Start hl/trunk/ sources/bin/HeuristicLab.exe and open the "Plugin Manager".39 // (5) Check that the output file has been added to the HL binaries folder (hl/trunk/bin/EmptyPlugin.dll) 40 // (6) Start hl/trunk/bin/HeuristicLab.exe and open the "Plugin Manager". 42 41 // Make sure your EmptyPlugin appears in the list of loaded plugins 43 42 public class Plugin : PluginBase { -
branches/Templates/RegressionProblemInstances/RegressionProblemInstance/RegressionProblemInstance.csproj
r14365 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> … … 33 33 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 34 34 <SpecificVersion>False</SpecificVersion> 35 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>35 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 36 36 </Reference> 37 37 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 38 38 <SpecificVersion>False</SpecificVersion> 39 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>39 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 40 40 </Reference> 41 41 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 42 42 <SpecificVersion>False</SpecificVersion> 43 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>43 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 44 44 </Reference> 45 45 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 46 46 <SpecificVersion>False</SpecificVersion> 47 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>47 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 48 48 </Reference> 49 49 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 50 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>50 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 51 51 </Reference> 52 52 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 53 53 <SpecificVersion>False</SpecificVersion> 54 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>54 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 55 55 </Reference> 56 56 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 57 57 <SpecificVersion>False</SpecificVersion> 58 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>58 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 59 59 </Reference> 60 60 <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 61 61 <SpecificVersion>False</SpecificVersion> 62 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Random-3.3.dll</HintPath>62 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 63 63 </Reference> 64 64 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.