Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/25/12 17:42:12 (12 years ago)
Author:
spimming
Message:

#1807:

  • adapted plugin frame
  • added new wizard page to view generated experiment
  • generate experiments in backgroundworker
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard/3.3/HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard.csproj

    r7824 r7912  
    3838  </PropertyGroup>
    3939  <ItemGroup>
     40    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    4041    <Reference Include="HeuristicLab.Algorithms.DataAnalysis.Views-3.4">
    4142      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis.Views-3.4.dll</HintPath>
     
    108109    <Compile Include="DataAnalysisExperimentWizard.cs" />
    109110    <Compile Include="DataAnalysisWizardContext.cs" />
     111    <Compile Include="ExperimentViewPage.cs">
     112      <SubType>UserControl</SubType>
     113    </Compile>
     114    <Compile Include="ExperimentViewPage.Designer.cs">
     115      <DependentUpon>ExperimentViewPage.cs</DependentUpon>
     116    </Compile>
    110117    <Compile Include="ExperimentWizardMenuItem.cs" />
    111118    <Compile Include="MediumAnalysisPage.cs">
     
    142149  </ItemGroup>
    143150  <ItemGroup>
     151    <EmbeddedResource Include="ExperimentViewPage.resx">
     152      <DependentUpon>ExperimentViewPage.cs</DependentUpon>
     153    </EmbeddedResource>
    144154    <EmbeddedResource Include="MediumAnalysisPage.resx">
    145155      <DependentUpon>MediumAnalysisPage.cs</DependentUpon>
     
    156166  </ItemGroup>
    157167  <ItemGroup>
     168    <ProjectReference Include="..\..\HeuristicLab.Encodings.ParameterConfigurationTreeEncoding\3.3\HeuristicLab.Encodings.ParameterConfigurationTreeEncoding.csproj">
     169      <Project>{8BF5F8CB-C876-4EA6-B6D7-F0D8B14DDF6E}</Project>
     170      <Name>HeuristicLab.Encodings.ParameterConfigurationTreeEncoding</Name>
     171    </ProjectReference>
    158172    <ProjectReference Include="..\..\HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard\3.3\HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.csproj">
    159173      <Project>{77169FE1-C48A-49AE-A0DD-67921D7835AB}</Project>
Note: See TracChangeset for help on using the changeset viewer.