Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10122


Ignore:
Timestamp:
11/11/13 16:16:11 (10 years ago)
Author:
mkommend
Message:

#2082: Added Scilab .NET coupling to external evaluation branch.

Location:
branches/HeuristicLab.ExternalEvaluation Scientific
Files:
14 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.ExternalEvaluation Scientific/HeuristicLab.Problems.ExternalEvaluation.Scilab/3.3/HeuristicLab.Problems.ExternalEvaluation.Scilab-3.3.csproj

    r10094 r10122  
    7979    <Reference Include="DotNet-Component-Scilab, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    8080      <SpecificVersion>False</SpecificVersion>
    81       <HintPath>.\DotNet-Component-Scilab.dll</HintPath>
     81      <HintPath>..\..\bin\DotNet-Component-Scilab.dll</HintPath>
    8282    </Reference>
    8383    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     
    153153  </ItemGroup>
    154154  <ItemGroup>
    155     <Content Include="DotNet-Component-Scilab.dll">
    156       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    157     </Content>
    158155    <Content Include="Scilab License.txt">
    159156      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  • branches/HeuristicLab.ExternalEvaluation Scientific/HeuristicLab.Problems.ExternalEvaluation.Scilab/3.3/Plugin.cs.frame

    r9747 r10122  
    3030  [Plugin("HeuristicLab.Problems.ExternalEvaluation.Scilab", "3.3.8.$WCREV$")]
    3131  [PluginFile("HeuristicLab.Problems.ExternalEvaluation.Scilab-3.3.dll", PluginFileType.Assembly)]
    32   [PluginFile("DotNet-Component-SciLab.dll",PluginFileType.Assembly)]
     32  [PluginFile("DotNet-Component-Scilab.dll",PluginFileType.Assembly)]
    3333  [PluginFile("Scilab License.txt", PluginFileType.License)]
    3434  [PluginDependency("HeuristicLab.Collections", "3.3")]
     
    4646    private const string scilab_PATH = @"SCIPATH";
    4747
    48     private static bool loadedOnce = false;
    49 
    5048    public override void OnLoad() {
    5149      base.OnLoad();
    52       if (loadedOnce) return;
    5350
    5451      var currentPath = Environment.GetEnvironmentVariable("path");
Note: See TracChangeset for help on using the changeset viewer.