Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/10/21 09:48:16 (3 years ago)
Author:
jzenisek
Message:

#2719 merged head of HeuristicLab.Problems.DataAnalysis into branch; added several minor items

Location:
branches/2719_HeuristicLab.DatastreamAnalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2719_HeuristicLab.DatastreamAnalysis

  • branches/2719_HeuristicLab.DatastreamAnalysis/HeuristicLab.DatastreamAnalysis/3.4/HeuristicLab.DatastreamAnalysis.csproj

    r15867 r17980  
    1010    <RootNamespace>HeuristicLab.DatastreamAnalysis</RootNamespace>
    1111    <AssemblyName>HeuristicLab.DatastreamAnalysis-3.4</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414    <TargetFrameworkProfile />
     
    2626    <DebugType>pdbonly</DebugType>
    2727    <Optimize>true</Optimize>
    28     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     28    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    2929    <DefineConstants>TRACE</DefineConstants>
    3030    <ErrorReport>prompt</ErrorReport>
     
    3838  </PropertyGroup>
    3939  <ItemGroup>
    40     <Reference Include="HeuristicLab.Analysis-3.3">
    41       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     40    <Reference Include="HEAL.Attic, Version=1.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     41      <SpecificVersion>False</SpecificVersion>
     42      <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
     43      <Private>False</Private>
     44    </Reference>
     45    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     46      <SpecificVersion>False</SpecificVersion>
     47      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
    4248      <Private>False</Private>
    4349    </Reference>
     
    94100    <Reference Include="System.Drawing" />
    95101    <Reference Include="System.Windows.Forms" />
     102    <Reference Include="System.Windows.Forms.DataVisualization" />
    96103    <Reference Include="System.Xml.Linq" />
    97104    <Reference Include="System.Data.DataSetExtensions" />
     
    103110  <ItemGroup>
    104111    <Compile Include="AnalysisBase.cs" />
     112    <Compile Include="ExtendedDataTable.cs" />
    105113    <Compile Include="DataBar.cs" />
    106114    <Compile Include="DataBarSet.cs" />
     
    110118    <Compile Include="IAnalysisBase.cs" />
    111119    <Compile Include="IDatastream.cs" />
     120    <Compile Include="RangeDataRow.cs" />
    112121    <Compile Include="IProxyEnsembleModel.cs" />
    113122    <Compile Include="Plugin.cs" />
     
    124133      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
    125134      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
     135      <Private>False</Private>
    126136    </ProjectReference>
    127137  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.