Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/24/13 15:57:48 (11 years ago)
Author:
gkronber
Message:

#2026 worked on HL integration of GPDL compiler

Location:
branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/CreateProblemMenuItem.cs

    r9519 r9528  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.IO;
    25 using System.Linq;
    26 using System.Windows.Forms;
    27 using HeuristicLab.Core;
    2824using HeuristicLab.MainForm;
    29 using HeuristicLab.MainForm.WindowsForms;
    30 using HeuristicLab.Optimization;
    31 using HeuristicLab.Optimization.Views;
    3225using HeuristicLab.Optimizer;
    3326
  • branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/GpdlEditor.cs

    r9519 r9528  
    11using System;
    2 using System.Collections.Generic;
    3 using System.ComponentModel;
    4 using System.Drawing;
    5 using System.Data;
    62using System.IO;
    73using System.Linq;
    8 using System.Text;
    9 using System.Windows.Forms;
    104using HeuristicLab.MainForm.WindowsForms;
    11 using HeuristicLab.Optimization.Views;
    125using HeuristicLab.Problems.Instances;
    136using HeuristicLab.Problems.Instances.Views;
  • branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/GpdlProblemInstanceConsumerView.cs

    r9519 r9528  
    1 using System;
    2 using System.Collections.Generic;
    3 using HeuristicLab.Problems.GPDL.Views.Properties;
    4 using HeuristicLab.Problems.Instances;
    5 using HeuristicLab.Problems.Instances.Views;
     1using HeuristicLab.Problems.Instances.Views;
    62
    73namespace HeuristicLab.Problems.GPDL.Views {
  • branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/HeuristicLab.Problems.GPDL.Views-3.4.csproj

    r9519 r9528  
    9393  </PropertyGroup>
    9494  <ItemGroup>
    95     <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    96       <SpecificVersion>False</SpecificVersion>
    97       <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.6.0.dll</HintPath>
    98     </Reference>
    99     <Reference Include="HeuristicLab.Analysis-3.3">
    100       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
    101     </Reference>
    102     <Reference Include="HeuristicLab.Collections-3.3">
    103       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
    104     </Reference>
    105     <Reference Include="HeuristicLab.Common-3.3">
    106       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
    107     </Reference>
    108     <Reference Include="HeuristicLab.Common.Resources-3.3">
    109       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    110     </Reference>
    111     <Reference Include="HeuristicLab.Core-3.3">
    112       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
    113     </Reference>
    114     <Reference Include="HeuristicLab.Core.Views-3.3">
    115       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
    116     </Reference>
    117     <Reference Include="HeuristicLab.Data-3.3">
    118       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
    119     </Reference>
    120     <Reference Include="HeuristicLab.Data.Views-3.3">
    121       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
    122     </Reference>
    123     <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
    124       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
    125     </Reference>
    126     <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">
    127       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
    128     </Reference>
    129     <Reference Include="HeuristicLab.MainForm-3.3">
    130       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
    131     </Reference>
    132     <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    133       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    134     </Reference>
    135     <Reference Include="HeuristicLab.Operators-3.3">
    136       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
    137     </Reference>
    138     <Reference Include="HeuristicLab.Optimization-3.3">
    139       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
    140     </Reference>
    141     <Reference Include="HeuristicLab.Optimization.Views-3.3">
    142       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
     95    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     96      <SpecificVersion>False</SpecificVersion>
     97      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     98      <Private>False</Private>
     99    </Reference>
     100    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     101      <SpecificVersion>False</SpecificVersion>
     102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     103      <Private>False</Private>
     104    </Reference>
     105    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     106      <SpecificVersion>False</SpecificVersion>
     107      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     108      <Private>False</Private>
     109    </Reference>
     110    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     111      <SpecificVersion>False</SpecificVersion>
     112      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     113      <Private>False</Private>
     114    </Reference>
     115    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     116      <SpecificVersion>False</SpecificVersion>
     117      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     118      <Private>False</Private>
     119    </Reference>
     120    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     121      <SpecificVersion>False</SpecificVersion>
     122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     123      <Private>False</Private>
    143124    </Reference>
    144125    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    145126      <SpecificVersion>False</SpecificVersion>
    146127      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
    147     </Reference>
    148     <Reference Include="HeuristicLab.Parameters-3.3">
    149       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
    150     </Reference>
    151     <Reference Include="HeuristicLab.Persistence-3.3">
    152       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
    153     </Reference>
    154     <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    155       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    156     </Reference>
    157     <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
    158       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
    159     </Reference>
    160     <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
    161       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
    162     </Reference>
    163     <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4">
    164       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.dll</HintPath>
    165     </Reference>
    166     <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4">
    167       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
    168     </Reference>
    169     <Reference Include="HeuristicLab.Problems.Instances-3.3">
    170       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
    171     </Reference>
    172     <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
    173       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
     128      <Private>False</Private>
     129    </Reference>
     130    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     131      <SpecificVersion>False</SpecificVersion>
     132      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     133      <Private>False</Private>
     134    </Reference>
     135    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     136      <SpecificVersion>False</SpecificVersion>
     137      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     138      <Private>False</Private>
    174139    </Reference>
    175140    <Reference Include="HeuristicLab.Problems.Instances.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    176141      <SpecificVersion>False</SpecificVersion>
    177       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
    178     </Reference>
    179     <Reference Include="HeuristicLab.Random-3.3">
    180       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
    181     </Reference>
    182     <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
    183       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
     142      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
     143      <Private>False</Private>
    184144    </Reference>
    185145    <Reference Include="System" />
     
    241201  </ItemGroup>
    242202  <ItemGroup>
    243     <ProjectReference Include="..\..\HeuristicLab.Problems.GPDL\3.4\HeuristicLab.Problems.GPDL-3.4.csproj">
    244       <Project>{e4ee5afb-d552-447b-8a16-6cbe7938af32}</Project>
    245       <Name>HeuristicLab.Problems.GPDL-3.4</Name>
    246     </ProjectReference>
    247   </ItemGroup>
    248   <ItemGroup>
    249203    <EmbeddedResource Include="GpdlEditor.resx">
    250204      <DependentUpon>GpdlEditor.cs</DependentUpon>
     
    272226  <ItemGroup>
    273227    <None Include="Resources\symbreg Koza.txt" />
     228  </ItemGroup>
     229  <ItemGroup>
     230    <ProjectReference Include="..\..\HeuristicLab.Problems.GPDL\3.4\HeuristicLab.Problems.GPDL-3.4.csproj">
     231      <Project>{E4EE5AFB-D552-447B-8A16-6CBE7938AF32}</Project>
     232      <Name>HeuristicLab.Problems.GPDL-3.4</Name>
     233      <Private>False</Private>
     234    </ProjectReference>
    274235  </ItemGroup>
    275236  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.