Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9361


Ignore:
Timestamp:
04/16/13 00:02:15 (11 years ago)
Author:
ascheibe
Message:

#1886 adapted create experiment dialog so that it can generate random configurations

Location:
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views-3.3.csproj

    r9354 r9361  
    105105      <Private>False</Private>
    106106    </Reference>
     107    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     108      <SpecificVersion>False</SpecificVersion>
     109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     110      <Private>False</Private>
     111    </Reference>
    107112    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     113      <Private>False</Private>
     114    </Reference>
     115    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     116      <SpecificVersion>False</SpecificVersion>
     117      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
    108118      <Private>False</Private>
    109119    </Reference>
     
    119129  </ItemGroup>
    120130  <ItemGroup>
     131    <Compile Include="CreateExperimentDialog.cs">
     132      <SubType>Form</SubType>
     133    </Compile>
     134    <Compile Include="CreateExperimentDialog.Designer.cs">
     135      <DependentUpon>CreateExperimentDialog.cs</DependentUpon>
     136    </Compile>
     137    <Compile Include="CreateExperimentMenuItem.cs" />
    121138    <Compile Include="KruskalWallis.cs" />
    122139    <Compile Include="ParameterInfluenceView.cs">
     
    148165    </ProjectReference>
    149166  </ItemGroup>
     167  <ItemGroup>
     168    <EmbeddedResource Include="CreateExperimentDialog.resx">
     169      <DependentUpon>CreateExperimentDialog.cs</DependentUpon>
     170    </EmbeddedResource>
     171  </ItemGroup>
    150172  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    151173  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.