Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/30/10 13:47:43 (14 years ago)
Author:
cneumuel
Message:

added connection setup dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/HeuristicLab.Hive.Experiment.Views-3.3.csproj

    r4296 r4342  
    8888      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
    8989    </Reference>
     90    <Reference Include="HeuristicLab.Optimizer-3.3">
     91      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath>
     92    </Reference>
    9093    <Reference Include="HeuristicLab.Persistence-3.3">
    9194      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     
    104107  </ItemGroup>
    105108  <ItemGroup>
     109    <Compile Include="ConnectionSetupView.cs">
     110      <SubType>Form</SubType>
     111    </Compile>
     112    <Compile Include="ConnectionSetupView.Designer.cs">
     113      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
     114    </Compile>
    106115    <Compile Include="ControlExtensions.cs" />
    107116    <Compile Include="HeuristicLabHiveExperimentViewsPlugin.cs" />
     
    124133      <DependentUpon>JobItemView.cs</DependentUpon>
    125134    </Compile>
     135    <Compile Include="MenuItems\ConnectionSetupMenuItem.cs" />
    126136    <Compile Include="Properties\AssemblyInfo.cs" />
    127137    <Compile Include="Properties\Resources.Designer.cs">
     
    154164  </ItemGroup>
    155165  <ItemGroup>
     166    <EmbeddedResource Include="ConnectionSetupView.resx">
     167      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
     168    </EmbeddedResource>
    156169    <EmbeddedResource Include="HiveExperimentView.resx">
    157170      <DependentUpon>HiveExperimentView.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.