Changeset 17980 for branches/2719_HeuristicLab.DatastreamAnalysis/HeuristicLab.DatastreamAnalysis/3.4/HeuristicLab.DatastreamAnalysis.csproj
- Timestamp:
- 05/10/21 09:48:16 (4 years ago)
- Location:
- branches/2719_HeuristicLab.DatastreamAnalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2719_HeuristicLab.DatastreamAnalysis
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis merged eligible /branches/3073_IA_constraint_splitting/HeuristicLab.Problems.DataAnalysis merged eligible /trunk/HeuristicLab.Problems.DataAnalysis merged eligible /branches/3073_IA_constraint_splitting_reintegration/HeuristicLab.Problems.DataAnalysis 17885-17900 /branches/3105_PythonFormatter/HeuristicLab.Problems.DataAnalysis 17842-17921
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/2719_HeuristicLab.DatastreamAnalysis/HeuristicLab.DatastreamAnalysis/3.4/HeuristicLab.DatastreamAnalysis.csproj
r15867 r17980 10 10 <RootNamespace>HeuristicLab.DatastreamAnalysis</RootNamespace> 11 11 <AssemblyName>HeuristicLab.DatastreamAnalysis-3.4</AssemblyName> 12 <TargetFrameworkVersion>v4. 5</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 14 <TargetFrameworkProfile /> … … 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>28 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 38 38 </PropertyGroup> 39 39 <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> 42 48 <Private>False</Private> 43 49 </Reference> … … 94 100 <Reference Include="System.Drawing" /> 95 101 <Reference Include="System.Windows.Forms" /> 102 <Reference Include="System.Windows.Forms.DataVisualization" /> 96 103 <Reference Include="System.Xml.Linq" /> 97 104 <Reference Include="System.Data.DataSetExtensions" /> … … 103 110 <ItemGroup> 104 111 <Compile Include="AnalysisBase.cs" /> 112 <Compile Include="ExtendedDataTable.cs" /> 105 113 <Compile Include="DataBar.cs" /> 106 114 <Compile Include="DataBarSet.cs" /> … … 110 118 <Compile Include="IAnalysisBase.cs" /> 111 119 <Compile Include="IDatastream.cs" /> 120 <Compile Include="RangeDataRow.cs" /> 112 121 <Compile Include="IProxyEnsembleModel.cs" /> 113 122 <Compile Include="Plugin.cs" /> … … 124 133 <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project> 125 134 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 135 <Private>False</Private> 126 136 </ProjectReference> 127 137 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.